SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ConstantApprox Class Reference

#include <Constant.h>

Inheritance diagram for ConstantApprox:
ConstantBasis< T >

Public Member Functions

 ConstantApprox ()
 
virtual ~ConstantApprox ()
 
template<class VECTOR >
void approx_edge (const unsigned edge, const unsigned div_per_unit, VECTOR &coords) const
 
template<class VECTOR >
void approx_face (const unsigned face, const unsigned div_per_unit, VECTOR &coords) const
 

Constructor & Destructor Documentation

ConstantApprox ( )
inline
virtual ~ConstantApprox ( )
inlinevirtual

Member Function Documentation

void approx_edge ( const unsigned  edge,
const unsigned  div_per_unit,
VECTOR &  coords 
) const
inline

Approximate edge for element by piecewise linear segments return: coords gives parametric coordinates of the approximation. Use interpolate with coordinates to get the world coordinates.

void approx_face ( const unsigned  face,
const unsigned  div_per_unit,
VECTOR &  coords 
) const
inline

Approximate faces for element by piecewise linear elements return: coords gives parametric coordinates at the approximation point. Use interpolate with coordinates to get the world coordinates.


The documentation for this class was generated from the following file: