v0.14.0 |
#include <users_modules/basic_finite_elements/src/ConvectiveMassElement.hpp>
Public Member Functions | |
ShellResidualElement (MoFEM::Interface &m_field) | |
MoFEMErrorCode | preProcess () |
Calculate inconsistency between approximation of velocities and velocities calculated from displacements. More... | |
Public Attributes | |
MoFEM::Interface & | mField |
MatShellCtx * | shellMatCtx |
pointer to shell matrix More... | |
Definition at line 715 of file ConvectiveMassElement.hpp.
ConvectiveMassElement::ShellResidualElement::ShellResidualElement | ( | MoFEM::Interface & | m_field | ) |
Definition at line 2405 of file ConvectiveMassElement.cpp.
MoFEMErrorCode ConvectiveMassElement::ShellResidualElement::preProcess | ( | ) |
Calculate inconsistency between approximation of velocities and velocities calculated from displacements.
Definition at line 2409 of file ConvectiveMassElement.cpp.
MoFEM::Interface& ConvectiveMassElement::ShellResidualElement::mField |
Definition at line 716 of file ConvectiveMassElement.hpp.
MatShellCtx* ConvectiveMassElement::ShellResidualElement::shellMatCtx |
pointer to shell matrix
Definition at line 720 of file ConvectiveMassElement.hpp.