class ModelBuilder


Inheritance:


Public Methods

ModelBuilder(Domain &theDomain)
virtual ~ModelBuilder()
virtual int buildFE_Model(void)

Protected Methods

Domain* getDomainPtr(void) const

Documentation

The ModelBuilder class is an abstract base class. A subclass of ModelBuilder is a class which creates the finite element discretization of a structure: that is it discretizes the structure to be modeled into Elements, Nodes, Constraints, etc. and adds these components to the Domain.

ModelBuilder(Domain &theDomain)

All models are associated with a single domain, this constructor sets up the link between the model and the domain, setting its link to the Domain object theDomain

virtual ~ModelBuilder()

Does nothing

virtual int buildFE_Model(void)

Domain* getDomainPtr(void) const


Direct child classes:
PlaneFrame

alphabetic index Contents

this page has been generated automatically by a slightly modified version of doc++ for OpenSees

Copyright Contact Us