|
MPS-Basic
|
represents the domain of the simulation More...
#include <domain.hpp>
Public Attributes | |
| double | xMin |
| minimum x coordinate of the domain | |
| double | xMax |
| maximum x coordinate of the domain | |
| double | yMin |
| minimum y coordinate of the domain | |
| double | yMax |
| maximum y coordinate of the domain | |
| double | zMin |
| minimum z coordinate of the domain | |
| double | zMax |
| maximum z coordinate of the domain | |
| double | xLength |
| double | yLength |
| double | zLength |
represents the domain of the simulation
Definition at line 8 of file domain.hpp.
| double Domain::xMin |
minimum x coordinate of the domain
Definition at line 11 of file domain.hpp.
| double Domain::xMax |
maximum x coordinate of the domain
Definition at line 12 of file domain.hpp.
| double Domain::yMin |
minimum y coordinate of the domain
Definition at line 13 of file domain.hpp.
| double Domain::yMax |
maximum y coordinate of the domain
Definition at line 14 of file domain.hpp.
| double Domain::zMin |
minimum z coordinate of the domain
Definition at line 15 of file domain.hpp.
| double Domain::zMax |
maximum z coordinate of the domain
Definition at line 16 of file domain.hpp.
| double Domain::xLength |
Definition at line 17 of file domain.hpp.
| double Domain::yLength |
Definition at line 17 of file domain.hpp.
| double Domain::zLength |
Definition at line 17 of file domain.hpp.