cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Functions
space Namespace Reference

Functions

vector< MESH_ITEMgrid2 (double length, double width, double mesh_length, bool share)
 A function to create 2D rectangular mesh. More...
 
vector< MESH_ITEMgrid3 (double length, double width, double height, double mesh_length, bool share)
 A function to create 3D rectangular mesh. More...
 

Function Documentation

◆ grid2()

vector< MESH_ITEM > space::grid2 ( double  length,
double  width,
double  mesh_length,
bool  share 
)
inline

A function to create 2D rectangular mesh.

Definition at line 20 of file mesh.h.

◆ grid3()

vector< MESH_ITEM > space::grid3 ( double  length,
double  width,
double  height,
double  mesh_length,
bool  share 
)
inline

A function to create 3D rectangular mesh.

Definition at line 96 of file mesh.h.