|
chombo-discharge
|

Public Member Functions | |
| RtStorage (const RefCountedPtr< AmrMesh > &a_amr, const std::string a_realm, const phase::which_phase a_phase, const int a_ncomp) | |
| void | allocateStorage (const int a_p) |
| void | deallocateStorage () |
| EBAMRCellData & | getPrevious () |
| EBAMRIVData & | getEbFlux () |
| EBAMRIFData & | getDomainFlux () |
Protected Attributes | |
| std::string | m_realm |
| RefCountedPtr< AmrMesh > | m_amr |
| phase::which_phase | m_phase |
| int | m_ncomp |
| int | m_p |
| EBAMRCellData | m_previous |
| EBAMRIVData | m_scratchIV |
| EBAMRIFData | m_scratchIF |