NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
This structure contains the information of a two-dimensional boundary. More...
#include <structures.hpp>
Public Member Functions | |
Boundary (long long int i, long long int j, size_t _row, size_t _col) | |
long long int | rf () |
long long int | re () |
long long int | cf () |
long long int | ce () |
Public Attributes | |
long long int | n |
long long int | m |
size_t | rows |
size_t | cols |
This structure contains the information of a two-dimensional boundary.
Definition at line 2534 of file structures.hpp.
|
inline |
Definition at line 2541 of file structures.hpp.
|
inline |
Definition at line 2558 of file structures.hpp.
Referenced by Memory::findValidBoundary(), and Memory::retouch2D().
|
inline |
Definition at line 2553 of file structures.hpp.
References m.
Referenced by Memory::findValidBoundary(), and Memory::retouch2D().
|
inline |
Definition at line 2548 of file structures.hpp.
Referenced by Memory::findValidBoundary(), and Memory::retouch2D().
|
inline |
Definition at line 2543 of file structures.hpp.
References n.
Referenced by Memory::findValidBoundary(), and Memory::retouch2D().
size_t Boundary::cols |
Definition at line 2539 of file structures.hpp.
Referenced by ce(), Memory::findValidBoundary(), and Memory::retouch2D().
long long int Boundary::m |
Definition at line 2537 of file structures.hpp.
Referenced by ce(), cf(), and Memory::findValidBoundary().
long long int Boundary::n |
Definition at line 2536 of file structures.hpp.
Referenced by Memory::findValidBoundary(), re(), and rf().
size_t Boundary::rows |
Definition at line 2538 of file structures.hpp.
Referenced by Memory::findValidBoundary(), re(), and Memory::retouch2D().