Flow123d  release_2.2.0-914-gf1a3a4f
Public Types | Public Member Functions | Protected Attributes | List of all members
MortarAssemblyBase Class Reference

#include <mortar_assembly.hh>

Inheritance diagram for MortarAssemblyBase:
Inheritance graph
[legend]
Collaboration diagram for MortarAssemblyBase:
Collaboration graph
[legend]

Public Types

typedef vector< unsigned int > IsecList
 

Public Member Functions

 MortarAssemblyBase (AssemblyDataPtr data)
 
virtual ~MortarAssemblyBase ()
 
virtual void assembly (LocalElementAccessorBase< 3 > ele_ac)
 
void fix_velocity (LocalElementAccessorBase< 3 > ele_ac)
 

Protected Attributes

AssemblyDataPtr data_
 
MixedMeshIntersectionsmixed_mesh_
 
LocalSystem loc_system_
 
bool fix_velocity_flag
 

Detailed Description

Definition at line 21 of file mortar_assembly.hh.

Member Typedef Documentation

typedef vector<unsigned int> MortarAssemblyBase::IsecList

Definition at line 23 of file mortar_assembly.hh.

Constructor & Destructor Documentation

MortarAssemblyBase::MortarAssemblyBase ( AssemblyDataPtr  data)
inline

Definition at line 25 of file mortar_assembly.hh.

virtual MortarAssemblyBase::~MortarAssemblyBase ( )
inlinevirtual

Definition at line 33 of file mortar_assembly.hh.

Member Function Documentation

virtual void MortarAssemblyBase::assembly ( LocalElementAccessorBase< 3 >  ele_ac)
inlinevirtual

Reimplemented in P1_CouplingAssembler, and P0_CouplingAssembler.

Definition at line 36 of file mortar_assembly.hh.

Here is the caller graph for this function:

void MortarAssemblyBase::fix_velocity ( LocalElementAccessorBase< 3 >  ele_ac)
inline

Definition at line 38 of file mortar_assembly.hh.

Member Data Documentation

AssemblyDataPtr MortarAssemblyBase::data_
protected

Definition at line 45 of file mortar_assembly.hh.

bool MortarAssemblyBase::fix_velocity_flag
protected

Definition at line 48 of file mortar_assembly.hh.

LocalSystem MortarAssemblyBase::loc_system_
protected

Definition at line 47 of file mortar_assembly.hh.

MixedMeshIntersections& MortarAssemblyBase::mixed_mesh_
protected

Definition at line 46 of file mortar_assembly.hh.


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