Go to the source code of this file.
Classes | |
struct | enable_bitmask_operators< Interfaces > |
class | AttribTagBase |
AttribTagBase tracks all (vector or matrix) tags associated with an object. More... | |
class | AttribMatrixTags |
class | AttribVectorTags |
class | AttribExecOns |
class | AttribSubdomains |
class | AttribBoundaries |
AttribBoundaries tracks all boundary IDs associated with an object. More... | |
class | AttribThread |
class | AttribExecutionOrderGroup |
class | AttribSysNum |
Tracks the libmesh system number that a MooseObject is associated with. More... | |
class | AttribPreIC |
TODO: delete this later - it is a temporary hack for dealing with inter-system dependencies. More... | |
class | AttribPreAux |
TODO: delete this later - it is a temporary hack for dealing with inter-system dependencies. More... | |
class | AttribPostAux |
TODO: delete this later - it is a temporary hack for dealing with inter-system dependencies. More... | |
class | AttribName |
class | AttribSystem |
class | AttribResidualObject |
Residual objects have this attribute. More... | |
class | AttribVar |
class | AttribInterfaces |
class | AttribDisplaced |
Tracks whether the object is on the displaced mesh. More... | |
Enumerations | |
enum | Interfaces { Interfaces::UserObject = 1 << 1, Interfaces::ElementUserObject = 1 << 2, Interfaces::SideUserObject = 1 << 3, Interfaces::InternalSideUserObject = 1 << 4, Interfaces::NodalUserObject = 1 << 5, Interfaces::GeneralUserObject = 1 << 6, Interfaces::ThreadedGeneralUserObject = 1 << 7, Interfaces::ShapeElementUserObject = 1 << 8, Interfaces::ShapeSideUserObject = 1 << 9, Interfaces::Postprocessor = 1 << 10, Interfaces::VectorPostprocessor = 1 << 11, Interfaces::InterfaceUserObject = 1 << 12, Interfaces::BlockRestrictable = 1 << 13, Interfaces::BoundaryRestrictable = 1 << 14, Interfaces::Reporter = 1 << 15, Interfaces::DomainUserObject = 1 << 16, Interfaces::MortarUserObject = 1 << 17 } |
Functions | |
std::ostream & | operator<< (std::ostream &os, Interfaces &iface) |
|
strong |
Definition at line 20 of file Attributes.h.
std::ostream& operator<< | ( | std::ostream & | os, |
Interfaces & | iface | ||
) |
Definition at line 39 of file Attributes.C.