COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Classes | Namespaces | Functions
Functions.hpp File Reference
#include "common/Handle.hpp"
#include "math/MatrixTypes.hpp"

Go to the source code of this file.

Classes

class  List< ValueT >
 Component holding a 1 dimensional array of a templated type. More...
 

Namespaces

 cf3
 Top-level namespace for coolfluid.
 
 cf3::common
 Most basic kernel library.
 
 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)
 
Send comments to:
COOLFluiD Web Admin