COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#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< Uint > | nodes () |
const ElementType & | element_type () |
Face2Cell & | operator++ () |
Face2Cell & | operator-- () |
bool | operator== (const Face2Cell &other) const |
bool | operator!= (const Face2Cell &other) const |
Public Attributes | |
FaceCellConnectivity * | comp |
Uint | idx |
Definition at line 123 of file FaceCellConnectivity.hpp.
|
inline |
Definition at line 125 of file FaceCellConnectivity.hpp.
|
inline |
Definition at line 126 of file FaceCellConnectivity.hpp.
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.
|
inline |
Definition at line 150 of file FaceCellConnectivity.hpp.
|
inline |
Definition at line 144 of file FaceCellConnectivity.hpp.
|
inline |
Definition at line 146 of file FaceCellConnectivity.hpp.
|
inline |
Definition at line 148 of file FaceCellConnectivity.hpp.
FaceCellConnectivity* comp |
Definition at line 133 of file FaceCellConnectivity.hpp.
Uint idx |
Definition at line 134 of file FaceCellConnectivity.hpp.
Send comments to: COOLFluiD Web Admin |