SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
VMesh::ElemInterpolate Class Reference

#include <VMesh.h>

Public Types

typedef VMesh::index_type index_type
 
typedef VMesh::size_type size_type
 

Public Attributes

int basis_order
 
index_type elem_index
 
StackVector< index_type, 8 > node_index
 
StackVector< index_type, 12 > edge_index
 
size_type num_hderivs
 
StackBasedVector< double, 64 > weights
 

Detailed Description

All information needed to do one interpolation inside an element This class is mostly for internal use in interpolation functions. It is used sporadically in algorithms to speed up the code by preallocating this structure

Member Typedef Documentation

Member Data Documentation

int basis_order
StackVector<index_type,12> edge_index
index_type elem_index
StackVector<index_type,8> node_index
size_type num_hderivs
StackBasedVector<double,64> weights

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