COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Basic Classes for Mesh applications used by COOLFluiD. More...
Namespaces | |
actions | |
Action derived classes for mesh manipulations. | |
BlockMesh | |
Library for I/O of the OpenFOAM BlockMesh dict files. | |
cf3mesh | |
Library for I/O in the native CF3 mesh format. | |
CGNS | |
Library for I/O of the CGNS format. | |
detail | |
gausslegendre | |
namespace holding GaussLegendre quadrature | |
gmsh | |
Library for I/O of the gmsh format. | |
Integrators | |
Functions to provide integration over elements. | |
LagrangeP0 | |
namespace holding LagrangeP0 shape functions and elements | |
LagrangeP1 | |
namespace holding LagrangeP1 shape functions and elements | |
LagrangeP2 | |
namespace holding LagrangeP2 shape functions and elements | |
LagrangeP2B | |
namespace holding LagrangeP2B shape functions and elements | |
LagrangeP3 | |
namespace holding LagrangeP3 shape functions and elements | |
neu | |
Library for I/O of the neutral format. | |
ptscotch | |
Library for PTScotch mesh partitioning and load balancing. | |
smurf | |
Library for I/O of the smurf format. | |
tecplot | |
Library for I/O of the tecplot format. | |
VTKLegacy | |
Library for I/O of the VTK legacy format. | |
VTKXML | |
Library for I/O of the VTK XML format. | |
zoltan | |
Library for zoltan mesh partitioning and load balancing. | |
Classes | |
class | AInterpolator |
A Interpolator base component. More... | |
class | APointInterpolator |
PointInterpolator to interpolate a field to a point. More... | |
class | BoundingBox |
Wrapped math::BoundingBox, with extra functionality. More... | |
class | CellFaces |
class | Cells |
class | Connectivity |
class | ContinuousDictionary |
struct | DerivativeInPoint |
class | Dictionary |
class | DiscontinuousDictionary |
class | Domain |
class | Edges |
class | ElementFinder |
Base class for finding an element given a coordinate. More... | |
class | ElementFinderOcttree |
Find elements using an octtree. More... | |
struct | ElementNodeView |
View of nodal data, allowing modification of the referenced data. More... | |
struct | ElementNodeView< NbNodes, 1, 1 > |
Specialization for single Real values. More... | |
class | Elements |
class | ElementType |
class | ElementTypeBase |
Fallback class if a concrete Element Type doesn't implement a static function. More... | |
struct | ElementTypeFaceConnectivity |
Stores connectivity information about the faces that form the cell boundary. More... | |
class | ElementTypeT |
Translation class to link concrete static implementations to the dynamic API. More... | |
class | Entities |
class | Entity |
Low storage struct to uniquely identify one element. More... | |
struct | Face2Cell |
class | FaceCellConnectivity |
class | FaceConnectivity |
class | Faces |
class | Field |
class | FieldManager |
class | GenerateLine3D |
class | GeneratePlane3D |
class | GeoShape |
struct | InterpolateInPoint |
class | InterpolationFunction |
class | Interpolator |
Interpolator component delegating interpolation to a PointInterpolator strategy. More... | |
class | InterpolatorT |
Compile-time configured strategy for interpolation. More... | |
struct | IsCellType |
Compile-time predicate to determine if the given shape function represents a volume element, i.e. dimensions == dimensionality. More... | |
struct | IsCompatibleWith |
struct | IsEdgeType |
Compile-time predicate to determine if the given shape function represents a volume element, i.e. dimensions == dimensionality. More... | |
class | IsElementsSurface |
class | IsElementsVolume |
struct | IsElementType |
struct | IsFaceType |
Compile-time predicate to determine if the given shape function represents a volume element, i.e. dimensions == dimensionality. More... | |
struct | IsMinimalOrder |
Compile-time predicate to determine if the given shape function or element type has at least the given order. More... | |
class | LibMesh |
class | LoadMesh |
class | MatchedMeshInterpolator |
Interpolator component that interpolates fields between spaces in the same mesh. More... | |
class | MergedParallelDistribution |
class | Mesh |
class | MeshAdaptor |
Class to adapt the mesh. More... | |
class | MeshElements |
class | MeshGenerator |
class | MeshMetadata |
Storage for metadata related to the mesh. More... | |
class | MeshPartitioner |
class | MeshReader |
class | MeshTransformer |
class | MeshTriangulator |
class | MeshWriter |
class | Node2FaceCellConnectivity |
class | NodeConnectivity |
class | NodeElementConnectivity |
class | Octtree |
class | PackedElement |
Class that contains all stand-alone global information of an element. More... | |
class | PackedNode |
Class that contains all stand-alone global information of point in a dictionary. More... | |
class | ParallelDistribution |
class | PointInterpolator |
A general configurable point interpolator. More... | |
class | PointInterpolatorT |
A compile-time configured point interpolator, making sure that element-finder, stencil computer, and interpolation function match together. More... | |
class | PseudoLaplacianLinearInterpolation |
Pseudo-Laplacian Weighted Linear Interpolation function. More... | |
class | Quadrature |
class | QuadratureBase |
Fallback class if a concrete Quadrature doesn't implement a static function. More... | |
class | QuadratureT |
Translation class to link concrete static implementations to the dynamic API. More... | |
struct | ReconstructPoint |
class | Region |
class | ShapeFunction |
class | ShapeFunctionBase |
Fallback class if a concrete ShapeFunction doesn't implement a static function. More... | |
class | ShapeFunctionInterpolation |
class | ShapeFunctionT |
Translation class to link concrete static implementations to the dynamic API. More... | |
class | SimpleMeshGenerator |
Generate a simple carthesian P1 mesh without grading. More... | |
class | Space |
Space component class. More... | |
class | SpaceElem |
class | SpaceInterpolator |
Interpolator component that interpolates fields between spaces in the same mesh. More... | |
class | StencilComputer |
Base class for stencil computers. More... | |
class | StencilComputerOcttree |
class | StencilComputerOneCell |
A StencilComputer returning one cell. More... | |
class | StencilComputerRings |
Compute the stencil around an element, consisting of rings of neighboring cells. More... | |
class | Tags |
class | UnifiedData |
class | WriteMesh |
Functions | |
void | create_node_element_connectivity (const Uint nb_nodes, const NodeConnectivity::EntitiesT &entities, NodeConnectivity::IndicesT &node_first_elements, NodeConnectivity::CountsT &node_element_counts, NodeConnectivity::NodeElementsT &node_elements) |
void | create_face_element_connectivity (const Entities &own_celements, const NodeConnectivity::EntitiesT &entities, const NodeConnectivity::IndicesT &node_first_elements, const NodeConnectivity::CountsT &node_element_counts, const NodeConnectivity::NodeElementsT &node_elements, FaceConnectivity::BoolsT &face_has_neighbour, NodeConnectivity::NodeElementsT &face_element_connectivity, NodeConnectivity::IndicesT &face_face_connectivity) |
void | sorted_face_nodes (const Entities &entities, const common::Table< Uint >::ArrayT &connectivity_table, const Uint element_idx, const Uint face_idx, FaceConnectivity::IndicesT &face_nodes) |
Gets a sorted list of face nodes. More... | |
void | create_face_face_connectivity (const Entities &own_celements, const NodeConnectivity::EntitiesT &entities, const FaceConnectivity::BoolsT &face_has_neighbour, const NodeConnectivity::NodeElementsT &face_element_connectivity, NodeConnectivity::IndicesT &face_face_connectivity) |
std::ostream & | operator<< (std::ostream &os, const ElementConnectivity::ConstRow row) |
std::ostream & | operator<< (std::ostream &os, const ElementConnectivity &table) |
std::ostream & | operator<< (std::ostream &os, common::TableConstRow< Entity > row) |
template<typename NodeValuesT , typename RowT > | |
void | fill (NodeValuesT &to_fill, const common::Table< Real > &data_array, const RowT &element_row, const Uint start=0) |
Fill STL-vector like per-node data storage. More... | |
template<typename RowT , int NbRows, int NbCols> | |
void | fill (Eigen::Matrix< Real, NbRows, NbCols > &to_fill, const common::Table< Real > &data_array, const RowT &element_row, const Uint start=0) |
Fill static sized matrices. More... | |
template<typename RowT > | |
void | fill (RealMatrix &to_fill, const common::Table< Real > &data_array, const RowT &element_row, const Uint start=0) |
Fill dynamic matrices. More... | |
template<typename RowT > | |
RealVector | to_vector (const RowT &row) |
Utility function to convert a vector-like type to a RealVector. More... | |
std::ostream & | operator<< (std::ostream &os, const Entity &entity) |
boost::shared_ptr< List< Uint > > | build_used_nodes_list (const std::vector< Handle< Entities const > > &entities, const Dictionary &dictionary, const bool include_ghost_elems, const bool follow_periodic_links=true) |
Create a List<Uint> containing unique entries of all the nodes used by a vector of entities. More... | |
boost::shared_ptr< common::List< Uint > > | build_used_nodes_list (const common::Component &node_user, const Dictionary &dictionary, const bool include_ghost_elems, const bool follow_periodic_links=true) |
Create a List<Uint> containing unique entries of all the nodes used by a vector of entities. More... | |
void | nearest_node_mapping (const RealMatrix &support_local_coords, const RealMatrix &source_local_coords, std::vector< Uint > &node_mapping, std::vector< bool > &is_interior) |
std::ostream & | operator<< (std::ostream &os, const GeoShape::Type &in) |
std::istream & | operator>> (std::istream &is, GeoShape::Type &in) |
template<typename T > | |
void | Interpolator_send_receive (const Uint send_to_pid, std::vector< T > &send, const Uint receive_from_pid, std::vector< T > &receive) |
template<typename T > | |
void | MeshAdaptor_send_receive (const Uint send_to_pid, std::vector< T > &send, const Uint receive_from_pid, std::vector< T > &receive) |
void | flex_all_to_all (const std::vector< PE::Buffer > &send, PE::Buffer &recv) |
void | flex_all_to_all (const PE::Buffer &send, std::vector< int > &send_strides, PE::Buffer &recv, std::vector< int > &recv_strides) |
std::ostream & | operator<< (std::ostream &os, const SpaceElem &elem) |
Basic Classes for Mesh applications used by COOLFluiD.
typedef boost::mpl::joint_view< LagrangeP0::CellTypes, boost::mpl::joint_view< LagrangeP1::CellTypes, boost::mpl::joint_view< LagrangeP2::CellTypes, LagrangeP3::CellTypes > > > CellTypes |
Definition at line 36 of file ElementTypes.hpp.
typedef boost::mpl::joint_view< LagrangeP0::EdgeTypes, boost::mpl::joint_view< LagrangeP1::EdgeTypes, boost::mpl::joint_view< LagrangeP2::EdgeTypes, LagrangeP3::EdgeTypes > > > EdgeTypes |
Definition at line 48 of file ElementTypes.hpp.
typedef common::Table< Entity > ElementConnectivity |
Definition at line 21 of file ElementConnectivity.hpp.
typedef boost::mpl::joint_view< LagrangeP0::ElementTypes, boost::mpl::joint_view< LagrangeP1::ElementTypes, boost::mpl::joint_view< LagrangeP2::ElementTypes, LagrangeP3::ElementTypes > > > ElementTypes |
List of all supported element types.
Definition at line 30 of file ElementTypes.hpp.
typedef boost::mpl::joint_view< LagrangeP0::FaceTypes, boost::mpl::joint_view< LagrangeP1::FaceTypes, boost::mpl::joint_view< LagrangeP2::FaceTypes, LagrangeP3::FaceTypes > > > FaceTypes |
Definition at line 42 of file ElementTypes.hpp.
Definition at line 30 of file InterpolatorTypes.cpp.
typedef PointInterpolatorT<ElementFinderOcttree,StencilComputerRings,PseudoLaplacianLinearInterpolation> PseudoLaplacianLinearPointInterpolator |
Definition at line 25 of file InterpolatorTypes.cpp.
Definition at line 42 of file InterpolatorTypes.cpp.
typedef PointInterpolatorT<ElementFinderOcttree,StencilComputerOneCell,ShapeFunctionInterpolation> ShapeFunctionPointInterpolator |
Definition at line 37 of file InterpolatorTypes.cpp.
boost::shared_ptr< common::List< Uint > > build_used_nodes_list | ( | const std::vector< Handle< Entities const > > & | entities, |
const Dictionary & | dictionary, | ||
const bool | include_ghost_elems, | ||
const bool | follow_periodic_links = true |
||
) |
Create a List<Uint> containing unique entries of all the nodes used by a vector of entities.
create_used_nodes_list
[in] | entities | vector of entities, that the unique nodes will be collected from |
[in] | dictionary | dictionary where the nodes are stored |
[in] | include_ghost_elems | if true, ghost elements will be included in the search |
Definition at line 24 of file Functions.cpp.
boost::shared_ptr< common::List< Uint > > build_used_nodes_list | ( | const common::Component & | node_user, |
const Dictionary & | dictionary, | ||
const bool | include_ghost_elems, | ||
const bool | follow_periodic_links = true |
||
) |
Create a List<Uint> containing unique entries of all the nodes used by a vector of entities.
create_used_nodes_list
[in] | node_user | component being entities, or holding entities somewhere down in his tree |
[in] | dictionary | dictionary where the nodes are stored |
[in] | include_ghost_elems | if true, ghost elements will be included in the search |
Definition at line 103 of file Functions.cpp.
void Mesh_API create_face_element_connectivity | ( | const Entities & | own_celements, |
const NodeConnectivity::EntitiesT & | entities, | ||
const NodeConnectivity::IndicesT & | node_first_elements, | ||
const NodeConnectivity::CountsT & | node_element_counts, | ||
const NodeConnectivity::NodeElementsT & | node_elements, | ||
FaceConnectivity::BoolsT & | face_has_neighbour, | ||
NodeConnectivity::NodeElementsT & | face_element_connectivity, | ||
NodeConnectivity::IndicesT & | face_face_connectivity | ||
) |
Calculate the face connectivity data, based on inputs as calculated by create_node_element_connectivity.
[in] | own_celements | The Elements for which the connectivity data is needed |
[in] | entities | |
[in] | node_first_elements | |
[in] | node_element_counts | |
[in] | node_elements | |
[out] | face_has_neighbour | For each face of each global element, true if the face has a neighbour element |
[out] | face_element_connectivity | For each face of element in own_celements, store the element it is connected to. The length of this vector is the total number of elements from own_celements, multiplied with the number of faces for each element. To get the connectivity of face 3 of element i of own_celements, use: face_element_connectivity[nb_faces*i + 3] |
[out] | face_face_connectivity | Stores to local face index for each global face index |
Definition at line 193 of file ConnectivityData.cpp.
void Mesh_API create_face_face_connectivity | ( | const Entities & | own_celements, |
const NodeConnectivity::EntitiesT & | entities, | ||
const FaceConnectivity::BoolsT & | face_has_neighbour, | ||
const NodeConnectivity::NodeElementsT & | face_element_connectivity, | ||
NodeConnectivity::IndicesT & | face_face_connectivity | ||
) |
Calculate the local face index in adjacent elements
[in] | own_celements | The Elements for which the connectivity data is needed |
[in] | entities | |
[in] | face_has_neighbour | For each face of each global element, true if the face has a neighbour element |
[in] | face_element_connectivity | For each face of element in own_celements, it stores the element it is connected to. The length of this vector is the total number of elements from own_celements, multiplied with the number of faces for each element. To get the connectivity of face 3 of element i of own_celements, use: face_element_connectivity[nb_faces*i + 3] |
[out] | face_face_connectivity | Stores to local face index for each global face index For other parameters: |
Definition at line 325 of file ConnectivityData.cpp.
void Mesh_API create_node_element_connectivity | ( | const Uint | nb_nodes, |
const NodeConnectivity::EntitiesT & | entities, | ||
NodeConnectivity::IndicesT & | node_first_elements, | ||
NodeConnectivity::CountsT & | node_element_counts, | ||
NodeConnectivity::NodeElementsT & | node_elements | ||
) |
Store connectivity from a node to the elements that use it
[in] | nb_nodes | The total number of nodes to consider. This should be equal to the size of the coordinate table. |
[in] | entities | The vector with the Entities to consider. The index of this vector is used to uniquely identify an element |
[out] | node_first_elements | For each node, the indices of the first element in node_elements. Size equal to nb_nodes. |
[out] | node_element_counts | For each node, the number of elements that use it. Size equal to nb_nodes |
[out] | node_elements | The link between a node and the elements that use it. The columns contain the index into the elements vector and then the index into that Elements connectivity table. Size is the sum of the elements in node_element_counts. The elements using node i are located from node_elements[node_first_elements[i]] to node_elements[node_first_elements[i] + node_element_counts[i]]. |
Definition at line 142 of file ConnectivityData.cpp.
void cf3::mesh::fill | ( | NodeValuesT & | to_fill, |
const common::Table< Real > & | data_array, | ||
const RowT & | element_row, | ||
const Uint | start = 0 |
||
) |
Fill STL-vector like per-node data storage.
Definition at line 28 of file ElementData.hpp.
void cf3::mesh::fill | ( | Eigen::Matrix< Real, NbRows, NbCols > & | to_fill, |
const common::Table< Real > & | data_array, | ||
const RowT & | element_row, | ||
const Uint | start = 0 |
||
) |
Fill static sized matrices.
Definition at line 43 of file ElementData.hpp.
void cf3::mesh::fill | ( | RealMatrix & | to_fill, |
const common::Table< Real > & | data_array, | ||
const RowT & | element_row, | ||
const Uint | start = 0 |
||
) |
Fill dynamic matrices.
Definition at line 55 of file ElementData.hpp.
void cf3::mesh::flex_all_to_all | ( | const std::vector< PE::Buffer > & | send, |
PE::Buffer & | recv | ||
) |
Definition at line 334 of file MeshPartitioner.cpp.
void cf3::mesh::flex_all_to_all | ( | const PE::Buffer & | send, |
std::vector< int > & | send_strides, | ||
PE::Buffer & | recv, | ||
std::vector< int > & | recv_strides | ||
) |
Definition at line 364 of file MeshPartitioner.cpp.
void cf3::mesh::Interpolator_send_receive | ( | const Uint | send_to_pid, |
std::vector< T > & | send, | ||
const Uint | receive_from_pid, | ||
std::vector< T > & | receive | ||
) |
Definition at line 62 of file Interpolator.cpp.
void cf3::mesh::MeshAdaptor_send_receive | ( | const Uint | send_to_pid, |
std::vector< T > & | send, | ||
const Uint | receive_from_pid, | ||
std::vector< T > & | receive | ||
) |
Definition at line 1674 of file MeshAdaptor.cpp.
void nearest_node_mapping | ( | const RealMatrix & | support_local_coords, |
const RealMatrix & | source_local_coords, | ||
std::vector< Uint > & | node_mapping, | ||
std::vector< bool > & | is_interior | ||
) |
Build a mapping linking the local source coordinates to the nearest local coordinate in support_local_coords.
node_mapping | [out] Mapping from source_local_coords to indices into support_local_coords |
is_interior | [out] True for each source_local_coord that is an internal node, i.e. a node that is not on the element boundary. |
Definition at line 116 of file Functions.cpp.
std::ostream& cf3::mesh::operator<< | ( | std::ostream & | os, |
common::TableConstRow< Entity > | row | ||
) |
std::ostream& cf3::mesh::operator<< | ( | std::ostream & | os, |
const ElementConnectivity::ConstRow | row | ||
) |
Definition at line 27 of file ElementConnectivity.cpp.
std::ostream& cf3::mesh::operator<< | ( | std::ostream & | os, |
const ElementConnectivity & | table | ||
) |
Definition at line 37 of file ElementConnectivity.cpp.
Mesh_API std::ostream & operator<< | ( | std::ostream & | os, |
const GeoShape::Type & | in | ||
) |
Definition at line 53 of file GeoShape.cpp.
std::ostream & operator<< | ( | std::ostream & | os, |
const Entity & | entity | ||
) |
Definition at line 217 of file Entities.cpp.
std::ostream & operator<< | ( | std::ostream & | os, |
const SpaceElem & | elem | ||
) |
Mesh_API std::istream & operator>> | ( | std::istream & | is, |
GeoShape::Type & | in | ||
) |
Definition at line 59 of file GeoShape.cpp.
void cf3::mesh::sorted_face_nodes | ( | const Entities & | entities, |
const common::Table< Uint >::ArrayT & | connectivity_table, | ||
const Uint | element_idx, | ||
const Uint | face_idx, | ||
FaceConnectivity::IndicesT & | face_nodes | ||
) |
Gets a sorted list of face nodes.
Definition at line 315 of file ConnectivityData.cpp.
RealVector cf3::mesh::to_vector | ( | const RowT & | row | ) |
Utility function to convert a vector-like type to a RealVector.
Definition at line 162 of file ElementData.hpp.
cf3::common::ComponentBuilder< BoundingBox, Component, LibMesh > BoundingBox_Builder |
Definition at line 30 of file BoundingBox.cpp.
common::ComponentBuilder< CellFaces, Entities, LibMesh > CellFaces_Builder |
Definition at line 22 of file CellFaces.cpp.
common::ComponentBuilder< Cells, Entities, LibMesh > Cells_Builder |
common::ComponentBuilder< Connectivity , Component, LibMesh > Connectivity_Builder |
Definition at line 15 of file Connectivity.cpp.
common::ComponentBuilder< ContinuousDictionary, Component, LibMesh > ContinuousDictionary_Builder |
Definition at line 47 of file ContinuousDictionary.cpp.
common::ComponentBuilder< DiscontinuousDictionary, Component, LibMesh > DiscontinuousDictionary_Builder |
Definition at line 47 of file DiscontinuousDictionary.cpp.
common::ComponentBuilder< Domain, Component, LibMesh > Domain_Builder |
Definition at line 42 of file Domain.cpp.
common::ComponentBuilder< Edges, Entities, LibMesh > Edges_Builder |
common::ComponentBuilder< ElementConnectivity , Component, LibMesh > ElementConnectivity_Builder |
Definition at line 23 of file ElementConnectivity.cpp.
cf3::common::ComponentBuilder< ElementFinderOcttree, ElementFinder, LibMesh > ElementFinderOcttree_Builder |
Definition at line 39 of file ElementFinderOcttree.cpp.
common::ComponentBuilder< Elements, Entities, LibMesh > Elements_Builder |
Definition at line 31 of file Elements.cpp.
common::ComponentBuilder< FaceCellConnectivity , Component, LibMesh > FaceCellConnectivity_Builder |
Definition at line 38 of file FaceCellConnectivity.cpp.
common::ComponentBuilder< Faces, Entities, LibMesh > Faces_Builder |
common::ComponentBuilder< Field, Component, LibMesh > Field_Builder |
common::ComponentBuilder< FieldManager, Component, LibMesh > FieldManager_Builder |
Definition at line 36 of file FieldManager.cpp.
common::ComponentBuilder< GenerateLine3D, mesh::MeshGenerator, LibMesh > GenerateLine3D_builder |
Definition at line 31 of file GenerateLine3D.cpp.
common::ComponentBuilder< GeneratePlane3D, mesh::MeshGenerator, LibMesh > GeneratePlane3D_builder |
Definition at line 31 of file GeneratePlane3D.cpp.
common::ComponentBuilder<Interpolator,AInterpolator,LibMesh> Interpolator_builder |
Definition at line 34 of file Interpolator.cpp.
cf3::common::RegistLibrary<LibMesh> libMesh |
Definition at line 19 of file LibMesh.cpp.
common::ComponentBuilder< LoadMesh, Component, LibMesh > LoadMesh_Builder |
Definition at line 39 of file LoadMesh.cpp.
common::ComponentBuilder<MatchedMeshInterpolator,AInterpolator,LibMesh> MatchedMeshInterpolator_builder |
Definition at line 31 of file MatchedMeshInterpolator.cpp.
common::ComponentBuilder< MergedParallelDistribution, Component, LibMesh > MergedParallelDistribution_Builder |
Definition at line 28 of file MergedParallelDistribution.cpp.
common::ComponentBuilder< Mesh, Component, LibMesh > Mesh_Builder |
ComponentBuilder<MeshElements, Component, LibMesh> MeshElements_Builder |
Definition at line 21 of file MeshElements.cpp.
ComponentBuilder<MeshMetadata, Component, LibMesh> MeshMetadata_Builder |
Definition at line 21 of file MeshMetadata.cpp.
common::ComponentBuilder< MeshTransformer, MeshTransformer, LibMesh> MeshTransformer_Builder |
Definition at line 25 of file MeshTransformer.cpp.
common::ComponentBuilder< MeshTriangulator, MeshTransformer, LibMesh> MeshTriangulator_Builder |
Definition at line 29 of file MeshTriangulator.cpp.
common::ComponentBuilder< Node2FaceCellConnectivity , Component, LibMesh > Node2FaceCellConnectivity_Builder |
Definition at line 21 of file Node2FaceCellConnectivity.cpp.
ComponentBuilder< NodeElementConnectivity, Component, LibMesh > NodeElementConnectivity_Builder |
Definition at line 25 of file NodeElementConnectivity.cpp.
cf3::common::ComponentBuilder< Octtree, Component, LibMesh > Octtree_Builder |
Definition at line 48 of file Octtree.cpp.
common::ComponentBuilder< ParallelDistribution, Component, LibMesh > ParallelDistribution_Builder |
Definition at line 25 of file ParallelDistribution.cpp.
cf3::common::ComponentBuilder<PointInterpolator,APointInterpolator,LibMesh> PointInterpolator_builder |
Definition at line 61 of file PointInterpolator.cpp.
cf3::common::ComponentBuilder< PseudoLaplacianLinearInterpolation, InterpolationFunction, LibMesh > PseudoLaplacianLinearInterpolation_builder |
Definition at line 26 of file PseudoLaplacianLinearInterpolation.cpp.
ComponentBuilder< PseudoLaplacianLinearInterpolator , AInterpolator, LibMesh> PseudoLaplacianLinearInterpolator_builder(LibMesh::library_namespace()+".PseudoLaplacianLinearInterpolator") |
ComponentBuilder< PseudoLaplacianLinearPointInterpolator , APointInterpolator, LibMesh> PseudoLaplacianLinearPointInterpolator_builder(LibMesh::library_namespace()+".PseudoLaplacianLinearPointInterpolator") |
common::ComponentBuilder< Region, Component, LibMesh > Region_Builder |
Definition at line 31 of file Region.cpp.
RegisterComponent<Dictionary, LibMesh> regist_Dictionary |
Definition at line 50 of file Dictionary.cpp.
RegistTypeInfo<Entity,LibMesh> regist_ElementConnectivity_ValueT |
Definition at line 21 of file ElementConnectivity.cpp.
RegistTypeInfo<Entity,LibMesh> regist_Entity |
Definition at line 37 of file Entities.cpp.
RegistTypeInfo<SpaceElem,LibMesh> regist_SpaceElem |
cf3::common::ComponentBuilder< ShapeFunctionInterpolation, InterpolationFunction, LibMesh > ShapeFunctionInterpolation_builder |
Definition at line 48 of file ShapeFunctionInterpolation.cpp.
ComponentBuilder< ShapeFunctionInterpolator , AInterpolator, LibMesh> ShapeFunctionInterpolator_builder(LibMesh::library_namespace()+".ShapeFunctionInterpolator") |
ComponentBuilder< ShapeFunctionPointInterpolator , APointInterpolator, LibMesh> ShapeFunctionPointInterpolator_builder(LibMesh::library_namespace()+".ShapeFunctionPointInterpolator") |
ComponentBuilder< SimpleMeshGenerator, MeshGenerator, LibMesh > SimpleMeshGenerator_Builder |
Definition at line 41 of file SimpleMeshGenerator.cpp.
common::ComponentBuilder< Space, Component, LibMesh > Space_Builder |
common::ComponentBuilder<SpaceInterpolator,AInterpolator,LibMesh> SpaceInterpolator_builder |
Definition at line 26 of file SpaceInterpolator.cpp.
cf3::common::ComponentBuilder< StencilComputerOcttree, StencilComputer, LibMesh > StencilComputerOcttree_Builder |
Definition at line 37 of file StencilComputerOcttree.cpp.
cf3::common::ComponentBuilder< StencilComputerOneCell, StencilComputer, LibMesh > stencilcomputeronecell_Builder |
Definition at line 51 of file StencilComputer.cpp.
cf3::common::ComponentBuilder< StencilComputerRings, StencilComputer, LibMesh > StencilComputerRings_Builder |
Definition at line 39 of file StencilComputerRings.cpp.
cf3::common::ComponentBuilder< UnifiedData, cf3::common::Component, LibMesh > UnifiedData_Builder |
Definition at line 20 of file UnifiedData.cpp.
common::ComponentBuilder< WriteMesh, Component, LibMesh > WriteMesh_Builder |
Definition at line 46 of file WriteMesh.cpp.
Send comments to: COOLFluiD Web Admin |