OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
oofem::EngngModelContext Class Reference

Class EngngModelContext represents a context, which is shared by all problem engng sub-models. More...

#include <engngm.h>

+ Collaboration diagram for oofem::EngngModelContext:

Public Member Functions

 EngngModelContext ()
 
FieldManagergiveFieldManager ()
 

Protected Attributes

FieldManager fieldManager
 Common fieldManager providing shared field register for the problem. More...
 

Detailed Description

Class EngngModelContext represents a context, which is shared by all problem engng sub-models.

In principle every problem (represented by the EngngModel class) can be made part of more complex problem, providing only part of the solution, possibly depending on the results of other sub-problems. Typical example is staggered heat and structural analysis. The context provides the common (shared) resources within the problem. The context is created by the master problem (the class representing staggered problem, for example). The subproblems are then created in so-called maintained (or slave) mode and they request the context from master.

Definition at line 123 of file engngm.h.

Constructor & Destructor Documentation

oofem::EngngModelContext::EngngModelContext ( )
inline

Definition at line 130 of file engngm.h.

Member Function Documentation

Member Data Documentation

FieldManager oofem::EngngModelContext::fieldManager
protected

Common fieldManager providing shared field register for the problem.

Definition at line 127 of file engngm.h.


The documentation for this class was generated from the following file:

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:35 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011