Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
SubstructuringAnalysis Class Reference#include <SubstructuringAnalysis.h>
Inheritance diagram for SubstructuringAnalysis::
List of all members.
Detailed Description
SubstructuringAnalysis is a subclass of DomainDecompositionAnalysis. It is used when performing an analysis using the substructuring method. It differs from the DomainDecompositionAnalysis class only in that the constructor ensures that a SubstructuringSolver is given for the Solver.
{\bf Constructors} \ {SubstructuringAnalysis(Subdomain &theDomain, \ ConstraintHandler &theHandler, \ DOF\_Numberer &theNumberer, \ AnalysisModel &theModel,\ DomainDecompAlgo &theSolnAlgo,\ IncrementalIntegrator &theIntegrator,\ LinearSOE &theSOE, \ SubstructuringSolver &theSolver);} \
The constructor is responsible for ensuring a Substructuring solver is passed in as an argument. The base class does the rest. For this reason WE WILL FORGET THIS CLASS. \
{\bf Destructor} \ {virtual~
SubstructuringAnalysis();}\ Invokes {removeDomainUser(this)} on the domain object. \
{\bf Public Member Functions}\
{Protected Member Functions} \
Definition at line 101 of file SubstructuringAnalysis.h.
Constructor & Destructor Documentation
SubstructuringAnalysis::~SubstructuringAnalysis (
|
) [virtual]
|
|
Member Function Documentation
int SubstructuringAnalysis::analyze (
|
void ) [virtual]
|
|
The documentation for this class was generated from the following files:
|