chombo-discharge
|
This is the complete list of members for Driver, including all inherited members.
allocateInternals() | Driver | protected |
cacheTags(const EBAMRTags &a_tags) | Driver | protected |
checkRestartFile(const std::string a_restartFile) const | Driver | protected |
createOutputDirectories() | Driver | protected |
Driver()=delete | Driver | |
Driver(const RefCountedPtr< ComputationalGeometry > &a_computationalGeometry, const RefCountedPtr< TimeStepper > &a_timeStepper, const RefCountedPtr< AmrMesh > &a_amr, const RefCountedPtr< CellTagger > &a_cellTagger=RefCountedPtr< CellTagger >(nullptr), const RefCountedPtr< GeoCoarsener > &a_geoCoarsen=RefCountedPtr< GeoCoarsener >(nullptr)) | Driver | |
getCellsAndBoxes(long long &a_numLocalCells, long long &a_numLocalCellsGhosts, long long &a_numLocalBoxes, long long &a_numTotalCells, long long &a_numTotalCellsGhosts, long long &a_numTotalBoxes, Vector< long long > &a_numLocalLevelBoxes, Vector< long long > &a_numTotalLevelBoxes, Vector< long long > &a_numLocalLevelCells, Vector< long long > &a_numTotalLevelCells, const int &a_finestLevel, const Vector< DisjointBoxLayout > &a_grids) | Driver | protected |
getFinestTagLevel(const EBAMRTags &a_cellTags) const | Driver | protected |
getGeometryTags() | Driver | protected |
getNumberOfPlotVariables() const | Driver | protected |
getPlotVariableNames() const | Driver | protected |
gridReport() | Driver | protected |
m_allowCoarsening | Driver | protected |
m_amr | Driver | protected |
m_cachedTags | Driver | protected |
m_capacitance (defined in Driver) | Driver | protected |
m_cellTagger | Driver | protected |
m_checkpointInterval | Driver | protected |
m_computationalGeometry | Driver | protected |
m_conductorTagsDepth | Driver | protected |
m_dielectricTagsDepth | Driver | protected |
m_doCoarsening | Driver | protected |
m_doInitLoadBalancing | Driver | protected |
m_dt | Driver | protected |
m_ebisMemoryLoadBalance | Driver | protected |
m_geoCoarsen | Driver | protected |
m_geometricTagsDepth | Driver | protected |
m_geometryGeneration | Driver | protected |
m_geometryOnly | Driver | protected |
m_geomTags | Driver | protected |
m_geoScanLevel | Driver | protected |
m_growTags | Driver | protected |
m_initialRegrids | Driver | protected |
m_inputFile | Driver | protected |
m_irregTagGrowth | Driver | protected |
m_maxCheckpointDepth | Driver | protected |
m_maxPlotLevel | Driver | protected |
m_maxSteps | Driver | protected |
m_multifluidIndexSpace | Driver | protected |
m_needsNewGeometricTags | Driver | protected |
m_numPlotGhost | Driver | protected |
m_outputDirectory | Driver | protected |
m_outputDt | Driver | protected |
m_outputFileNames | Driver | protected |
m_plotInterval | Driver | protected |
m_plotLevelset | Driver | protected |
m_plotLoads | Driver | protected |
m_plotRanks | Driver | protected |
m_plotTags | Driver | protected |
m_profile | Driver | protected |
m_realm | Driver | protected |
m_refineAngle | Driver | protected |
m_regridInterval | Driver | protected |
m_restart | Driver | protected |
m_restartStep | Driver | protected |
m_startTime | Driver | protected |
m_stopTime | Driver | protected |
m_tags | Driver | protected |
m_time | Driver | protected |
m_timeStep | Driver | protected |
m_timeStepper | Driver | protected |
m_verbosity | Driver | protected |
m_wallClockOne | Driver | protected |
m_wallClockStart | Driver | protected |
m_wallClockTwo | Driver | protected |
m_writeLoads | Driver | protected |
m_writeMemory | Driver | protected |
m_writeRegridFiles | Driver | protected |
m_writeRestartFiles | Driver | protected |
parseGeometryGeneration() | Driver | protected |
parseGeometryRefinement() | Driver | protected |
parseIrregTagGrowth() | Driver | protected |
parseOptions() | Driver | protected |
parsePlotVariables() | Driver | protected |
parseRuntimeOptions() | Driver | protected |
rebuildParmParse() const | Driver | protected |
regrid(const int a_lmin, const int a_lmax, const bool a_useInitialData) | Driver | protected |
regridInternals(const int a_oldFinestLevel, const int a_newFinestLevel) | Driver | protected |
run(const Real a_startTime, const Real a_endTime, const int a_maxSteps) | Driver | |
sanityCheck() | Driver | protected |
setAmr(const RefCountedPtr< AmrMesh > &a_amrMesh) | Driver | protected |
setCellTagger(const RefCountedPtr< CellTagger > &a_cellTagger) | Driver | protected |
setComputationalGeometry(const RefCountedPtr< ComputationalGeometry > &a_computationalGeometry) | Driver | protected |
setGeoCoarsen(const RefCountedPtr< GeoCoarsener > &a_geoCoarsen) | Driver | protected |
setTimeStepper(const RefCountedPtr< TimeStepper > &a_timeStepper) | Driver | protected |
setup(const std::string a_inputFile, const int a_initialRegrids, const bool a_restart, const std::string a_restartFile) | Driver | |
setupAndRun(const std::string a_inputFile) | Driver | |
setupFresh(const int a_initialRegrids) | Driver | protected |
setupGeometryOnly() | Driver | protected |
stepReport(const Real a_startTime, const Real a_endTime, const int a_maxSteps) | Driver | protected |
tagCells(Vector< IntVectSet > &a_allTags, EBAMRTags &a_cellTags) | Driver | protected |
writeCheckpointFile() | Driver | protected |
writeComputationalLoads() | Driver | protected |
writeCrashFile() | Driver | protected |
writeEBIS() | Driver | protected |
writeGeometry() | Driver | protected |
writeLevelset(LevelData< EBCellFAB > &a_output, int &a_comp, const int a_level) const noexcept | Driver | protectedvirtual |
writeLoads(LevelData< EBCellFAB > &a_output, int &a_comp, const int a_level) const noexcept | Driver | protectedvirtual |
writeMemoryUsage() | Driver | protected |
writePlotData(LevelData< EBCellFAB > &a_output, int &a_comp, const int a_level) const noexcept | Driver | protectedvirtual |
writePlotFile(const std::string a_filename) | Driver | protected |
writePlotFile() | Driver | protected |
writePostRegridFile() | Driver | protected |
writePreRegridFile() | Driver | protected |
writeRanks(LevelData< EBCellFAB > &a_output, int &a_comp, const int a_level) const noexcept | Driver | protectedvirtual |
writeRestartFile() | Driver | protected |
writeTags(LevelData< EBCellFAB > &a_output, int &a_comp, const int a_level) const noexcept | Driver | protectedvirtual |
~Driver() | Driver | virtual |