#include <Grid.H>
Public Attributes | |
| std::string | regionName |
| int | normalDirection |
| pcpp::IndexIntervalType | regionInterval |
| pcpp::IndexIntervalType | regionPartitionInterval |
| pcpp::IndexIntervalType | regionPartitionBufferInterval |
| std::vector< size_t > | partitionBufferIndices |
| std::vector< pcpp::IndexIntervalType > | threadPartitionIntervals |
| std::vector< pcpp::IndexIntervalType > | threadPartitionBufferIntervals |
| std::vector< std::vector< size_t > > | threadPartitionBufferIndices |
| int normalDirection |
Definition at line 38 of file Grid.H.
Referenced by application::ConfigureSimulation(), simulation::report::Grid(), simulation::grid::InitSubRegionFromString(), and TestGrid_SubRegion().
| std::vector<size_t> partitionBufferIndices |
Definition at line 42 of file Grid.H.
Referenced by parallel_blockstructured::Finalize(), simulation::report::Grid(), and parallel_blockstructured::SetNumThreads().
| pcpp::IndexIntervalType regionInterval |
Definition at line 39 of file Grid.H.
Referenced by application::ConfigureSimulation(), parallel_blockstructured::Finalize(), simulation::report::Grid(), euler::util::InitializeProtoY4Test1(), simulation::grid::InitSubRegionFromString(), parallel_blockstructured::SetupThreads(), and TestGrid_SubRegion().
| std::string regionName |
Definition at line 37 of file Grid.H.
Referenced by simulation::report::Grid(), simulation::grid::InitSubRegionFromString(), and TestGrid_SubRegion().
| pcpp::IndexIntervalType regionPartitionBufferInterval |
Definition at line 41 of file Grid.H.
Referenced by parallel_blockstructured::Finalize(), simulation::report::Grid(), and parallel_blockstructured::SetNumThreads().
| pcpp::IndexIntervalType regionPartitionInterval |
Definition at line 40 of file Grid.H.
Referenced by parallel_blockstructured::Finalize(), simulation::report::Grid(), and parallel_blockstructured::SetNumThreads().
| std::vector<std::vector<size_t> > threadPartitionBufferIndices |
Definition at line 46 of file Grid.H.
Referenced by parallel_blockstructured::SetNumThreads(), and parallel_blockstructured::SetupThreads().
| std::vector<pcpp::IndexIntervalType> threadPartitionBufferIntervals |
Definition at line 45 of file Grid.H.
Referenced by parallel_blockstructured::SetNumThreads(), and parallel_blockstructured::SetupThreads().
| std::vector<pcpp::IndexIntervalType> threadPartitionIntervals |
Definition at line 44 of file Grid.H.
Referenced by parallel_blockstructured::SetNumThreads(), and parallel_blockstructured::SetupThreads().