Go to the source code of this file.
Functions | |
| template<> | |
| void | dataStore (std::ostream &stream, FeatureFloodCount::FeatureData &feature, void *context) |
| template<> | |
| void | dataStore (std::ostream &stream, BoundingBox &bbox, void *context) |
| template<> | |
| void | dataLoad (std::istream &stream, FeatureFloodCount::FeatureData &feature, void *context) |
| template<> | |
| void | dataLoad (std::istream &stream, BoundingBox &bbox, void *context) |
| void | updateBBoxExtremesHelper (BoundingBox &bbox, const Point &node) |
| void | updateBBoxExtremesHelper (BoundingBox &bbox, const Elem &elem) |
| registerMooseObject ("PhaseFieldApp", FeatureFloodCount) | |
| std::ostream & | operator<< (std::ostream &out, const FeatureFloodCount::FeatureData &feature) |
| void dataLoad | ( | std::istream & | stream, |
| BoundingBox & | bbox, | ||
| void * | context | ||
| ) |
Definition at line 86 of file FeatureFloodCount.C.
| void dataLoad | ( | std::istream & | stream, |
| FeatureFloodCount::FeatureData & | feature, | ||
| void * | context | ||
| ) |
Note that _local_ids is not loaded here. It's not needed for restart, and not needed during the parallel merge operation
Definition at line 63 of file FeatureFloodCount.C.
Referenced by FeatureFloodCount::deserialize().
| void dataStore | ( | std::ostream & | stream, |
| BoundingBox & | bbox, | ||
| void * | context | ||
| ) |
Definition at line 55 of file FeatureFloodCount.C.
| void dataStore | ( | std::ostream & | stream, |
| FeatureFloodCount::FeatureData & | feature, | ||
| void * | context | ||
| ) |
Note that _local_ids is not stored here. It's not needed for restart, and not needed during the parallel merge operation
Definition at line 32 of file FeatureFloodCount.C.
Referenced by FeatureFloodCount::serialize().
| std::ostream & operator<< | ( | std::ostream & | out, |
| const FeatureFloodCount::FeatureData & | feature | ||
| ) |
Definition at line 2187 of file FeatureFloodCount.C.
| registerMooseObject | ( | "PhaseFieldApp" | , |
| FeatureFloodCount | |||
| ) |
| void updateBBoxExtremesHelper | ( | BoundingBox & | bbox, |
| const Elem & | elem | ||
| ) |
Definition at line 2261 of file FeatureFloodCount.C.
| void updateBBoxExtremesHelper | ( | BoundingBox & | bbox, |
| const Point & | node | ||
| ) |
Definition at line 2251 of file FeatureFloodCount.C.
Referenced by FeatureFloodCount::prepareDataForTransfer(), FeatureFloodCount::FeatureData::updateBBoxExtremes(), updateBBoxExtremesHelper(), and FeatureFloodCount::visitElementalNeighbors().