![]() |
COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#include "common/FindComponents.hpp"#include "common/List.hpp"#include "mesh/Connectivity.hpp"#include "mesh/Dictionary.hpp"#include "mesh/Space.hpp"#include "mesh/Entities.hpp"Go to the source code of this file.
Namespaces | |
| cf3 | |
| Top-level namespace for coolfluid. | |
| cf3::mesh | |
| Basic Classes for Mesh applications used by COOLFluiD. | |
Functions | |
| 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) |
1.8.9.1
|
Send comments to: COOLFluiD Web Admin |