Flow123d  JS_before_hm-1001-gfa0c761
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 (FMT_UNUSED const DHCellAccessor &dh_cell)
 
void fix_velocity (const DHCellAccessor &dh_cell)
 

Protected Attributes

AssemblyDataPtr data_
 
MixedMeshIntersectionsmixed_mesh_
 
LocalSystem loc_system_
 
bool fix_velocity_flag
 

Detailed Description

Definition at line 23 of file mortar_assembly.hh.

Member Typedef Documentation

typedef vector<unsigned int> MortarAssemblyBase::IsecList

Definition at line 25 of file mortar_assembly.hh.

Constructor & Destructor Documentation

MortarAssemblyBase::MortarAssemblyBase ( AssemblyDataPtr  data)
inline

Definition at line 27 of file mortar_assembly.hh.

virtual MortarAssemblyBase::~MortarAssemblyBase ( )
inlinevirtual

Definition at line 35 of file mortar_assembly.hh.

Member Function Documentation

virtual void MortarAssemblyBase::assembly ( FMT_UNUSED const DHCellAccessor dh_cell)
inlinevirtual

Definition at line 38 of file mortar_assembly.hh.

Here is the caller graph for this function:

void MortarAssemblyBase::fix_velocity ( const DHCellAccessor dh_cell)
inline

Definition at line 40 of file mortar_assembly.hh.

Member Data Documentation

AssemblyDataPtr MortarAssemblyBase::data_
protected

Definition at line 47 of file mortar_assembly.hh.

bool MortarAssemblyBase::fix_velocity_flag
protected

Definition at line 50 of file mortar_assembly.hh.

LocalSystem MortarAssemblyBase::loc_system_
protected

Definition at line 49 of file mortar_assembly.hh.

MixedMeshIntersections& MortarAssemblyBase::mixed_mesh_
protected

Definition at line 48 of file mortar_assembly.hh.


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