SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dim1Locate< ElemBasis > Class Template Reference

#include <Locate.h>

Inheritance diagram for Dim1Locate< ElemBasis >:
CrvLocate< ElemBasis >

Public Types

typedef ElemBasis::value_type T
 

Public Member Functions

 Dim1Locate ()
 
virtual ~Dim1Locate ()
 
template<class ElemData , class VECTOR >
bool get_iterative (const ElemBasis *pElem, VECTOR &x, const T &value, const ElemData &cd) const
 find value in interpolation for given value More...
 

Static Public Attributes

static const double thresholdDist =1e-7
 Thresholds for coordinates checks. More...
 
static const double thresholdDist1 =1.+Dim1Locate::thresholdDist
 1+thresholdDist More...
 
static const int maxsteps =100
 maximal steps for Newton search More...
 

Detailed Description

template<class ElemBasis>
class SCIRun::Core::Basis::Dim1Locate< ElemBasis >

Class for searching of parametric coordinates related to a value in 1d meshes and fields

Member Typedef Documentation

typedef ElemBasis::value_type T

Constructor & Destructor Documentation

Dim1Locate ( )
inline
virtual ~Dim1Locate ( )
inlinevirtual

Member Function Documentation

bool get_iterative ( const ElemBasis *  pElem,
VECTOR &  x,
const T value,
const ElemData &  cd 
) const
inline

find value in interpolation for given value

Member Data Documentation

const int maxsteps =100
static

maximal steps for Newton search

const double thresholdDist =1e-7
static

Thresholds for coordinates checks.

const double thresholdDist1 =1.+Dim1Locate::thresholdDist
static

1+thresholdDist


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