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

#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...
 

Detailed Description

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 );

Author
Willem Deconinck

Definition at line 94 of file Reconstructions.hpp.

Member Function Documentation

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

Build coefficients for reconstruction in a given coordinate.

Definition at line 98 of file Reconstructions.hpp.


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