COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include <Space.hpp>
Public Member Functions | |
SpaceElem (const Space &space, const Uint index) | |
Constructor, taking component and index. More... | |
SpaceElem () | |
Default constructor for container-allocations. More... | |
SpaceElem (const SpaceElem &other) | |
Constructor, taking other SpaceElem. More... | |
Shortcut functions | |
const ShapeFunction & | shape_function () 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 |
common::TableConstRow< Uint >::type | nodes () const |
Comparison functions | |
bool | operator== (const SpaceElem &other) const |
bool | operator!= (const SpaceElem &other) const |
bool | operator< (const SpaceElem &other) const |
Static Public Member Functions | |
static std::string | type_name () |
Type name. More... | |
Public Attributes | |
Space * | comp |
Uint | idx |
Friends | |
std::ostream & | operator<< (std::ostream &os, const SpaceElem &space_elem) |
SpaceElem | ( | ) |
void allocate_coordinates | ( | RealMatrix & | coordinates | ) | const |
RealMatrix get_coordinates | ( | ) | const |
Connectivity::ConstRow nodes | ( | ) | const |
void put_coordinates | ( | RealMatrix & | coordinates | ) | const |
const ShapeFunction & shape_function | ( | ) | const |
|
friend |
Send comments to: COOLFluiD Web Admin |