|
chombo-discharge
|

Public Member Functions | |
| CdrStorage (const RefCountedPtr< AmrMesh > &a_amr, const std::string a_realm, const phase::which_phase a_phase, const int m_ncomp) | |
| void | allocateStorage (const int a_p) |
| void | deallocateStorage () |
| EBAMRCellData & | getScratch () |
| EBAMRCellData & | getScratch2 () |
| EBAMRCellData & | getError () |
| EBAMRCellData & | getGradient () |
| EBAMRCellData & | getOld () |
| EBAMRCellData & | getScratchD () |
| EBAMRCellData & | getDivF () |
| Vector< EBAMRCellData > & | getPhi () |
| Vector< EBAMRCellData > & | getFAR () |
| Vector< EBAMRCellData > & | getFD () |
| Vector< EBAMRCellData > & | getF () |
| EBAMRIVData & | getEbScratch1 () |
| EBAMRIVData & | getEbScratchD () |
| EBAMRIVData & | getEbState () |
| EBAMRIVData & | getEbVelo () |
| EBAMRIVData & | getEbFlux () |
| EBAMRIVData & | getEbGrad () |
| EBAMRIFData & | getDomainState () |
| EBAMRIFData & | getDomainVelo () |
| EBAMRIFData & | getDomainFlux () |
| EBAMRIFData & | getDomainGrad () |
Protected Attributes | |
| std::string | m_realm |
| RefCountedPtr< AmrMesh > | m_amr |
| phase::which_phase | m_phase |
| int | m_ncomp |
| int | m_p |
| bool | m_subcycle |
| EBAMRCellData | m_scratch |
| EBAMRCellData | m_scratch2 |
| EBAMRCellData | m_error |
| EBAMRCellData | m_gradient |
| EBAMRCellData | m_old |
| EBAMRCellData | m_scratchD |
| EBAMRCellData | m_divF |
| Vector< EBAMRCellData > | m_phi |
| Vector< EBAMRCellData > | m_FAR |
| Vector< EBAMRCellData > | m_FD |
| Vector< EBAMRCellData > | m_F |
| EBAMRIVData | m_scratchIVs |
| EBAMRIVData | m_scratchIVD |
| EBAMRIVData | m_scratchIV1 |
| EBAMRIVData | m_scratchIV2 |
| EBAMRIVData | m_scratchIV3 |
| EBAMRIVData | m_scratchIV4 |
| EBAMRIFData | m_scratchIF1 |
| EBAMRIFData | m_scratchIF2 |
| EBAMRIFData | m_scratchIF3 |
| EBAMRIFData | m_scratchIF4 |