Home
last modified time | relevance | path

Searched refs:qBdot (Results 1 – 25 of 28) sorted by relevance

12

/dports/math/mfem/mfem-4.3/miniapps/adjoint/
H A Dadjoint_advection_diffusion.cpp373 Vector qBdot(p.Size()); in main() local
374 qBdot = 0.; in main()
378 cvodes->InitQuadIntegrationB(qBdot, 1.e-6, 1.e-6); in main()
396 cvodes->EvalQuadIntegrationB(t, qBdot); in main()
402 qBdot.Print(); in main()
481 Vector &qBdot) const in QuadratureSensitivityMult()
523 qBdot[0] = -dp1_result; in QuadratureSensitivityMult()
524 qBdot[1] = -dp2_result; in QuadratureSensitivityMult()
H A DcvsRoberts_ASAi_dns.cpp328 Vector &qBdot) const in QuadratureSensitivityMult()
334 qBdot[0] = y[0] * l21; in QuadratureSensitivityMult()
335 qBdot[1] = -y23 * l21; in QuadratureSensitivityMult()
336 qBdot[2] = y[1]*y[1]*l32; in QuadratureSensitivityMult()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvodes/serial/
H A DcvsHessian_ASA_FSA.c70 N_Vector yB, N_Vector qBdot, void *user_dataB);
76 N_Vector yB, N_Vector qBdot, void *user_dataB);
789 N_Vector yB, N_Vector qBdot, void *user_dataB) in fQB1() argument
816 Ith(qBdot,1) = -y1*y1 * l1; in fQB1()
817 Ith(qBdot,2) = -2.0*p2*y2*y3 * l3; in fQB1()
819 Ith(qBdot,3) = -y1*y1 * m1 - l1 * 2.0*y1*s1; in fQB1()
820 Ith(qBdot,4) = -2.0*p2*y2*y3 * m3 - l3 * 2.0*(p2*y3*s2 + p2*y2*s3); in fQB1()
872 N_Vector yB, N_Vector qBdot, void *user_dataB) in fQB2() argument
899 Ith(qBdot,1) = -y1*y1 * l1; in fQB2()
900 Ith(qBdot,2) = -2.0*p2*y2*y3 * l3; in fQB2()
[all …]
H A DcvsRoberts_ASAi_dns.c116 N_Vector qBdot, void *user_dataB);
653 N_Vector qBdot, void *user_dataB) in fQB() argument
670 Ith(qBdot,1) = y1*l21; in fQB()
671 Ith(qBdot,2) = - y23*l21; in fQB()
672 Ith(qBdot,3) = y2*y2*l32; in fQB()
H A DcvsRoberts_ASAi_klu.c118 N_Vector qBdot, void *user_dataB);
709 N_Vector qBdot, void *user_dataB) in fQB() argument
726 Ith(qBdot,1) = y1*l21; in fQB()
727 Ith(qBdot,2) = - y23*l21; in fQB()
728 Ith(qBdot,3) = y2*y2*l32; in fQB()
H A DcvsRoberts_ASAi_sps.c118 N_Vector qBdot, void *user_dataB);
710 N_Vector qBdot, void *user_dataB) in fQB() argument
727 Ith(qBdot,1) = y1*l21; in fQB()
728 Ith(qBdot,2) = - y23*l21; in fQB()
729 Ith(qBdot,3) = y2*y2*l32; in fQB()
H A DcvsRoberts_ASAi_dns_constraints.c119 N_Vector qBdot, void *user_dataB);
678 N_Vector qBdot, void *user_dataB) in fQB() argument
695 Ith(qBdot,1) = y1*l21; in fQB()
696 Ith(qBdot,2) = - y23*l21; in fQB()
697 Ith(qBdot,3) = y2*y2*l32; in fQB()
/dports/math/sundials/sundials-5.7.0/examples/cvodes/serial/
H A DcvsHessian_ASA_FSA.c70 N_Vector yB, N_Vector qBdot, void *user_dataB);
76 N_Vector yB, N_Vector qBdot, void *user_dataB);
789 N_Vector yB, N_Vector qBdot, void *user_dataB) in fQB1() argument
816 Ith(qBdot,1) = -y1*y1 * l1; in fQB1()
817 Ith(qBdot,2) = -2.0*p2*y2*y3 * l3; in fQB1()
819 Ith(qBdot,3) = -y1*y1 * m1 - l1 * 2.0*y1*s1; in fQB1()
820 Ith(qBdot,4) = -2.0*p2*y2*y3 * m3 - l3 * 2.0*(p2*y3*s2 + p2*y2*s3); in fQB1()
872 N_Vector yB, N_Vector qBdot, void *user_dataB) in fQB2() argument
899 Ith(qBdot,1) = -y1*y1 * l1; in fQB2()
900 Ith(qBdot,2) = -2.0*p2*y2*y3 * l3; in fQB2()
[all …]
H A DcvsRoberts_ASAi_dns.c116 N_Vector qBdot, void *user_dataB);
659 N_Vector qBdot, void *user_dataB) in fQB() argument
676 Ith(qBdot,1) = y1*l21; in fQB()
677 Ith(qBdot,2) = - y23*l21; in fQB()
678 Ith(qBdot,3) = y2*y2*l32; in fQB()
H A DcvsRoberts_ASAi_sps.c118 N_Vector qBdot, void *user_dataB);
716 N_Vector qBdot, void *user_dataB) in fQB() argument
733 Ith(qBdot,1) = y1*l21; in fQB()
734 Ith(qBdot,2) = - y23*l21; in fQB()
735 Ith(qBdot,3) = y2*y2*l32; in fQB()
H A DcvsRoberts_ASAi_klu.c118 N_Vector qBdot, void *user_dataB);
715 N_Vector qBdot, void *user_dataB) in fQB() argument
732 Ith(qBdot,1) = y1*l21; in fQB()
733 Ith(qBdot,2) = - y23*l21; in fQB()
734 Ith(qBdot,3) = y2*y2*l32; in fQB()
H A DcvsRoberts_ASAi_dns_constraints.c119 N_Vector qBdot, void *user_dataB);
678 N_Vector qBdot, void *user_dataB) in fQB() argument
695 Ith(qBdot,1) = y1*l21; in fQB()
696 Ith(qBdot,2) = - y23*l21; in fQB()
697 Ith(qBdot,3) = y2*y2*l32; in fQB()
/dports/math/stanmath/math-4.2.0/stan/math/rev/functor/
H A Dcvodes_integrator_adjoint.hpp659 inline int quad_rhs_adj(double t, N_Vector y, N_Vector yB, N_Vector qBdot) { in quad_rhs_adj() argument
674 [&qBdot](auto&&... args) { in quad_rhs_adj()
675 accumulate_adjoints(NV_DATA_S(qBdot), args...); in quad_rhs_adj()
686 N_Vector qBdot, void* user_data) { in cv_quad_rhs_adj() argument
687 return cast_to_self(user_data)->quad_rhs_adj(t, y, yB, qBdot); in cv_quad_rhs_adj()
/dports/math/casadi/casadi-3.5.5/external_packages/casadi-sundials/cvodes/
H A Dcvodes.h508 N_Vector yB, N_Vector qBdot,
512 N_Vector yB, N_Vector qBdot,
H A Dcvodea.c90 N_Vector qBdot, void *cvode_mem);
2962 N_Vector qBdot, void *cvode_mem) in CVArhsQ() argument
2985 retval = (cvB_mem->cv_fQs)(t, ytmp, yStmp, yB, qBdot, cvB_mem->cv_user_data); in CVArhsQ()
2987 retval = (cvB_mem->cv_fQ)(t, ytmp, yB, qBdot, cvB_mem->cv_user_data); in CVArhsQ()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/include/cvodes/
H A Dcvodes.h163 typedef int (*CVQuadRhsFnB)(realtype t, N_Vector y, N_Vector yB, N_Vector qBdot,
167 N_Vector yB, N_Vector qBdot, void *user_dataB);
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/include/cvodes/
H A Dcvodes.h167 typedef int (*CVQuadRhsFnB)(realtype t, N_Vector y, N_Vector yB, N_Vector qBdot,
171 N_Vector yB, N_Vector qBdot, void *user_dataB);
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/include/cvodes/
H A Dcvodes.h167 typedef int (*CVQuadRhsFnB)(realtype t, N_Vector y, N_Vector yB, N_Vector qBdot,
171 N_Vector yB, N_Vector qBdot, void *user_dataB);
/dports/math/sundials/sundials-5.7.0/include/cvodes/
H A Dcvodes.h167 typedef int (*CVQuadRhsFnB)(realtype t, N_Vector y, N_Vector yB, N_Vector qBdot,
171 N_Vector yB, N_Vector qBdot, void *user_dataB);
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvodes/parallel/
H A DcvsAtmDisp_ASAi_kry_bbd_p.c191 N_Vector qBdot, void *user_dataB);
1004 static int fQB(realtype t, N_Vector y, N_Vector yB, N_Vector qBdot, in fQB() argument
1011 N_VScale(-(d->dOmega), yB, qBdot); in fQB()
/dports/math/sundials/sundials-5.7.0/examples/cvodes/parallel/
H A DcvsAtmDisp_ASAi_kry_bbd_p.c191 N_Vector qBdot, void *user_dataB);
1004 static int fQB(realtype t, N_Vector y, N_Vector yB, N_Vector qBdot, in fQB() argument
1011 N_VScale(-(d->dOmega), yB, qBdot); in fQB()
/dports/math/mfem/mfem-4.3/linalg/
H A Dsundials.hpp403 N_Vector qBdot, void *user_dataB);
H A Doperator.hpp541 Vector &qBdot) const {} in QuadratureSensitivityMult()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/src/cvodes/
H A Dcvodea.c82 N_Vector qBdot, void *cvode_mem);
3041 N_Vector qBdot, void *cvode_mem) in CVArhsQ() argument
3065 …retval = (cvB_mem->cv_fQs)(t, ca_mem->ca_ytmp, ca_mem->ca_yStmp, yB, qBdot, cvB_mem->cv_user_data); in CVArhsQ()
3067 retval = (cvB_mem->cv_fQ)(t, ca_mem->ca_ytmp, yB, qBdot, cvB_mem->cv_user_data); in CVArhsQ()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/cvodes/
H A Dcvodea.c79 N_Vector qBdot, void *cvode_mem);
3087 N_Vector qBdot, void *cvode_mem) in CVArhsQ() argument
3111 …retval = (cvB_mem->cv_fQs)(t, ca_mem->ca_ytmp, ca_mem->ca_yStmp, yB, qBdot, cvB_mem->cv_user_data); in CVArhsQ()
3113 retval = (cvB_mem->cv_fQ)(t, ca_mem->ca_ytmp, yB, qBdot, cvB_mem->cv_user_data); in CVArhsQ()

12