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) |
| template<> | |
| void | dataStore (std::ostream &stream, FeatureFloodCount::Status &v, void *ctx) |
| template<> | |
| void | dataLoad (std::istream &stream, FeatureFloodCount::Status &v, void *context) |
| template<> | |
| void | dataStore (std::ostream &stream, FeatureFloodCount::BoundaryIntersection &v, void *ctx) |
| template<> | |
| void | dataLoad (std::istream &stream, FeatureFloodCount::BoundaryIntersection &v, void *context) |
| void dataLoad | ( | std::istream & | stream, |
| BoundingBox & | bbox, | ||
| void * | context | ||
| ) |
Definition at line 86 of file FeatureFloodCount.C.
| void dataLoad | ( | std::istream & | stream, |
| FeatureFloodCount::BoundaryIntersection & | v, | ||
| void * | context | ||
| ) |
Definition at line 2294 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 dataLoad(), dataLoad(), dataLoad(), dataLoad(), and FeatureFloodCount::deserialize().
| void dataLoad | ( | std::istream & | stream, |
| FeatureFloodCount::Status & | v, | ||
| void * | context | ||
| ) |
Definition at line 2277 of file FeatureFloodCount.C.
| void dataStore | ( | std::ostream & | stream, |
| BoundingBox & | bbox, | ||
| void * | context | ||
| ) |
Definition at line 55 of file FeatureFloodCount.C.
| void dataStore | ( | std::ostream & | stream, |
| FeatureFloodCount::BoundaryIntersection & | v, | ||
| void * | ctx | ||
| ) |
Definition at line 2286 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 dataStore(), dataStore(), dataStore(), dataStore(), and FeatureFloodCount::serialize().
| void dataStore | ( | std::ostream & | stream, |
| FeatureFloodCount::Status & | v, | ||
| void * | ctx | ||
| ) |
Definition at line 2269 of file FeatureFloodCount.C.
| 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().