// FILE StiffDetestD1.cc" #include "StiffDetestD1.h" void StiffDetestD1::LoadProblemParam( int InitCond ) { SetT0( 0 ); REAL Tend = 400; SetTend(Tend); SetAtol( 1e-10 ); SetRtol( 0 ); INTERVAL_VECTOR Y(3); Y(1) = 0.0; Y(2) = 0.0; Y(3) = 0.0; SetInitCond(Y); }