Skip to content

[NodalSourceTerm] Fixed a bug when the Taylor-Hood elements are used

wenqing requested to merge wenqing/ogs:fix_node_source_term into master

In NodalSourceTerm, if a quadratic mesh is used for the nodal source term assignment for the equations using the linear element, a bug occurs. This bug influences HM, RM, TRM, and TH2M.

  1. Feature description was added to the changelog
  2. Tests covering your feature were added? Yes. It is a simple HM example with a rectangle domain. The vertex nodes on the left boundary are applied with nodal fluid flux via NodalSourceTerm. The pore pressure on the right boundary is equal to its initial value of 10^5 Pa. The displacement in the normal direction of all boundaries except the left one is fixed. nodal_source_test
  3. Any new feature or behavior change was documented?!
Edited by wenqing

Merge request reports