![]() |
v0.15.0 |
Basic implementation of Nitsche method. More...
Go to the source code of this file.
Classes | |
| struct | NitscheMethod |
| Basic implementation of Nitsche's method. More... | |
| struct | NitscheMethod::MyFace |
| struct | NitscheMethod::BlockData |
| Block data for Nitsche method. More... | |
| struct | NitscheMethod::CommonData |
| Common data shared between finite element operators. More... | |
| struct | NitscheMethod::CommonData::MultiIndexData |
| struct | NitscheMethod::OpGetFaceData |
| Get integration pts data on face. More... | |
| struct | NitscheMethod::MyVolumeFE |
| Definition of volume element. More... | |
| struct | NitscheMethod::OpBasicCommon |
| Basic operated shared between all Nitsche operators. More... | |
| struct | NitscheMethod::OpCommon |
| Calculate jacobian and variation of tractions. More... | |
| struct | NitscheMethod::OpLhsNormal |
| Calculate Nitsche method terms on left hand side. More... | |
| struct | NitscheMethod::OpRhsNormal |
| Calculate Nitsche method terms on right hand side. More... | |
Functions | |
| template<typename T > | |
| NumeredEntFiniteElement_multiIndex & | returnNumeredEntFiniteElement_multiIndex (T &fes) |
| template<> | |
| NumeredEntFiniteElement_multiIndex & | returnNumeredEntFiniteElement_multiIndex< NumeredEntFiniteElement_multiIndex > (NumeredEntFiniteElement_multiIndex &fes) |
| template<> | |
| NumeredEntFiniteElement_multiIndex & | returnNumeredEntFiniteElement_multiIndex< boost::shared_ptr< NumeredEntFiniteElement_multiIndex > > (boost::shared_ptr< NumeredEntFiniteElement_multiIndex > &fes) |
Basic implementation of Nitsche method.
Definition in file NitscheMethod.hpp.
| NumeredEntFiniteElement_multiIndex & returnNumeredEntFiniteElement_multiIndex | ( | T & | fes | ) |
Definition at line 33 of file NitscheMethod.hpp.
|
inline |
Definition at line 45 of file NitscheMethod.hpp.
|
inline |
Definition at line 38 of file NitscheMethod.hpp.