![]() |
v0.15.0 |
Block data for Nitsche method. More...
#include "users_modules/mofem_um_homogenisation/src/NitscheMethod.hpp"
Public Attributes | |
| double | gamma |
| Penalty term, see [24]. | |
| double | phi |
| Nitsche method parameter, see [24]. | |
| string | faceElemName |
| name of element face | |
| Range | fAces |
| faces on which constrain is applied | |
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 [24].
Definition at line 83 of file NitscheMethod.hpp.
| double NitscheMethod::BlockData::phi |
Nitsche method parameter, see [24].
Definition at line 84 of file NitscheMethod.hpp.