v0.14.0
Public Attributes | List of all members
NitscheMethod::BlockData Struct Reference

Block data for Nitsche method. More...

#include <users_modules/homogenisation/src/NitscheMethod.hpp>

Collaboration diagram for NitscheMethod::BlockData:
[legend]

Public Attributes

double gamma
 Penalty term, see [28]. More...
 
double phi
 Nitsche method parameter, see [28]. More...
 
string faceElemName
 name of element face More...
 
Range fAces
 faces on which constrain is applied More...
 

Detailed Description

Block data for Nitsche method.

Definition at line 82 of file NitscheMethod.hpp.

Member Data Documentation

◆ faceElemName

string NitscheMethod::BlockData::faceElemName

name of element face

Definition at line 85 of file NitscheMethod.hpp.

◆ fAces

Range NitscheMethod::BlockData::fAces

faces on which constrain is applied

Definition at line 86 of file NitscheMethod.hpp.

◆ gamma

double NitscheMethod::BlockData::gamma

Penalty term, see [28].

Definition at line 83 of file NitscheMethod.hpp.

◆ phi

double NitscheMethod::BlockData::phi

Nitsche method parameter, see [28].

Definition at line 84 of file NitscheMethod.hpp.


The documentation for this struct was generated from the following file: