How to apply boundary condition in finite element
2 ビュー (過去 30 日間)
古いコメントを表示
As part of the finite element problem with a two-node element, I want to construct the boundary vector:
fsur = [10*q(x=2); -150];
...where q(x=2) is the unknown heat flux in node 1. How do you construct this vector, since q is an undefined and unknown variable.
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Oceanography and Hydrology についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!