COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Static Public Member Functions | List of all members
InterpolateInPoint Struct Reference

#include <Reconstructions.hpp>

Static Public Member Functions

template<typename vector_type >
static void build_coefficients (ReconstructPoint &reconstruction, const vector_type &local_coord, const Handle< mesh::ShapeFunction const > &sf)
 Build coefficients for reconstruction in a given coordinate. More...
 

Detailed Description

Reconstruction helper, implementing a function to calculate values N(i) for a given coordinate, and optimizing by storing indices i of non-zero N(i)'s.

Use: ReconstructPoint reconstruct; InterpolateInPoint::build_coefficients(reconstruct,coord,shape_function);

Author
Willem Deconinck

Definition at line 71 of file Reconstructions.hpp.

Member Function Documentation

static void build_coefficients ( ReconstructPoint reconstruction,
const vector_type &  local_coord,
const Handle< mesh::ShapeFunction const > &  sf 
)
inlinestatic

Build coefficients for reconstruction in a given coordinate.

Definition at line 75 of file Reconstructions.hpp.


The documentation for this struct was generated from the following file:
Send comments to:
COOLFluiD Web Admin