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 Uint derivative_to, const vector_type &local_coord, const Handle< mesh::ShapeFunction const > &sf) |
Build coefficients for reconstruction in a given coordinate. More... | |
Reconstruction helper for the derivative in a given direction in a given coordinate. Use: DerivativeReconstructPoint reconstruct_derivative; reconstruct_derivative.build_coefficients(orientation,coord,shape_function); reconstruct_derivative( matrix_of_node_values , vector_of_derivatives_in_coord );
Definition at line 94 of file Reconstructions.hpp.
|
inlinestatic |
Build coefficients for reconstruction in a given coordinate.
Definition at line 98 of file Reconstructions.hpp.
Send comments to: COOLFluiD Web Admin |