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

#include <FaceCellConnectivity.hpp>

Public Member Functions

 Face2Cell ()
 
 Face2Cell (FaceCellConnectivity &component, const Uint index=0)
 
bool is_bdry () const
 
common::TableConstRow< Entity >::type cells () const
 
common::TableRow< Entity >::type cells ()
 
common::TableConstRow< Uint >::type face_nb_in_cells () const
 
common::TableRow< Uint >::type face_nb_in_cells ()
 
std::vector< Uintnodes ()
 
const ElementTypeelement_type ()
 
Face2Celloperator++ ()
 
Face2Celloperator-- ()
 
bool operator== (const Face2Cell &other) const
 
bool operator!= (const Face2Cell &other) const
 

Public Attributes

FaceCellConnectivitycomp
 
Uint idx
 

Detailed Description

Definition at line 123 of file FaceCellConnectivity.hpp.

Constructor & Destructor Documentation

Face2Cell ( )
inline

Definition at line 125 of file FaceCellConnectivity.hpp.

Face2Cell ( FaceCellConnectivity component,
const Uint  index = 0 
)
inline

Definition at line 126 of file FaceCellConnectivity.hpp.

Member Function Documentation

common::TableConstRow< Entity >::type cells ( ) const

Definition at line 385 of file FaceCellConnectivity.cpp.

common::TableRow< Entity >::type cells ( )

Definition at line 386 of file FaceCellConnectivity.cpp.

const ElementType & element_type ( )

Definition at line 390 of file FaceCellConnectivity.cpp.

common::TableConstRow< Uint >::type face_nb_in_cells ( ) const

Definition at line 387 of file FaceCellConnectivity.cpp.

common::TableRow< Uint >::type face_nb_in_cells ( )

Definition at line 388 of file FaceCellConnectivity.cpp.

bool is_bdry ( ) const

Definition at line 384 of file FaceCellConnectivity.cpp.

std::vector< Uint > nodes ( )

Definition at line 389 of file FaceCellConnectivity.cpp.

bool operator!= ( const Face2Cell other) const
inline

Definition at line 150 of file FaceCellConnectivity.hpp.

Face2Cell& operator++ ( )
inline

Definition at line 144 of file FaceCellConnectivity.hpp.

Face2Cell& operator-- ( )
inline

Definition at line 146 of file FaceCellConnectivity.hpp.

bool operator== ( const Face2Cell other) const
inline

Definition at line 148 of file FaceCellConnectivity.hpp.

Member Data Documentation

Definition at line 133 of file FaceCellConnectivity.hpp.

Uint idx

Definition at line 134 of file FaceCellConnectivity.hpp.


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