[PL] BC; Fix lower order element values access.
In cases when the underlying element is quadratic but the shape function is of linear order, there is a dimension mismatch between the NodalVectorType and the return value of the getNodalValuesOnElement. Taking the first rows of the return matrix ensures correct dimensions.
Showing
- ProcessLib/BoundaryCondition/NeumannBoundaryConditionLocalAssembler.h 2 additions, 1 deletion...oundaryCondition/NeumannBoundaryConditionLocalAssembler.h
- ProcessLib/BoundaryCondition/RobinBoundaryConditionLocalAssembler.h 4 additions, 2 deletions.../BoundaryCondition/RobinBoundaryConditionLocalAssembler.h
- ProcessLib/BoundaryCondition/VariableDependentNeumannBoundaryConditionLocalAssembler.h 11 additions, 7 deletions...VariableDependentNeumannBoundaryConditionLocalAssembler.h
Please register or sign in to comment