ViennaGrid for Python
 All Classes Files Functions Variables
Typedefs
types.hpp File Reference

Type definitions for ViennaGrid points. More...

#include <viennagrid/forwards.hpp>
#include <viennagrid/domain/element_creation.hpp>
#include <viennagrid/traits/point.hpp>

Go to the source code of this file.

Typedefs

typedef viennagrid::point_t
< double,
viennagrid::cartesian_cs< 1 > > 
PointCartesian1D_t
typedef viennagrid::point_t
< double,
viennagrid::cartesian_cs< 2 > > 
PointCartesian2D_t
typedef viennagrid::point_t
< double,
viennagrid::cartesian_cs< 3 > > 
PointCartesian3D_t
typedef viennagrid::point_t
< double,
viennagrid::cylindrical_cs > 
PointCylindrical_t
typedef viennagrid::point_t
< double, viennagrid::polar_cs > 
PointPolar_t
typedef viennagrid::point_t
< double,
viennagrid::spherical_cs > 
PointSpherical_t

Detailed Description

Type definitions for ViennaGrid points.