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

#include <NoElementWeights.h>

Inheritance diagram for NoElementWeights:
ConstantBasis< T > NoDataBasis< T >

Public Member Functions

template<class VECTOR >
void get_linear_weights (const VECTOR &, double *) const
 
template<class VECTOR >
void get_linear_derivate_weights (const VECTOR &, double *) const
 get derivative weight factors at parametric coordinate More...
 
template<class VECTOR >
void get_quadratic_weights (const VECTOR &, double *) const
 get weight factors at parametric coordinate More...
 
template<class VECTOR >
void get_quadratic_derivate_weights (const VECTOR &, double *) const
 get weight factors of derivative at parametric coordinate More...
 
template<class VECTOR >
void get_cubic_weights (const VECTOR &, double *) const
 
template<class VECTOR >
void get_cubic_derivate_weights (const VECTOR &, double *) const
 get derivative weight factors at parametric coordinate More...
 
int num_linear_weights ()
 
int num_quadratic_weights ()
 
int num_cubic_weights ()
 
int num_linear_derivate_weights ()
 
int num_quadratic_derivate_weights ()
 
int num_cubic_derivate_weights ()
 
int num_derivs ()
 
int num_hderivs ()
 

Member Function Documentation

void get_cubic_derivate_weights ( const VECTOR &  ,
double *   
) const
inline

get derivative weight factors at parametric coordinate

void get_cubic_weights ( const VECTOR &  ,
double *   
) const
inline
void get_linear_derivate_weights ( const VECTOR &  ,
double *   
) const
inline

get derivative weight factors at parametric coordinate

void get_linear_weights ( const VECTOR &  ,
double *   
) const
inline
void get_quadratic_derivate_weights ( const VECTOR &  ,
double *   
) const
inline

get weight factors of derivative at parametric coordinate

void get_quadratic_weights ( const VECTOR &  ,
double *   
) const
inline

get weight factors at parametric coordinate

int num_cubic_derivate_weights ( )
inline
int num_cubic_weights ( )
inline
int num_derivs ( )
inline
int num_hderivs ( )
inline
int num_linear_derivate_weights ( )
inline
int num_linear_weights ( )
inline
int num_quadratic_derivate_weights ( )
inline
int num_quadratic_weights ( )
inline

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