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 | AttribKokkos |
| 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 class | Interfaces { UserObject = 1 << 1 , ElementUserObject = 1 << 2 , SideUserObject = 1 << 3 , InternalSideUserObject = 1 << 4 , NodalUserObject = 1 << 5 , GeneralUserObject = 1 << 6 , ThreadedGeneralUserObject = 1 << 7 , ShapeElementUserObject = 1 << 8 , ShapeSideUserObject = 1 << 9 , Postprocessor = 1 << 10 , VectorPostprocessor = 1 << 11 , InterfaceUserObject = 1 << 12 , BlockRestrictable = 1 << 13 , BoundaryRestrictable = 1 << 14 , Reporter = 1 << 15 , DomainUserObject = 1 << 16 , MortarUserObject = 1 << 17 , FVInterpolationMethod = 1 << 18 } |
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.