the simple zone of cartesian coordinate for mpi parallel More...
#include <iostream>
#include <vector>
Classes | |
struct | gsmpi::Point< N_dim > |
point struct to store node data More... | |
struct | gsmpi::ZoneBase |
base of zone More... | |
struct | gsmpi::HexZone< N_dim > |
HexZone. More... | |
struct | gsmpi::HexZone< 3 > |
HexZone 3-dimension. More... | |
struct | gsmpi::HexZone< 2 > |
Hex(quad) Zone for 2-dimension. More... | |
Namespaces | |
gsmpi | |
Functions | |
template<int N_dim> | |
std::ostream & | gsmpi::operator<< (std::ostream &os, const Point< N_dim > &x) |
operator for out stream << More... | |
the simple zone of cartesian coordinate for mpi parallel