MAIA bb96820c
Multiphysics at AIA
|
#include <cartesiangridproxy.h>
Public Types | |
using | Grid = CartesianGrid< nDim > |
using | Tree = maia::grid::tree::Tree< nDim > |
using | Cell = maia::grid::tree::Cell |
using | TreeProxy = maia::grid::tree::TreeProxy< nDim > |
using | Geom = Geometry< nDim > |
Public Member Functions | |
Proxy (const MInt solverId, Grid &grid_, Geometry< nDim > &geometry_) | |
Proxy (const MInt solverId, Grid &grid_) | |
~Proxy () | |
Grid & | raw () |
const Grid & | raw () const |
const TreeProxy & | tree () const |
void | update () |
void | updateOther () |
void | updateLeafCellExchange () |
void | initGridMap () |
void | updateGridMap () |
void | resizeGridMap (const MInt solverSize) |
void | correctAzimuthalHaloCells () |
void | findDirectNghbrs (const MInt, std::vector< MInt > &) |
Obtain list of direct neighbors of given cell. Requires m_identNghbrIds, as such findCartesianNghbIds() must have been called before! More... | |
void | findNeighborHood (const MInt, const MInt, std::vector< MInt > &) |
Obtain list of neighbors for the given extend, using m_storeNghbrIds and m_identNghbrIds. More... | |
void | getAllLeafChilds (const MInt, std::vector< MInt > &) |
gathers all leaf child cells for a given parentId More... | |
void | updatePartitionCellOffsets () |
updates solver-grid partition cell offsets and globalIds! More... | |
MInt | domainContainingCell (MInt globalId) const |
domain id containing a given global cell id More... | |
void | updateGridInfo () |
void | findEqualLevelNeighborsParDiagonal (MBool idsAreGlobal=true) |
void | findCartesianNghbIds () |
MInt | getAdjacentGridCells (MInt cellId, MInt noLayers, MIntScratchSpace &adjacentCells, MInt level, MInt diagonalNeighbors=0) |
Retrieves all direct and diagonal neighboring cells of the given cell on the child level if available. More... | |
MInt | getNghbrCells (MInt cellId, MInt level, MInt *nghbrs, MInt dir0, MInt dir1=-1, MInt dir2=-1) |
MInt | findNeighborDomainId (const MLong globalId) |
Find neighbor domain id corresponding to given solver-specific globalId. More... | |
MInt | globalToLocalId (const MLong globalId) const |
void | smoothFilter (const MInt level, MFloat **value) |
smooth the grid-based values over neighboring leaf cell asure conservation of the total value More... | |
MInt | findContainingLeafCell (const MFloat *coord) |
MInt | findContainingLeafCell (const MFloat *coord, const MInt startId, const MBool allowNonLeafHalo=false) |
MBool | isActive () const |
Return whether the solver is active on the current domain. More... | |
MBool | hasInactiveRanks () const |
Return whether this solver is inactive on one of the global domains. More... | |
MInt | solverId () const |
Return solver id. More... | |
MBool | wasAdapted () const |
MBool | wasBalanced () const |
MInt | noCells () const |
MInt | noInternalCells () const |
MInt | noNeighborDomains () const |
MInt | neighborDomain (const MInt id) const |
const std::vector< MInt > & | neighborDomains () const |
MInt | noWindowCells (const MInt domainId) const |
const MInt & | windowCell (const MInt domainId, const MInt id) const |
const std::vector< std::vector< MInt > > & | windowCells () const |
MInt | noHaloCells (const MInt domainId) const |
const MInt & | haloCell (const MInt domainId, const MInt id) const |
const std::vector< std::vector< MInt > > & | haloCells () const |
MInt | noLeafSendNeighborDomains () const |
MInt | leafSendNeighborDomain (const MInt id) const |
MInt | noLeafRecvNeighborDomains () const |
MInt | leafRecvNeighborDomain (const MInt id) const |
MInt | noLeafWindowCells (const MInt domainId) const |
const MInt & | leafWindowCell (const MInt domainId, const MInt id) const |
const std::vector< std::vector< MInt > > & | leafWindowCells () const |
MInt | noLeafHaloCells (const MInt domainId) const |
const MInt & | leafHaloCell (const MInt domainId, const MInt id) const |
const std::vector< std::vector< MInt > > & | leafHaloCells () const |
MInt | leafRecSize () const |
MInt | leafSendSize () const |
MInt | noAzimuthalNeighborDomains () const |
MInt | azimuthalNeighborDomain (const MInt azimuthalId) const |
const std::vector< MInt > & | azimuthalNeighborDomains () const |
MInt | noAzimuthalWindowCells (const MInt azimuthalDomainId) const |
const MInt & | azimuthalWindowCell (const MInt azimuthalDomainId, const MInt id) const |
const std::vector< std::vector< MInt > > & | azimuthalWindowCells () const |
MInt | noAzimuthalHaloCells (const MInt azimuthalDomainId) const |
const MInt & | azimuthalHaloCell (const MInt azimuthalDomainId, const MInt id) const |
const std::vector< std::vector< MInt > > & | azimuthalHaloCells () const |
MInt | noAzimuthalUnmappedHaloCells () const |
const MInt & | azimuthalUnmappedHaloCell (const MInt id) const |
const MInt & | azimuthalUnmappedHaloDomain (const MInt id) const |
MInt | noDomains () const |
MInt | domainId () const |
MPI_Comm | mpiComm () const |
const MLong & | domainOffset (const MInt id) const |
MInt | maxLevel () const |
MFloat | reductionFactor () const |
MInt | maxRefinementLevel () const |
MInt | maxUniformRefinementLevel () const |
MFloat | lengthLevel0 () const |
MInt | minLevel () const |
MInt | newMinLevel () const |
MInt | centerOfGravity (MInt dir) const |
MString | gridInputFileName () const |
MFloat | cellLengthAtLevel (const MInt level) const |
MFloat | cellLengthAtCell (const MInt cellId) const |
MFloat | halfCellLength (const MInt cellId) const |
MFloat | cellVolumeAtLevel (const MInt level) const |
constexpr MBool | hasCutOff () const |
MLong | bitOffset () const |
MBool | allowInterfaceRefinement () const |
MLong | noCellsGlobal () const |
MInt | minCell (const MInt id) const |
MInt | noMinCells () const |
MBool | isPeriodic (const MInt cellId) |
MInt | periodicCartesianDir (const MInt dir) const |
MFloat | periodicCartesianLength (const MInt dir) const |
MInt | maxNoCells () const |
MFloat | gridCellVolume (const MInt level) const |
MBool | azimuthalPeriodicity () const |
MInt | determineAzimuthalBoundarySide (const MFloat *coords) |
MInt | azimuthalDir (MInt dir) |
MFloat | azimuthalCenter () |
MFloat | azimuthalAngle () |
void | rotateCartesianCoordinates (MFloat *coords, MFloat angle) |
MInt | neighborList (const MInt cellId, const MInt dir) const |
MInt & | neighborList (const MInt cellId, const MInt dir) |
MLong | localPartitionCellOffsets (const MInt index) const |
MInt | noLocalPartitionCells () |
MInt | localPartitionCellLocalIds (const MInt id) const |
MLong | localPartitionCellGlobalIds (const MInt id) const |
MLong | localPartitionCellOffsetsRestart (const MInt index) const |
MLong | localPartitionCellGlobalIdsRestart (const MInt id) const |
MBool | isPeriodic (const MInt cellId) const |
MBool | solverFlag (const MInt gridId, const MInt solverId) const |
MLong | generateHilbertIndex (const MInt cellId, const MInt refLevel=-1) |
MInt | domainIndex (const MInt id) |
MInt | azimuthalDomainIndex (const MInt id) |
MInt | a_storeNghbrIds (const MInt id) const |
MInt | a_identNghbrIds (const MInt id) const |
MInt | a_neighborList (const MInt cellId, const MInt dir) const |
MBool | checkNghbrIds () |
constexpr MInt | noHaloLayers () const |
void | setSolver2grid (const MInt solverId, const MInt treeId) |
void | setGrid2solver (const MInt treeId, const MInt solverId) |
void | swapSolverIds (const MInt id0, const MInt id1) |
void | swapGridIds (const MInt id0, const MInt id1) |
template<typename U > | |
void | exchangeHaloCellsForVisualization (U *data) |
Exchange Halo/Window data in a general way for ParaView or other external visuliazation software. More... | |
void | exchangeHaloCellsForVisualizationDG (MFloat *data, const MInt *const polyDegs, const MInt *const dataOffsets) |
Exchange DG halo/window cell data for visualization with ParaView. More... | |
void | exchangeHaloCellsForVisualizationSBP (MFloat *data, const MInt *const noNodes1D, const MInt *const dataOffsets) |
Exchange DG-SBP halo/window cell data for visualization with ParaView. More... | |
MBool | checkOutsideGeometry (MInt gridId) |
Static Public Attributes | |
static constexpr MInt | m_maxNoChilds = IPOW2(nDim) |
Private Member Functions | |
void | updateParallelizationInfo () |
void | checkOffsetConsistency () const |
void | checkNeighborConsistency () const |
void | setupWindowHaloConnectivityOnLeafLvl (std::map< MInt, MInt > &) |
void | checkWindowHaloConsistency () const |
void | checkNeighborConsistencyAzimuthal () const |
void | checkWindowHaloConsistencyAzimuthal () const |
void | descendStoreGlobalId (MInt cellId, MInt &localCnt) |
void | updateCutOff () |
void | updateTreeData () |
void | getLocalSameLevelCellIds (std::vector< MInt > &levelCellId, const MInt level) |
find all cells on the same level used by the smoothFilter! More... | |
void | setSolverFlagsForAddedSolver () |
Set solver flags for newly added solver. More... | |
Static Private Attributes | |
static constexpr const MInt | m_noDirs = 2 * nDim |
Class that acts like a fully functional grid for a single solver
Definition at line 36 of file cartesiangridproxy.h.
using maia::grid::Proxy< nDim >::Cell = maia::grid::tree::Cell |
Definition at line 41 of file cartesiangridproxy.h.
using maia::grid::Proxy< nDim >::Geom = Geometry<nDim> |
Definition at line 43 of file cartesiangridproxy.h.
using maia::grid::Proxy< nDim >::Grid = CartesianGrid<nDim> |
Definition at line 39 of file cartesiangridproxy.h.
using maia::grid::Proxy< nDim >::Tree = maia::grid::tree::Tree<nDim> |
Definition at line 40 of file cartesiangridproxy.h.
using maia::grid::Proxy< nDim >::TreeProxy = maia::grid::tree::TreeProxy<nDim> |
Definition at line 42 of file cartesiangridproxy.h.
maia::grid::Proxy< nDim >::Proxy | ( | const MInt | solverId, |
Grid & | grid_, | ||
Geometry< nDim > & | geometry_ | ||
) |
Definition at line 22 of file cartesiangridproxy.cpp.
maia::grid::Proxy< nDim >::Proxy | ( | const MInt | solverId, |
Grid & | grid_ | ||
) |
Definition at line 60 of file cartesiangridproxy.cpp.
maia::grid::Proxy< nDim >::~Proxy |
Definition at line 70 of file cartesiangridproxy.cpp.
|
inline |
Definition at line 290 of file cartesiangridproxy.h.
|
inline |
Definition at line 291 of file cartesiangridproxy.h.
|
inline |
Definition at line 289 of file cartesiangridproxy.h.
|
inline |
Definition at line 212 of file cartesiangridproxy.h.
|
inline |
Definition at line 235 of file cartesiangridproxy.h.
|
inline |
Definition at line 234 of file cartesiangridproxy.h.
|
inline |
Definition at line 233 of file cartesiangridproxy.h.
|
inline |
Definition at line 287 of file cartesiangridproxy.h.
|
inline |
Definition at line 179 of file cartesiangridproxy.h.
|
inline |
Definition at line 182 of file cartesiangridproxy.h.
|
inline |
Definition at line 163 of file cartesiangridproxy.h.
|
inline |
Definition at line 164 of file cartesiangridproxy.h.
|
inline |
Definition at line 231 of file cartesiangridproxy.h.
|
inline |
Definition at line 185 of file cartesiangridproxy.h.
|
inline |
Definition at line 186 of file cartesiangridproxy.h.
|
inline |
Definition at line 170 of file cartesiangridproxy.h.
|
inline |
Definition at line 173 of file cartesiangridproxy.h.
|
inline |
Definition at line 211 of file cartesiangridproxy.h.
|
inline |
Definition at line 205 of file cartesiangridproxy.h.
|
inline |
Definition at line 204 of file cartesiangridproxy.h.
|
inline |
Definition at line 207 of file cartesiangridproxy.h.
|
inline |
Definition at line 202 of file cartesiangridproxy.h.
|
private |
Check neighbor domains for consistency.
This method checks if the following information matches on corresponding domains:
Definition at line 859 of file cartesiangridproxy.cpp.
|
private |
Check azimuthal neighbor domains for consistency.
This method checks if the following information matches on corresponding domains:
Definition at line 2073 of file cartesiangridproxy.cpp.
|
inline |
Definition at line 293 of file cartesiangridproxy.h.
|
private |
Check domain offsets for consistency.
This method checks if the following information matches on corresponding domains:
Definition at line 816 of file cartesiangridproxy.cpp.
MBool maia::grid::Proxy< nDim >::checkOutsideGeometry | ( | MInt | gridId | ) |
Definition at line 1939 of file cartesiangridproxy.cpp.
|
private |
Check window/halo cells for consistency.
This method checks if the following information matches on corresponding domains:
Definition at line 995 of file cartesiangridproxy.cpp.
|
private |
Check azimuthal window/halo cells for consistency.
This method checks if the following information matches on corresponding domains:
Definition at line 2111 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::correctAzimuthalHaloCells |
Definition at line 2203 of file cartesiangridproxy.cpp.
|
private |
Update tree-related data.
Definition at line 743 of file cartesiangridproxy.cpp.
MInt maia::grid::Proxy< nDim >::determineAzimuthalBoundarySide | ( | const MFloat * | coords | ) |
Determine on which side of the azimuthal periodic boundary coords are located
Definition at line 1249 of file cartesiangridproxy.cpp.
MInt maia::grid::Proxy< nDim >::domainContainingCell | ( | MInt | globalId | ) | const |
[in] | globalId | global cell id |
Definition at line 2518 of file cartesiangridproxy.cpp.
|
inline |
Definition at line 189 of file cartesiangridproxy.h.
|
inline |
Definition at line 281 of file cartesiangridproxy.h.
|
inline |
Definition at line 192 of file cartesiangridproxy.h.
|
inline |
Definition at line 312 of file cartesiangridproxy.h.
void maia::grid::Proxy< nDim >::exchangeHaloCellsForVisualizationDG | ( | MFloat * | data, |
const MInt *const | polyDegs, | ||
const MInt *const | dataOffsets | ||
) |
Definition at line 1095 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::exchangeHaloCellsForVisualizationSBP | ( | MFloat * | data, |
const MInt *const | noNodes1D, | ||
const MInt *const | dataOffsets | ||
) |
Definition at line 1173 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::findCartesianNghbIds |
identify and store all direct neighbors function sweeps over all cartesian leaf cells and determines all of their direct leaf neighbors neighbor data is stored into two scratch arrays that are allocated by the calling method and transferred
Definition at line 1641 of file cartesiangridproxy.cpp.
|
inline |
Definition at line 102 of file cartesiangridproxy.h.
|
inline |
Definition at line 108 of file cartesiangridproxy.h.
void maia::grid::Proxy< nDim >::findDirectNghbrs | ( | const MInt | cellId, |
std::vector< MInt > & | nghbrList | ||
) |
[in] | cellId | id of the cell for which all neighbors should be obtained |
[out] | nghbrList | list of neighboring cells |
Gather all neighbouring cells and Diagonal neighbor(s) in the xy-plane (in total 10 additional cells (3D)):
In the 3D case look for additional diagonal and tridiagonal neighbors in the z-directions (in total 16 additional cells (3D)):
Definition at line 1820 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::findEqualLevelNeighborsParDiagonal | ( | MBool | idsAreGlobal = true | ) |
Definition at line 1324 of file cartesiangridproxy.cpp.
MInt maia::grid::Proxy< nDim >::findNeighborDomainId | ( | const MLong | globalId | ) |
Definition at line 773 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::findNeighborHood | ( | const MInt | cellId, |
const MInt | layer, | ||
std::vector< MInt > & | nghbrList | ||
) |
[in] | cellId | id of the cell for which all neighbors should be obtained |
[in] | layer | maximum extend of neighborhood in number of cells |
[out] | nghbrList | list of neighboring cells |
Definition at line 1895 of file cartesiangridproxy.cpp.
|
inline |
Definition at line 276 of file cartesiangridproxy.h.
MInt maia::grid::Proxy< nDim >::getAdjacentGridCells | ( | MInt | cellId, |
MInt | noLayers, | ||
MIntScratchSpace & | adjacentCells, | ||
MInt | level, | ||
MInt | diagonalNeighbors = 0 |
||
) |
Definition at line 1977 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::getAllLeafChilds | ( | const MInt | parentId, |
std::vector< MInt > & | levelChilds | ||
) |
Definition at line 2392 of file cartesiangridproxy.cpp.
|
private |
Definition at line 2349 of file cartesiangridproxy.cpp.
MInt maia::grid::Proxy< nDim >::getNghbrCells | ( | MInt | cellId, |
MInt | level, | ||
MInt * | nghbrs, | ||
MInt | dir0, | ||
MInt | dir1 = -1 , |
||
MInt | dir2 = -1 |
||
) |
Definition at line 2033 of file cartesiangridproxy.cpp.
|
inline |
Definition at line 99 of file cartesiangridproxy.h.
|
inline |
Definition at line 230 of file cartesiangridproxy.h.
|
inline |
Definition at line 203 of file cartesiangridproxy.h.
|
inline |
Definition at line 206 of file cartesiangridproxy.h.
|
inline |
Definition at line 141 of file cartesiangridproxy.h.
|
inline |
Definition at line 142 of file cartesiangridproxy.h.
|
inlineconstexpr |
Definition at line 208 of file cartesiangridproxy.h.
|
inline |
Definition at line 120 of file cartesiangridproxy.h.
void maia::grid::Proxy< nDim >::initGridMap |
Definition at line 149 of file cartesiangridproxy.cpp.
|
inline |
Definition at line 117 of file cartesiangridproxy.h.
|
inline |
Definition at line 223 of file cartesiangridproxy.h.
|
inline |
Definition at line 271 of file cartesiangridproxy.h.
|
inline |
Definition at line 155 of file cartesiangridproxy.h.
|
inline |
Definition at line 156 of file cartesiangridproxy.h.
|
inline |
Definition at line 158 of file cartesiangridproxy.h.
|
inline |
Definition at line 148 of file cartesiangridproxy.h.
|
inline |
Definition at line 145 of file cartesiangridproxy.h.
|
inline |
Definition at line 159 of file cartesiangridproxy.h.
|
inline |
Definition at line 151 of file cartesiangridproxy.h.
|
inline |
Definition at line 152 of file cartesiangridproxy.h.
|
inline |
Definition at line 199 of file cartesiangridproxy.h.
|
inline |
Definition at line 245 of file cartesiangridproxy.h.
|
inline |
Definition at line 260 of file cartesiangridproxy.h.
|
inline |
Definition at line 242 of file cartesiangridproxy.h.
|
inline |
Definition at line 239 of file cartesiangridproxy.h.
|
inline |
Definition at line 251 of file cartesiangridproxy.h.
|
inline |
Definition at line 193 of file cartesiangridproxy.h.
|
inline |
Definition at line 229 of file cartesiangridproxy.h.
|
inline |
Definition at line 197 of file cartesiangridproxy.h.
|
inline |
Definition at line 198 of file cartesiangridproxy.h.
|
inline |
Definition at line 214 of file cartesiangridproxy.h.
|
inline |
Definition at line 200 of file cartesiangridproxy.h.
|
inline |
Definition at line 190 of file cartesiangridproxy.h.
|
inline |
Definition at line 133 of file cartesiangridproxy.h.
|
inline |
Definition at line 134 of file cartesiangridproxy.h.
|
inline |
Definition at line 238 of file cartesiangridproxy.h.
|
inline |
Definition at line 237 of file cartesiangridproxy.h.
|
inline |
Definition at line 201 of file cartesiangridproxy.h.
|
inline |
Definition at line 176 of file cartesiangridproxy.h.
|
inline |
Definition at line 162 of file cartesiangridproxy.h.
|
inline |
Definition at line 184 of file cartesiangridproxy.h.
|
inline |
Definition at line 167 of file cartesiangridproxy.h.
|
inline |
Definition at line 129 of file cartesiangridproxy.h.
|
inline |
Definition at line 213 of file cartesiangridproxy.h.
|
inline |
Definition at line 188 of file cartesiangridproxy.h.
|
inline |
Definition at line 140 of file cartesiangridproxy.h.
|
inlineconstexpr |
Definition at line 296 of file cartesiangridproxy.h.
|
inline |
Definition at line 130 of file cartesiangridproxy.h.
|
inline |
Definition at line 154 of file cartesiangridproxy.h.
|
inline |
Definition at line 147 of file cartesiangridproxy.h.
|
inline |
Definition at line 144 of file cartesiangridproxy.h.
|
inline |
Definition at line 150 of file cartesiangridproxy.h.
|
inline |
Definition at line 240 of file cartesiangridproxy.h.
|
inline |
Definition at line 222 of file cartesiangridproxy.h.
|
inline |
Definition at line 132 of file cartesiangridproxy.h.
|
inline |
Definition at line 136 of file cartesiangridproxy.h.
|
inline |
Definition at line 227 of file cartesiangridproxy.h.
|
inline |
Definition at line 228 of file cartesiangridproxy.h.
|
inline |
Definition at line 54 of file cartesiangridproxy.h.
|
inline |
Definition at line 55 of file cartesiangridproxy.h.
|
inline |
Definition at line 196 of file cartesiangridproxy.h.
void maia::grid::Proxy< nDim >::resizeGridMap | ( | const MInt | solverSize | ) |
Definition at line 138 of file cartesiangridproxy.cpp.
|
inline |
Definition at line 236 of file cartesiangridproxy.h.
|
inline |
Definition at line 300 of file cartesiangridproxy.h.
|
inline |
Definition at line 299 of file cartesiangridproxy.h.
|
private |
Definition at line 2409 of file cartesiangridproxy.cpp.
|
private |
Create window/halo connectivity on leaf cells.
Definition at line 894 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::smoothFilter | ( | const MInt | level, |
MFloat ** | value | ||
) |
Definition at line 2282 of file cartesiangridproxy.cpp.
|
inline |
|
inline |
Definition at line 123 of file cartesiangridproxy.h.
|
inline |
Definition at line 302 of file cartesiangridproxy.h.
|
inline |
Definition at line 301 of file cartesiangridproxy.h.
|
inline |
Definition at line 58 of file cartesiangridproxy.h.
void maia::grid::Proxy< nDim >::update |
Update all solver-local information that is stored in the solver grid.
Definition at line 85 of file cartesiangridproxy.cpp.
|
private |
void maia::grid::Proxy< nDim >::updateGridInfo |
Update general grid information that may rely on an up-to-date tree.
Definition at line 787 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::updateGridMap |
Definition at line 163 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::updateLeafCellExchange |
Definition at line 563 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::updateOther |
Definition at line 115 of file cartesiangridproxy.cpp.
|
private |
Definition at line 198 of file cartesiangridproxy.cpp.
void maia::grid::Proxy< nDim >::updatePartitionCellOffsets |
Definition at line 2451 of file cartesiangridproxy.cpp.
|
private |
Update tree-related data.
Definition at line 685 of file cartesiangridproxy.cpp.
|
inline |
Definition at line 125 of file cartesiangridproxy.h.
|
inline |
Definition at line 126 of file cartesiangridproxy.h.
|
inline |
Definition at line 137 of file cartesiangridproxy.h.
|
inline |
Definition at line 138 of file cartesiangridproxy.h.
|
private |
Definition at line 366 of file cartesiangridproxy.h.
|
private |
Definition at line 364 of file cartesiangridproxy.h.
|
private |
Definition at line 363 of file cartesiangridproxy.h.
|
private |
Definition at line 367 of file cartesiangridproxy.h.
|
private |
Definition at line 368 of file cartesiangridproxy.h.
|
private |
Definition at line 365 of file cartesiangridproxy.h.
|
private |
Definition at line 343 of file cartesiangridproxy.h.
|
private |
Definition at line 347 of file cartesiangridproxy.h.
|
private |
Definition at line 338 of file cartesiangridproxy.h.
|
private |
Definition at line 360 of file cartesiangridproxy.h.
|
private |
Definition at line 332 of file cartesiangridproxy.h.
|
private |
Definition at line 353 of file cartesiangridproxy.h.
|
private |
Definition at line 346 of file cartesiangridproxy.h.
|
private |
Definition at line 381 of file cartesiangridproxy.h.
|
private |
Definition at line 345 of file cartesiangridproxy.h.
|
private |
Definition at line 369 of file cartesiangridproxy.h.
|
private |
Definition at line 370 of file cartesiangridproxy.h.
|
private |
Definition at line 357 of file cartesiangridproxy.h.
|
private |
Definition at line 355 of file cartesiangridproxy.h.
|
private |
Definition at line 358 of file cartesiangridproxy.h.
|
private |
Definition at line 354 of file cartesiangridproxy.h.
|
private |
Definition at line 359 of file cartesiangridproxy.h.
|
private |
Definition at line 356 of file cartesiangridproxy.h.
|
private |
Definition at line 385 of file cartesiangridproxy.h.
|
private |
Definition at line 373 of file cartesiangridproxy.h.
|
private |
Definition at line 375 of file cartesiangridproxy.h.
|
staticconstexpr |
Definition at line 210 of file cartesiangridproxy.h.
|
private |
Definition at line 374 of file cartesiangridproxy.h.
|
private |
Definition at line 342 of file cartesiangridproxy.h.
|
private |
Definition at line 351 of file cartesiangridproxy.h.
|
private |
Definition at line 350 of file cartesiangridproxy.h.
|
private |
Definition at line 382 of file cartesiangridproxy.h.
|
staticconstexprprivate |
Definition at line 329 of file cartesiangridproxy.h.
|
private |
Definition at line 344 of file cartesiangridproxy.h.
|
private |
Definition at line 341 of file cartesiangridproxy.h.
|
private |
Definition at line 384 of file cartesiangridproxy.h.
|
private |
Definition at line 378 of file cartesiangridproxy.h.
|
private |
Definition at line 327 of file cartesiangridproxy.h.
|
private |
Definition at line 380 of file cartesiangridproxy.h.
|
private |
Definition at line 335 of file cartesiangridproxy.h.
|
private |
Definition at line 352 of file cartesiangridproxy.h.