cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Classes | Namespaces | Functions
mesh.h File Reference
#include <vector>
#include <fstream>
#include "common.h"

Go to the source code of this file.

Classes

struct  MESH_ITEM
 A class for mesh items. More...
 

Namespaces

 space
 

Functions

vector< MESH_ITEMspace::grid2 (double length, double width, double mesh_length, bool share)
 A function to create 2D rectangular mesh. More...
 
vector< MESH_ITEMspace::grid3 (double length, double width, double height, double mesh_length, bool share)
 A function to create 3D rectangular mesh. More...