|
Is called by the Analysis if the domain changes. It is called after {domainChange()} has been called on the ConstraintHandler, DOF\_Numberer and the Integrator and after {setSize()} has been called on the SystemOfEqn object. For base class nothing is done and
is returned. The subclasses can provide their own implementation of this method if anything needs to be done, e.g. memory allocation, To return
if successful, a negative number if not.
Definition at line 48 of file SolutionAlgorithm.cpp.
Referenced by StaticAnalysis::domainChanged(), EigenAnalysis::domainChanged(), DomainDecompositionAnalysis::domainChanged(), DirectIntegrationAnalysis::domainChanged(), StaticAnalysis::setAlgorithm(), and DirectIntegrationAnalysis::setAlgorithm().
|