NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
Boundary Struct Reference

This structure contains the information of a two-dimensional boundary. More...

#include <structures.hpp>

Collaboration diagram for Boundary:

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
 

Detailed Description

This structure contains the information of a two-dimensional boundary.

Definition at line 2534 of file structures.hpp.

Constructor & Destructor Documentation

◆ Boundary()

Boundary::Boundary ( long long int  i,
long long int  j,
size_t  _row,
size_t  _col 
)
inline

Definition at line 2541 of file structures.hpp.

Member Function Documentation

◆ ce()

long long int Boundary::ce ( )
inline

Definition at line 2558 of file structures.hpp.

References cols, and m.

Referenced by Memory::findValidBoundary(), and Memory::retouch2D().

◆ cf()

long long int Boundary::cf ( )
inline

Definition at line 2553 of file structures.hpp.

References m.

Referenced by Memory::findValidBoundary(), and Memory::retouch2D().

◆ re()

long long int Boundary::re ( )
inline

Definition at line 2548 of file structures.hpp.

References n, and rows.

Referenced by Memory::findValidBoundary(), and Memory::retouch2D().

◆ rf()

long long int Boundary::rf ( )
inline

Definition at line 2543 of file structures.hpp.

References n.

Referenced by Memory::findValidBoundary(), and Memory::retouch2D().

Member Data Documentation

◆ cols

size_t Boundary::cols

Definition at line 2539 of file structures.hpp.

Referenced by ce(), Memory::findValidBoundary(), and Memory::retouch2D().

◆ m

long long int Boundary::m

Definition at line 2537 of file structures.hpp.

Referenced by ce(), cf(), and Memory::findValidBoundary().

◆ n

long long int Boundary::n

Definition at line 2536 of file structures.hpp.

Referenced by Memory::findValidBoundary(), re(), and rf().

◆ rows

size_t Boundary::rows

Definition at line 2538 of file structures.hpp.

Referenced by Memory::findValidBoundary(), re(), and Memory::retouch2D().


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