Home
last modified time | relevance | path

Searched refs:TIlaststep_state (Results 1 – 2 of 2) sorted by relevance

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Dtimeint.h307 …virtual const Vector& GetLastSolVector() const {return TIlaststep_state.x0;} //return solution aft… in GetLastSolVector()
310 …virtual Vector& GetLastDataVector() {return TIlaststep_state.data;} //return data vector after end… in GetLastDataVector()
311 …virtual const Vector& GetLastDataVector() const {return TIlaststep_state.data;} //return data vect… in GetLastDataVector()
681 TIstepsave TIlaststep_state; //state at end of last successful time step variable
H A Dtimeint.cpp306 TISaveState(TIlaststep_state); //save state of end of last step (or initial step) in FullStep()
353 TIRestoreState(TIlaststep_state); //set to old TIx0, reset all internal nonlinear variables in FullStep()
436 TIRestoreState(TIlaststep_state); //set to old TIx0, reset all internal nonlinear variables in FullStep()
532 TISaveState(TIlaststep_state); //save state of end of last step (or initial step) in FullAdaptiveStep()
540 TIRestoreState(TIlaststep_state); //set to old TIx0, reset all internal nonlinear variables in FullAdaptiveStep()
594 TIRestoreState(TIlaststep_state); //set to old TIx0, reset all internal nonlinear variables in FullAdaptiveStep()
629 TIRestoreState(TIlaststep_state); //set to old TIx0, reset all internal nonlinear variables in FullAdaptiveStep()
651 TItime = TIlaststep_state.time; //old starttime in FullAdaptiveStep()
3638 TISaveState(TIlaststep_state); in StaticComputation()
3808 TIRestoreState(TIlaststep_state); in StaticComputation()
[all …]