Go to the source code of this file.
|
| | cf3 |
| | Top-level namespace for coolfluid.
|
| |
| | cf3::common |
| | Most basic kernel library.
|
| |
| | cf3::mesh |
| | Basic Classes for Mesh applications used by COOLFluiD.
|
| |
|
| 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) |
| |