Intrepid
Public Member Functions | Private Attributes
Intrepid::ParametricGrid< T, N > Class Template Reference

#include <Intrepid_MiniTensor_Geometry.h>

List of all members.

Public Member Functions

 ParametricGrid ()
 ParametricGrid (Vector< T, N > const &lower, Vector< T, N > const &upper, Vector< Index, N > const &points_per_dimension)
template<typename Visitor >
void traverse (Visitor &visitor) const

Private Attributes

Vector< T, N > lower_
Vector< T, N > upper_
Vector< Index, N > points_per_dimension_

Detailed Description

template<typename T, Index N>
class Intrepid::ParametricGrid< T, N >

Parametric grid class

Definition at line 589 of file Intrepid_MiniTensor_Geometry.h.


Constructor & Destructor Documentation

template<typename T , Index N>
Intrepid::ParametricGrid< T, N >::ParametricGrid ( ) [inline]

Default constructor

Definition at line 597 of file Intrepid_MiniTensor_Geometry.h.

template<typename T , Index N>
Intrepid::ParametricGrid< T, N >::ParametricGrid ( Vector< T, N > const &  lower,
Vector< T, N > const &  upper,
Vector< Index, N > const &  points_per_dimension 
) [inline]

Constructor that defines grid limits

Parameters:
lowerlower limit
upperupper limit
points_per_dimensionnumber of points in each dimension

Definition at line 426 of file Intrepid_MiniTensor_Geometry.i.h.

References Intrepid::Vector< T, N >::get_dimension().


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