Go to the documentation of this file.
10 #ifndef vtk_m_filter_multi_block_AmrArrays_h
11 #define vtk_m_filter_multi_block_AmrArrays_h
16 #include <vtkm/filter/multi_block/vtkm_filter_multi_block_export.h>
36 void GenerateParentChildInformation();
40 template <vtkm::IdComponent Dim>
41 void ComputeGenerateParentChildInformation();
46 void GenerateGhostType();
50 template <vtkm::IdComponent Dim>
51 void ComputeGenerateGhostType();
55 void GenerateIndexArrays();
76 #endif //vtk_m_filter_multi_block_AmrArrays_h
vtkm::cont::PartitionedDataSet AmrDataSet
the input partitioned dataset
Definition: AmrArrays.h:58
Definition: AmrArrays.h:24
Groups connected points that have the same field value.
Definition: Atomic.h:19
std::vector< std::vector< vtkm::Id > > ChildrenIdsVector
per partitionId contains all PartitonIds of the level below that have an overlap
Definition: AmrArrays.h:70
This class is primarily intended to filters to throw in the control environment to indicate an execut...
Definition: ErrorFilterExecution.h:27
std::vector< std::vector< vtkm::Id > > ParentsIdsVector
per partitionId contains all PartitonIds of the level above that have an overlap
Definition: AmrArrays.h:66
base class for all filters.
Definition: Filter.h:218
std::vector< std::vector< vtkm::Id > > PartitionIds
per level contains the partitionIds of each level and blockId
Definition: AmrArrays.h:62
#define VTKM_CONT
Definition: ExportMacros.h:57
vtkm::cont::DataSet DoExecute(const vtkm::cont::DataSet &) override
Definition: AmrArrays.h:27
Definition: PartitionedDataSet.h:25