v0.14.0 |
Block data for Nitsche method. More...
#include <users_modules/homogenisation/src/NitscheMethod.hpp>
Public Attributes | |
double | gamma |
Penalty term, see [27]. More... | |
double | phi |
Nitsche method parameter, see [27]. More... | |
string | faceElemName |
name of element face More... | |
Range | fAces |
faces on which constrain is applied More... | |
Block data for Nitsche method.
Definition at line 82 of file NitscheMethod.hpp.
string NitscheMethod::BlockData::faceElemName |
name of element face
Definition at line 85 of file NitscheMethod.hpp.
Range NitscheMethod::BlockData::fAces |
faces on which constrain is applied
Definition at line 86 of file NitscheMethod.hpp.
double NitscheMethod::BlockData::gamma |
Penalty term, see [27].
Definition at line 83 of file NitscheMethod.hpp.
double NitscheMethod::BlockData::phi |
Nitsche method parameter, see [27].
Definition at line 84 of file NitscheMethod.hpp.