Home
last modified time | relevance | path

Searched refs:avtol (Results 1 – 20 of 20) sorted by relevance

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/idas/serial/
H A DidasRoberts_dns.c81 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
97 N_Vector yy, yp, avtol; in main() local
106 yy = yp = avtol = NULL; in main()
116 avtol = N_VNew_Serial(NEQ); in main()
117 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
132 atval = N_VGetArrayPointer(avtol); in main()
141 PrintHeader(rtol, avtol, yy); in main()
149 retval = IDASVtolerances(mem, rtol, avtol); in main()
201 retval = check_ans(yy, tret, rtol, avtol); in main()
207 N_VDestroy(avtol); in main()
[all …]
H A DidasRoberts_sps.c66 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
81 N_Vector yy, yp, avtol; in main() local
91 yy = yp = avtol = NULL; in main()
101 avtol = N_VNew_Serial(NEQ); in main()
102 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
117 atval = N_VGetArrayPointer(avtol); in main()
126 PrintHeader(rtol, avtol, yy); in main()
134 retval = IDASVtolerances(mem, rtol, avtol); in main()
138 N_VDestroy(avtol); in main()
304 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y) in PrintHeader() argument
[all …]
H A DidasRoberts_klu.c66 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
81 N_Vector yy, yp, avtol; in main() local
91 yy = yp = avtol = NULL; in main()
101 avtol = N_VNew_Serial(NEQ); in main()
102 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
117 atval = N_VGetArrayPointer(avtol); in main()
126 PrintHeader(rtol, avtol, yy); in main()
134 retval = IDASVtolerances(mem, rtol, avtol); in main()
138 N_VDestroy(avtol); in main()
304 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y) in PrintHeader() argument
[all …]
H A DidasAkzoNob_dns.c66 static void PrintHeader(realtype rtol, realtype avtol, N_Vector y);
285 static void PrintHeader(realtype rtol, realtype avtol, N_Vector y) in PrintHeader() argument
291 rtol, avtol); in PrintHeader()
294 rtol, avtol); in PrintHeader()
297 rtol, avtol); in PrintHeader()
H A DidasSlCrank_dns.c81 static void PrintHeader(realtype rtol, realtype avtol, N_Vector y);
362 static void PrintHeader(realtype rtol, realtype avtol, N_Vector y) in PrintHeader() argument
368 rtol, avtol); in PrintHeader()
371 rtol, avtol); in PrintHeader()
374 rtol, avtol); in PrintHeader()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/ida/serial/
H A DidaRoberts_dns.c82 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
98 N_Vector yy, yp, avtol; in main() local
108 yy = yp = avtol = NULL; in main()
119 avtol = N_VNew_Serial(NEQ); in main()
120 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
135 atval = N_VGetArrayPointer(avtol); in main()
144 PrintHeader(rtol, avtol, yy); in main()
152 retval = IDASVtolerances(mem, rtol, avtol); in main()
215 retval = check_ans(yy, tret, rtol, avtol); in main()
222 N_VDestroy(avtol); in main()
[all …]
H A DidaRoberts_sps.c66 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
81 N_Vector yy, yp, avtol; in main() local
91 yy = yp = avtol = NULL; in main()
101 avtol = N_VNew_Serial(NEQ); in main()
102 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
117 atval = N_VGetArrayPointer(avtol); in main()
126 PrintHeader(rtol, avtol, yy); in main()
134 retval = IDASVtolerances(mem, rtol, avtol); in main()
138 N_VDestroy(avtol); in main()
304 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y) in PrintHeader() argument
[all …]
H A DidaRoberts_klu.c71 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
86 N_Vector yy, yp, avtol; in main() local
96 yy = yp = avtol = NULL; in main()
106 avtol = N_VNew_Serial(NEQ); in main()
107 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
122 atval = N_VGetArrayPointer(avtol); in main()
131 PrintHeader(rtol, avtol, yy); in main()
139 retval = IDASVtolerances(mem, rtol, avtol); in main()
143 N_VDestroy(avtol); in main()
358 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y) in PrintHeader() argument
[all …]
/dports/math/sundials/sundials-5.7.0/examples/ida/serial/
H A DidaRoberts_dns.c82 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
98 N_Vector yy, yp, avtol; in main() local
108 yy = yp = avtol = NULL; in main()
119 avtol = N_VNew_Serial(NEQ); in main()
120 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
135 atval = N_VGetArrayPointer(avtol); in main()
144 PrintHeader(rtol, avtol, yy); in main()
152 retval = IDASVtolerances(mem, rtol, avtol); in main()
215 retval = check_ans(yy, tret, rtol, avtol); in main()
222 N_VDestroy(avtol); in main()
[all …]
H A DidaRoberts_sps.c66 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
81 N_Vector yy, yp, avtol; in main() local
91 yy = yp = avtol = NULL; in main()
101 avtol = N_VNew_Serial(NEQ); in main()
102 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
117 atval = N_VGetArrayPointer(avtol); in main()
126 PrintHeader(rtol, avtol, yy); in main()
134 retval = IDASVtolerances(mem, rtol, avtol); in main()
138 N_VDestroy(avtol); in main()
304 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y) in PrintHeader() argument
[all …]
H A DidaRoberts_klu.c71 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
86 N_Vector yy, yp, avtol; in main() local
96 yy = yp = avtol = NULL; in main()
106 avtol = N_VNew_Serial(NEQ); in main()
107 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
122 atval = N_VGetArrayPointer(avtol); in main()
131 PrintHeader(rtol, avtol, yy); in main()
139 retval = IDASVtolerances(mem, rtol, avtol); in main()
143 N_VDestroy(avtol); in main()
358 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y) in PrintHeader() argument
[all …]
/dports/math/sundials/sundials-5.7.0/examples/idas/serial/
H A DidasRoberts_dns.c81 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
97 N_Vector yy, yp, avtol; in main() local
106 yy = yp = avtol = NULL; in main()
116 avtol = N_VNew_Serial(NEQ); in main()
117 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
132 atval = N_VGetArrayPointer(avtol); in main()
141 PrintHeader(rtol, avtol, yy); in main()
149 retval = IDASVtolerances(mem, rtol, avtol); in main()
201 retval = check_ans(yy, tret, rtol, avtol); in main()
207 N_VDestroy(avtol); in main()
[all …]
H A DidasRoberts_klu.c66 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
81 N_Vector yy, yp, avtol; in main() local
91 yy = yp = avtol = NULL; in main()
101 avtol = N_VNew_Serial(NEQ); in main()
102 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
117 atval = N_VGetArrayPointer(avtol); in main()
126 PrintHeader(rtol, avtol, yy); in main()
134 retval = IDASVtolerances(mem, rtol, avtol); in main()
138 N_VDestroy(avtol); in main()
304 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y) in PrintHeader() argument
[all …]
H A DidasRoberts_sps.c66 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y);
81 N_Vector yy, yp, avtol; in main() local
91 yy = yp = avtol = NULL; in main()
101 avtol = N_VNew_Serial(NEQ); in main()
102 if(check_retval((void *)avtol, "N_VNew_Serial", 0)) return(1); in main()
117 atval = N_VGetArrayPointer(avtol); in main()
126 PrintHeader(rtol, avtol, yy); in main()
134 retval = IDASVtolerances(mem, rtol, avtol); in main()
138 N_VDestroy(avtol); in main()
304 static void PrintHeader(realtype rtol, N_Vector avtol, N_Vector y) in PrintHeader() argument
[all …]
H A DidasAkzoNob_dns.c66 static void PrintHeader(realtype rtol, realtype avtol, N_Vector y);
285 static void PrintHeader(realtype rtol, realtype avtol, N_Vector y) in PrintHeader() argument
291 rtol, avtol); in PrintHeader()
294 rtol, avtol); in PrintHeader()
297 rtol, avtol); in PrintHeader()
H A DidasSlCrank_dns.c81 static void PrintHeader(realtype rtol, realtype avtol, N_Vector y);
362 static void PrintHeader(realtype rtol, realtype avtol, N_Vector y) in PrintHeader() argument
368 rtol, avtol); in PrintHeader()
371 rtol, avtol); in PrintHeader()
374 rtol, avtol); in PrintHeader()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/ida/F2003_serial/
H A DidaRoberts_dns_f2003.f90279 real(c_double) :: yval(neq), ypval(neq), avtol(neq) variable
294 avtol(1) = 1.d-8
295 avtol(2) = 1.d-6
296 avtol(3) = 1.d-6
311 sunvec_av => FN_VMake_Serial(neq, avtol)
321 call PrintHeader(rtol, avtol, yval)
431 retval = check_ans(yval, tret(1), rtol, avtol)
459 real(c_double) :: avtol(neq) local
469 print '(a,f6.4,a,3(es6.0,1x))', "Tolerance parameters: rtol = ",rtol," atol = ", avtol
/dports/math/sundials/sundials-5.7.0/examples/ida/F2003_serial/
H A DidaRoberts_dns_f2003.f90279 real(c_double) :: yval(neq), ypval(neq), avtol(neq) variable
294 avtol(1) = 1.d-8
295 avtol(2) = 1.d-6
296 avtol(3) = 1.d-6
311 sunvec_av => FN_VMake_Serial(neq, avtol)
321 call PrintHeader(rtol, avtol, yval)
431 retval = check_ans(yval, tret(1), rtol, avtol)
459 real(c_double) :: avtol(neq) local
469 print '(a,f6.4,a,3(es6.0,1x))', "Tolerance parameters: rtol = ",rtol," atol = ", avtol
/dports/devel/upp/upp/bazaar/STEM4U/
H A DSundials.cpp145 N_Vector avtol = NULL, yy = NULL, yp = NULL; in SolveDAE() local
153 avtol = N_VNew_Serial(numEq); in SolveDAE()
154 CheckMem((void *)avtol, "N_VNew_Serial"); in SolveDAE()
162 realtype *atval = N_VGetArrayPointer(avtol); in SolveDAE()
206 retval = IDASVtolerances(mem, rtol, avtol); in SolveDAE()
278 N_VDestroy(avtol); in SolveDAE()
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi3d/
H A DChFi3d_Builder_0.cxx1737 Standard_Real avtol; in ChFi3d_ComputeArete() local
1738 GeomLib::BuildCurve3d(tol3d,Cs,Pardeb,Parfin,C3d,tolreached,avtol); in ChFi3d_ComputeArete()