|
Intrepid
|
#include <Intrepid_MiniTensor_Geometry.h>
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_ |
Parametric grid class
Definition at line 589 of file Intrepid_MiniTensor_Geometry.h.
| Intrepid::ParametricGrid< T, N >::ParametricGrid | ( | ) | [inline] |
Default constructor
Definition at line 597 of file Intrepid_MiniTensor_Geometry.h.
| 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
| lower | lower limit |
| upper | upper limit |
| points_per_dimension | number of points in each dimension |
Definition at line 426 of file Intrepid_MiniTensor_Geometry.i.h.
References Intrepid::Vector< T, N >::get_dimension().
1.7.6.1