Home
last modified time | relevance | path

Searched refs:check_flag (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvode/serial/
H A DcvDisc_dns.c90 if (check_flag((void *)&ret, "CVodeInit", 1)) return(1); in main()
103 if (check_flag((void *)A, "SUNDenseMatrix", 0)) return(1); in main()
107 if (check_flag((void *)LS, "SUNLinSol_Dense", 0)) return(1); in main()
137 if (check_flag((void *)&ret, "CVode", 1)) return(1); in main()
151 if (check_flag((void *)&ret, "CVodeReInit", 1)) return(1); in main()
165 if (check_flag((void *)&ret, "CVode", 1)) return(1); in main()
194 if (check_flag((void *)&ret, "CVodeReInit", 1)) return(1); in main()
209 if (check_flag((void *)&ret, "CVode", 1)) return(1); in main()
237 if (check_flag((void *)&ret, "CVode", 1)) return(1); in main()
282 if (check_flag((void *)&ret, "CVode", 1)) return(1); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/cvode/serial/
H A DcvDisc_dns.c90 if (check_flag((void *)&ret, "CVodeInit", 1)) return(1); in main()
103 if (check_flag((void *)A, "SUNDenseMatrix", 0)) return(1); in main()
107 if (check_flag((void *)LS, "SUNLinSol_Dense", 0)) return(1); in main()
137 if (check_flag((void *)&ret, "CVode", 1)) return(1); in main()
151 if (check_flag((void *)&ret, "CVodeReInit", 1)) return(1); in main()
165 if (check_flag((void *)&ret, "CVode", 1)) return(1); in main()
194 if (check_flag((void *)&ret, "CVodeReInit", 1)) return(1); in main()
209 if (check_flag((void *)&ret, "CVode", 1)) return(1); in main()
237 if (check_flag((void *)&ret, "CVode", 1)) return(1); in main()
282 if (check_flag((void *)&ret, "CVode", 1)) return(1); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/test/unit_tests/arkode/CXX_serial/
H A Dark_analytic_sys_mri.cpp112 if (check_flag((void *)y, "N_VNew_Serial", 0)) return 1; in main()
137 if (check_flag(&flag, "ARKStepSetUserData", 1)) return 1; in main()
143 if (check_flag(&flag, "ARKStepSetTables", 1)) return 1; in main()
147 if (check_flag(&flag, "MRIStepSetUserData", 1)) return 1; in main()
155 if (check_flag(&flag, "MRIStepSetTable", 1)) return 1; in main()
188 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
192 if (check_flag(&flag, "MRIStepSetJacFn", 1)) return 1; in main()
207 if (check_flag(&flag, "ARKStepEvolve", 1)) return 1; in main()
222 check_flag(&flag, "ARKStepGetNumLinRhsEvals", 1); in main()
240 if (check_flag(&flag, "MRIStepEvolve", 1)) return 1; in main()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/test/unit_tests/arkode/
H A Dark_test_arkstepsetforcing.c151 if (check_flag((void *)ans, "N_VClone", 0)) return 1; in main()
180 if (check_flag(&flag, "compute_ans", 1)) return 1; in main()
191 if (check_flag(&flag, "compute_ans", 1)) return 1; in main()
223 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
226 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
249 if (check_flag(&flag, "compute_ans", 1)) return 1; in main()
293 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
296 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
319 if (check_flag(&flag, "compute_ans", 1)) return 1; in main()
363 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/test/unit_tests/arkode/C_serial/
H A Dark_test_arkstepsetforcing.c151 if (check_flag((void *)ans, "N_VClone", 0)) return 1; in main()
180 if (check_flag(&flag, "compute_ans", 1)) return 1; in main()
191 if (check_flag(&flag, "compute_ans", 1)) return 1; in main()
223 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
226 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
249 if (check_flag(&flag, "compute_ans", 1)) return 1; in main()
293 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
296 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
319 if (check_flag(&flag, "compute_ans", 1)) return 1; in main()
363 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/C_manyvector/
H A Dark_brusselator1D_manyvec.c237 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
272 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
274 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
276 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
278 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
280 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
282 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
286 check_flag(&flag, "ARKStepGetNumLinIters", 1); in main()
288 check_flag(&flag, "ARKStepGetNumLinConvFails", 1); in main()
290 check_flag(&flag, "ARKStepGetNumJtimesEvals", 1); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_manyvector/
H A Dark_brusselator1D_manyvec.c237 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
272 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
274 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
276 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
278 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
280 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
282 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
286 check_flag(&flag, "ARKStepGetNumLinIters", 1); in main()
288 check_flag(&flag, "ARKStepGetNumLinConvFails", 1); in main()
290 check_flag(&flag, "ARKStepGetNumJtimesEvals", 1); in main()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/C_serial/
H A Dark_robertson_root.c138 if (check_flag(&flag, "ARKStepRootInit", 1)) return 1; in main()
172 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
197 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
199 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
201 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
203 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
205 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
207 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
211 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
213 check_flag(&flag, "ARKStepGetNumLinRhsEvals", 1); in main()
[all …]
H A Dark_robertson_constraints.c149 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
170 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
188 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
190 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
192 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
194 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
196 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
198 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
202 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
204 check_flag(&flag, "ARKStepGetNumLinRhsEvals", 1); in main()
[all …]
H A Dark_heat1D.c142 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
168 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
187 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
189 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
191 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
193 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
195 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
197 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
201 check_flag(&flag, "ARKStepGetNumLinIters", 1); in main()
203 check_flag(&flag, "ARKStepGetNumJtimesEvals", 1); in main()
[all …]
H A Dark_analytic.c119 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
123 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
141 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
157 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
159 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
161 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
163 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
165 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
167 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
171 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
[all …]
H A Dark_robertson.c100 if (check_flag((void *) y, "N_VNew_Serial", 0)) return 1; in main()
138 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
159 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
177 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
179 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
181 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
183 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
185 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
187 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
191 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_serial/
H A Dark_robertson_root.c138 if (check_flag(&flag, "ARKStepRootInit", 1)) return 1; in main()
172 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
197 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
199 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
201 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
203 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
205 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
207 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
211 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
213 check_flag(&flag, "ARKStepGetNumLinRhsEvals", 1); in main()
[all …]
H A Dark_robertson_constraints.c149 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
170 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
188 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
190 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
192 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
194 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
196 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
198 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
202 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
204 check_flag(&flag, "ARKStepGetNumLinRhsEvals", 1); in main()
[all …]
H A Dark_heat1D.c142 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
168 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
187 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
189 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
191 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
193 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
195 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
197 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
201 check_flag(&flag, "ARKStepGetNumLinIters", 1); in main()
203 check_flag(&flag, "ARKStepGetNumJtimesEvals", 1); in main()
[all …]
H A Dark_analytic.c119 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
123 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
141 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
157 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
159 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
161 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
163 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
165 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
167 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
171 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
[all …]
H A Dark_robertson.c100 if (check_flag((void *) y, "N_VNew_Serial", 0)) return 1; in main()
138 if (check_flag(&flag, "ARKStepSetJacFn", 1)) return 1; in main()
159 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
177 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
179 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
181 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
183 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
185 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
187 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
191 check_flag(&flag, "ARKStepGetNumJacEvals", 1); in main()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/C_openmp/
H A Dark_heat1D_omp.c154 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
180 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
199 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
201 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
203 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
205 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
207 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
209 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
213 check_flag(&flag, "ARKStepGetNumLinIters", 1); in main()
215 check_flag(&flag, "ARKStepGetNumJtimesEvals", 1); in main()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/C_openmpdev/
H A Dark_heat1D_ompdev.c150 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
177 if (check_flag(&flag, "ARKStep", 1)) break; in main()
197 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
199 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
201 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
203 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
205 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
207 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
211 check_flag(&flag, "ARKStepGetNumLinIters", 1); in main()
213 check_flag(&flag, "ARKStepGetNumJtimesEvals", 1); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_openmp/
H A Dark_heat1D_omp.c154 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
180 if (check_flag(&flag, "ARKStepEvolve", 1)) break; in main()
199 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
201 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
203 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
205 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
207 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
209 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
213 check_flag(&flag, "ARKStepGetNumLinIters", 1); in main()
215 check_flag(&flag, "ARKStepGetNumJtimesEvals", 1); in main()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/arkode/C_openmpdev/
H A Dark_heat1D_ompdev.c150 if (check_flag(&flag, "ARKStepSetLinear", 1)) return 1; in main()
177 if (check_flag(&flag, "ARKStep", 1)) break; in main()
197 check_flag(&flag, "ARKStepGetNumSteps", 1); in main()
199 check_flag(&flag, "ARKStepGetNumStepAttempts", 1); in main()
201 check_flag(&flag, "ARKStepGetNumRhsEvals", 1); in main()
203 check_flag(&flag, "ARKStepGetNumLinSolvSetups", 1); in main()
205 check_flag(&flag, "ARKStepGetNumErrTestFails", 1); in main()
207 check_flag(&flag, "ARKStepGetNumNonlinSolvIters", 1); in main()
211 check_flag(&flag, "ARKStepGetNumLinIters", 1); in main()
213 check_flag(&flag, "ARKStepGetNumJtimesEvals", 1); in main()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/ida/raja/
H A DidaHeat2D_kry_raja.cu168 if(check_flag(&ier, "IDAInit", 1)) return(1); in main()
217 check_flag(&ier, "IDAGetNumErrTestFails", 1); in main()
223 check_flag(&ier, "IDASpilsGetNumConvFails", 1); in main()
242 if(check_flag(&ier, "IDAReInit", 1)) return(1); in main()
265 check_flag(&ier, "IDAGetNumErrTestFails", 1); in main()
271 check_flag(&ier, "IDASpilsGetNumConvFails", 1); in main()
504 check_flag(&ier, "IDAGetLastOrder", 1); in PrintOutput()
506 check_flag(&ier, "IDAGetNumSteps", 1); in PrintOutput()
510 check_flag(&ier, "IDAGetNumResEvals", 1); in PrintOutput()
512 check_flag(&ier, "IDAGetLastStep", 1); in PrintOutput()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/ida/raja/
H A DidaHeat2D_kry_raja.cpp168 if(check_flag(&ier, "IDAInit", 1)) return(1); in main()
217 check_flag(&ier, "IDAGetNumErrTestFails", 1); in main()
223 check_flag(&ier, "IDASpilsGetNumConvFails", 1); in main()
242 if(check_flag(&ier, "IDAReInit", 1)) return(1); in main()
265 check_flag(&ier, "IDAGetNumErrTestFails", 1); in main()
271 check_flag(&ier, "IDASpilsGetNumConvFails", 1); in main()
504 check_flag(&ier, "IDAGetLastOrder", 1); in PrintOutput()
506 check_flag(&ier, "IDAGetNumSteps", 1); in PrintOutput()
510 check_flag(&ier, "IDAGetNumResEvals", 1); in PrintOutput()
512 check_flag(&ier, "IDAGetLastStep", 1); in PrintOutput()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/kinsol/serial/
H A DkinLaplace_bnd.c110 if (check_flag(&flag, "KINInit", 1)) return(1); in main()
177 if (check_flag(&flag, "KINSol", 1)) return(1); in main()
187 if (check_flag(&flag, "KINGetfuncNorm", 1)) return(1); in main()
328 check_flag(&flag, "KINGetNumNonlinSolvIters", 1); in PrintFinalStats()
330 check_flag(&flag, "KINGetNumFuncEvals", 1); in PrintFinalStats()
335 check_flag(&flag, "KINGetNumBetacondFails", 1); in PrintFinalStats()
337 check_flag(&flag, "KINGetNumBacktrackOps", 1); in PrintFinalStats()
342 check_flag(&flag, "KINGetWorkSpace", 1); in PrintFinalStats()
347 check_flag(&flag, "KINGetNumJacEvals", 1); in PrintFinalStats()
349 check_flag(&flag, "KINGetNumLinFuncEvals", 1); in PrintFinalStats()
[all …]
/dports/math/sundials/sundials-5.7.0/examples/kinsol/serial/
H A DkinLaplace_bnd.c120 if (check_flag(&flag, "KINInit", 1)) return(1); in main()
187 if (check_flag(&flag, "KINSol", 1)) return(1); in main()
197 if (check_flag(&flag, "KINGetfuncNorm", 1)) return(1); in main()
338 check_flag(&flag, "KINGetNumNonlinSolvIters", 1); in PrintFinalStats()
340 check_flag(&flag, "KINGetNumFuncEvals", 1); in PrintFinalStats()
345 check_flag(&flag, "KINGetNumBetacondFails", 1); in PrintFinalStats()
347 check_flag(&flag, "KINGetNumBacktrackOps", 1); in PrintFinalStats()
352 check_flag(&flag, "KINGetWorkSpace", 1); in PrintFinalStats()
357 check_flag(&flag, "KINGetNumJacEvals", 1); in PrintFinalStats()
359 check_flag(&flag, "KINGetNumLinFuncEvals", 1); in PrintFinalStats()
[all …]

12345678910>>...20