MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
maia::PatchRefinement Struct Reference

#include <cartesiansolver.h>

Collaboration diagram for maia::PatchRefinement:
[legend]

Public Member Functions

MInt noLocalPatchRfnLvls ()
 
MInt noPatchesPerLevel (MInt addLevel)
 

Public Attributes

std::vector< MStringlocalRfnLevelMethods
 
MIntlocalRfnLevelPropertiesOffset = nullptr
 
MIntnoLocalRfnPatchProperties = nullptr
 
MFloat ** localRfnPatchProperties = nullptr
 

Detailed Description

Definition at line 37 of file cartesiansolver.h.

Member Function Documentation

◆ noLocalPatchRfnLvls()

MInt maia::PatchRefinement::noLocalPatchRfnLvls ( )
inline

Definition at line 39 of file cartesiansolver.h.

39{ return (MInt)localRfnLevelMethods.size(); };
int32_t MInt
Definition: maiatypes.h:62
std::vector< MString > localRfnLevelMethods

◆ noPatchesPerLevel()

MInt maia::PatchRefinement::noPatchesPerLevel ( MInt  addLevel)
inline

Definition at line 40 of file cartesiansolver.h.

40{ return (MInt)localRfnLevelMethods[addLevel].size(); };

Member Data Documentation

◆ localRfnLevelMethods

std::vector<MString> maia::PatchRefinement::localRfnLevelMethods

Definition at line 42 of file cartesiansolver.h.

◆ localRfnLevelPropertiesOffset

MInt* maia::PatchRefinement::localRfnLevelPropertiesOffset = nullptr

Definition at line 44 of file cartesiansolver.h.

◆ localRfnPatchProperties

MFloat** maia::PatchRefinement::localRfnPatchProperties = nullptr

Definition at line 46 of file cartesiansolver.h.

◆ noLocalRfnPatchProperties

MInt* maia::PatchRefinement::noLocalRfnPatchProperties = nullptr

Definition at line 45 of file cartesiansolver.h.


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