38 #include <Xyce_config.h>
45 #include <N_LOA_NonlinearEquationLoader.h>
48 #include <N_LOA_Loader.h>
50 #include <N_UTL_Timer.h>
52 #include <N_PDS_Manager.h>
53 #include <N_PDS_Comm.h>
55 #include <N_LAS_Vector.h>
56 #include <N_LAS_Matrix.h>
67 N_LOA_Loader & loader,
70 bool daeStateDerivFlag
78 daeStateDerivFlag_(daeStateDerivFlag)
109 N_LOA_Loader & loader,
112 bool daeStateDerivFlag
150 bool bsuccess =
true;
178 bsuccess = bsuccess && tmpBool;
187 tmpBool =
loader_.loadDAEVectors
203 bsuccess = bsuccess && tmpBool;
245 bool bsuccess =
true;
265 tmpBool =
loader_.loadDAEMatrices
272 bsuccess = bsuccess && tmpBool;
297 bool bsuccess =
true;
304 tmpBool =
loader_.applyDAEMatrices
312 bsuccess = bsuccess && tmpBool;