COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
#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... | |
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);
Definition at line 71 of file Reconstructions.hpp.
|
inlinestatic |
Build coefficients for reconstruction in a given coordinate.
Definition at line 75 of file Reconstructions.hpp.
Send comments to: COOLFluiD Web Admin |