Block-Structured AMR Software Framework
amrex::FabInfo Struct Reference

#include <AMReX_FabFactory.H>

Public Member Functions

FabInfoSetAlloc (bool a) noexcept
 
FabInfoSetShared (bool s) noexcept
 
FabInfoSetArena (Arena *ar) noexcept
 

Public Attributes

bool alloc = true
 
bool shared = false
 
Arenaarena = nullptr
 

Member Function Documentation

◆ SetAlloc()

FabInfo& amrex::FabInfo::SetAlloc ( bool  a)
inlinenoexcept

◆ SetArena()

FabInfo& amrex::FabInfo::SetArena ( Arena ar)
inlinenoexcept

◆ SetShared()

FabInfo& amrex::FabInfo::SetShared ( bool  s)
inlinenoexcept

Member Data Documentation

◆ alloc

bool amrex::FabInfo::alloc = true

◆ arena

Arena* amrex::FabInfo::arena = nullptr

◆ shared

bool amrex::FabInfo::shared = false

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