class to represent a Structured Grid
More...
#include <structuredgrid.hpp>
List of all members.
Public Types |
|
typedef boost::multi_array
< node_type, Dim > | coord_type |
typedef boost::multi_array
< double, Dim > | f_type |
typedef coord_type::index | index_type |
typedef boost::array
< index_type, Dim > | shape_type |
typedef boost::array
< index_type, Dim > | idx_type |
Detailed Description
template<uint16_type Dim, uint16_type Order = 1>
class Feel::StructuredGrid< Dim, Order >
class to represent a Structured Grid
- Author:
- Christophe Prud'homme