Classes | |
class | DofHandler |
... the abstract base class for element types More... | |
class | Edge |
... the base class for mesh edges More... | |
class | Element |
... the base class for mesh points More... | |
class | Face |
... the base class for mesh points More... | |
class | InternalConstraintDefinition |
... the abstract base class for element types More... | |
class | MeshAssembly |
... the base class for an editable mesh More... | |
class | MeshPart |
... the base class for an editable mesh More... | |
class | PhysicalElement |
... Represents an element with associated physical data More... | |
class | PhysicalIntegrationNode |
class | PhysicalIntegrationPoint |
class | Point |
... the base class for mesh points More... | |
class | Section |
... the base class for element sections More... | |
class | SectionType |
... the base class for section types More... | |
class | SectionType_Continuum3d |
... the base class for element sections More... | |
class | SectionTypeFactory |
... a factory which provides section type objects More... | |
class | Step |
... the base class for analyses steps possible data on: geometrical linearity/nonlinearity, time intervals (from to), time increment length, loading More... | |
class | Structure |
... the base class for a structural analyses More... | |
class | TSectionCompatibilities |
... a (globaL) container associating compatibilities of element sections and element types/material laws More... | |
Typedefs | |
typedef boost::details::pool::singleton_default < TSectionCompatibilities > | SectionCompatibilities |
This class defines a singleton for TSectionCompatibilities. An element compatibility is announced by 'SectionCompatibilitiesinstance().addCompatibility(section_ident,element_type_index)' and checked by 'SectionCompatibilitiesinstance().getSectionCompatibilities(section_ident). | |
typedef boost::details::pool::singleton_default < SectionTypeFactory > | SectionTypes |
This class defines a singleton for SectionTypeFactory. A section type is accessed by 'SectionTypesinstance().getSectionTypes()[typeId]' or 'SectionTypesinstance().getSectionTypesByIdent()[ident]'. |