COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Public Member Functions | Public Attributes | List of all members
SpaceElement Struct Reference

Public Member Functions

 SpaceElement (Space &component, const Uint index=0)
 
const ShapeFunctionelement_type () const
 return the elementType More...
 
Dictionarydict () const
 Const access to the coordinates. More...
 
Entity support () const
 
Connectivity::ConstRow field_indices () const
 
Uint glb_idx () const
 
Uint rank () const
 
bool is_ghost () const
 
RealMatrix get_coordinates () const
 
void put_coordinates (RealMatrix &coordinates) const
 
void allocate_coordinates (RealMatrix &coordinates) const
 

Public Attributes

Spacecomp
 
Uint idx
 

Detailed Description

Definition at line 103 of file utest-mesh-construction.cpp.

Constructor & Destructor Documentation

SpaceElement ( Space component,
const Uint  index = 0 
)
inline

Definition at line 106 of file utest-mesh-construction.cpp.

Member Function Documentation

void allocate_coordinates ( RealMatrix coordinates) const
inline

Definition at line 130 of file utest-mesh-construction.cpp.

Dictionary& dict ( ) const
inline

Const access to the coordinates.

Definition at line 120 of file utest-mesh-construction.cpp.

const ShapeFunction& element_type ( ) const
inline

return the elementType

Definition at line 117 of file utest-mesh-construction.cpp.

Connectivity::ConstRow field_indices ( ) const
inline

Definition at line 124 of file utest-mesh-construction.cpp.

RealMatrix get_coordinates ( ) const
inline

Definition at line 128 of file utest-mesh-construction.cpp.

Uint glb_idx ( ) const
inline

Definition at line 125 of file utest-mesh-construction.cpp.

bool is_ghost ( ) const
inline

Definition at line 127 of file utest-mesh-construction.cpp.

void put_coordinates ( RealMatrix coordinates) const
inline

Definition at line 129 of file utest-mesh-construction.cpp.

Uint rank ( ) const
inline

Definition at line 126 of file utest-mesh-construction.cpp.

Entity support ( ) const
inline

Definition at line 122 of file utest-mesh-construction.cpp.

Member Data Documentation

Space* comp

Definition at line 113 of file utest-mesh-construction.cpp.

Uint idx

Definition at line 114 of file utest-mesh-construction.cpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin