v0.14.0
Loading...
Searching...
No Matches
Files | Classes
Nitsche Method
Collaboration diagram for Nitsche Method:

Files

file  NitscheMethod.hpp
 Basic implementation of Nitsche method.
 
file  NitschePeriodicMethod.hpp
 Implementation of Nitsche's method for periodic constrains.
 

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...
 
struct  PeriodicNitscheConstrains
 Periodic Nitsche method. More...
 
struct  PeriodicNitscheConstrains::CommonData
 
struct  PeriodicNitscheConstrains::CommonData::MultiIndexData
 
struct  PeriodicNitscheConstrains::OpGetFaceData
 
struct  PeriodicNitscheConstrains::PeriodicFace
 
struct  PeriodicNitscheConstrains::OpGetVolumeData
 
struct  PeriodicNitscheConstrains::PeriodicVolume
 
struct  PeriodicNitscheConstrains::MyNitscheVolume
 
struct  PeriodicNitscheConstrains::OpRhsPeriodicNormal
 
struct  PeriodicNitscheConstrains::OpLhsPeriodicNormal
 
struct  PeriodicNitscheConstrains::OpCalculateHomogenisedStressVolumeIntegral
 
struct  PeriodicNitscheConstrains::OpCalculateHomogenisedStressSurfaceIntegral
 

Detailed Description