Peano
Loading...
Searching...
No Matches
grid Namespace Reference

Variables

int max_depth = 6
int dimension = 2
 build_mode = peano4.output.CompileMode.Release
 project = peano4.Project(["tests", "peano4", "grid"], "Grid", executable="Peano-Grid")
float min_h = 1.1 / (3.0**max_depth)

Variable Documentation

◆ build_mode

grid.build_mode = peano4.output.CompileMode.Release

Definition at line 7 of file grid.py.

◆ dimension

int grid.dimension = 2

Definition at line 6 of file grid.py.

◆ max_depth

int grid.max_depth = 6

Definition at line 5 of file grid.py.

◆ min_h

float grid.min_h = 1.1 / (3.0**max_depth)

Definition at line 11 of file grid.py.

◆ project

grid.project = peano4.Project(["tests", "peano4", "grid"], "Grid", executable="Peano-Grid")

Definition at line 9 of file grid.py.