25 virtual void execute()
override;
40 std::numeric_limits<
Real>::lowest(),
41 std::numeric_limits<
Real>::lowest()))
std::vector< VectorPostprocessorValue * > _meta_data
the vpp data is stored here
virtual void execute() override
Execute method.
VectorPostprocessorValue & _sideset_ids
the sideset id
Computes and outputs information (area, centroid, bounding box) about sidesets.
static InputParameters validParams()
const InputParameters & parameters() const
Get the parameters of the object.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
std::map< BoundaryID, BoundaryData > _boundary_data
all data available through the meta_data_types is always accumulated
std::vector< std::string > _vpp_entry_names
the type of meta data that is written to file
SidesetInfoVectorPostprocessor(const InputParameters ¶meters)
MultiMooseEnum _meta_data_types
the type of meta data that is written to file
virtual void meshChanged() override
Called on this object when the mesh changes.
boundary_id_type BoundaryID
std::vector< Real > VectorPostprocessorValue
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual void finalize() override
Finalize.
Real dataHelper(BoundaryID bid, std::string mdat_tpe) const
a helper function for retrieving data from _boundary_info
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type...
virtual void threadJoin(const UserObject &y) override
Must override.
Base class for user-specific data.