MPS-Basic
Loading...
Searching...
No Matches
Domain Class Reference

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
 

Detailed Description

represents the domain of the simulation

Definition at line 8 of file domain.hpp.

Member Data Documentation

◆ xMin

double Domain::xMin

minimum x coordinate of the domain

Definition at line 11 of file domain.hpp.

◆ xMax

double Domain::xMax

maximum x coordinate of the domain

Definition at line 12 of file domain.hpp.

◆ yMin

double Domain::yMin

minimum y coordinate of the domain

Definition at line 13 of file domain.hpp.

◆ yMax

double Domain::yMax

maximum y coordinate of the domain

Definition at line 14 of file domain.hpp.

◆ zMin

double Domain::zMin

minimum z coordinate of the domain

Definition at line 15 of file domain.hpp.

◆ zMax

double Domain::zMax

maximum z coordinate of the domain

Definition at line 16 of file domain.hpp.

◆ xLength

double Domain::xLength

Definition at line 17 of file domain.hpp.

◆ yLength

double Domain::yLength

Definition at line 17 of file domain.hpp.

◆ zLength

double Domain::zLength

Definition at line 17 of file domain.hpp.


The documentation for this class was generated from the following file: