Home
last modified time | relevance | path

Searched refs:nvmaxnormlocal (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/upp/upp/bazaar/plugin/sundials/src/sundials/
H A Dsundials_nvector.c93 ops->nvmaxnormlocal = NULL; in N_VNewEmpty()
188 v->ops->nvmaxnormlocal = w->ops->nvmaxnormlocal; in N_VCopyOps()
638 return((realtype) x->ops->nvmaxnormlocal(x)); in N_VMaxNormLocal()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/sundials/
H A Dsundials_nvector.c95 ops->nvmaxnormlocal = NULL; in N_VNewEmpty()
194 v->ops->nvmaxnormlocal = w->ops->nvmaxnormlocal; in N_VCopyOps()
648 return((realtype) x->ops->nvmaxnormlocal(x)); in N_VMaxNormLocal()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/sundials/
H A Dsundials_nvector.c96 ops->nvmaxnormlocal = NULL; in N_VNewEmpty()
201 v->ops->nvmaxnormlocal = w->ops->nvmaxnormlocal; in N_VCopyOps()
668 return((realtype) x->ops->nvmaxnormlocal(x)); in N_VMaxNormLocal()
/dports/math/sundials/sundials-5.7.0/src/sundials/
H A Dsundials_nvector.c96 ops->nvmaxnormlocal = NULL; in N_VNewEmpty()
201 v->ops->nvmaxnormlocal = w->ops->nvmaxnormlocal; in N_VCopyOps()
668 return((realtype) x->ops->nvmaxnormlocal(x)); in N_VMaxNormLocal()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/F2003_custom/
H A Dfnvector_complex_mod.f9077 ops%nvmaxnormlocal = c_funloc(FN_VMaxNorm_Complex)
130 ops%nvmaxnormlocal = c_funloc(FN_VMaxNorm_Complex)
H A Dfnvector_fortran_mod.f9086 ops%nvmaxnormlocal = c_funloc(FN_VMaxNorm_Fortran)
148 ops%nvmaxnormlocal = c_funloc(FN_VMaxNorm_Fortran)
/dports/math/sundials/sundials-5.7.0/examples/arkode/F2003_custom/
H A Dfnvector_complex_mod.f9077 ops%nvmaxnormlocal = c_funloc(FN_VMaxNorm_Complex)
130 ops%nvmaxnormlocal = c_funloc(FN_VMaxNorm_Complex)
H A Dfnvector_fortran_mod.f9086 ops%nvmaxnormlocal = c_funloc(FN_VMaxNorm_Fortran)
148 ops%nvmaxnormlocal = c_funloc(FN_VMaxNorm_Fortran)
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/sundials/fmod/
H A Dfsundials_nvector_mod.f9075 type(C_FUNPTR), public :: nvmaxnormlocal component
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/sundials/fmod/
H A Dfsundials_nvector_mod.f9078 type(C_FUNPTR), public :: nvmaxnormlocal component
/dports/math/sundials/sundials-5.7.0/src/sundials/fmod/
H A Dfsundials_nvector_mod.f9078 type(C_FUNPTR), public :: nvmaxnormlocal component
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/include/sundials/
H A Dsundials_nvector.h146 realtype (*nvmaxnormlocal)(N_Vector); member
/dports/devel/upp/upp/bazaar/plugin/sundials/include/sundials/
H A Dsundials_nvector.h140 realtype (*nvmaxnormlocal)(N_Vector); member
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/include/sundials/
H A Dsundials_nvector.h143 realtype (*nvmaxnormlocal)(N_Vector); member
/dports/math/sundials/sundials-5.7.0/include/sundials/
H A Dsundials_nvector.h146 realtype (*nvmaxnormlocal)(N_Vector); member
/dports/devel/upp/upp/bazaar/plugin/sundials/src/nvector/manyvector/
H A Dnvector_manyvector.c130 v->ops->nvmaxnormlocal = N_VMaxNormLocal_MPIManyVector; in N_VMake_MPIManyVector()
310 v->ops->nvmaxnormlocal = N_VMaxNormLocal_ManyVector; in N_VNew_ManyVector()
702 if (MANYVECTOR_SUBVEC(x,i)->ops->nvmaxnormlocal) { in MVAPPEND()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/nvector/manyvector/
H A Dnvector_manyvector.c130 v->ops->nvmaxnormlocal = N_VMaxNormLocal_MPIManyVector; in N_VMake_MPIManyVector()
310 v->ops->nvmaxnormlocal = N_VMaxNormLocal_ManyVector; in N_VNew_ManyVector()
702 if (MANYVECTOR_SUBVEC(x,i)->ops->nvmaxnormlocal) { in MVAPPEND()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/manyvector/
H A Dnvector_manyvector.c130 v->ops->nvmaxnormlocal = N_VMaxNormLocal_MPIManyVector; in N_VMake_MPIManyVector()
315 v->ops->nvmaxnormlocal = N_VMaxNormLocal_ManyVector; in N_VNew_ManyVector()
712 if (MANYVECTOR_SUBVEC(x,i)->ops->nvmaxnormlocal) { in MVAPPEND()
/dports/math/sundials/sundials-5.7.0/src/nvector/manyvector/
H A Dnvector_manyvector.c130 v->ops->nvmaxnormlocal = N_VMaxNormLocal_MPIManyVector; in N_VMake_MPIManyVector()
315 v->ops->nvmaxnormlocal = N_VMaxNormLocal_ManyVector; in N_VNew_ManyVector()
712 if (MANYVECTOR_SUBVEC(x,i)->ops->nvmaxnormlocal) { in MVAPPEND()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/trilinos/
H A Dnvector_trilinos.cpp115 v->ops->nvmaxnormlocal = N_VMaxNormLocal_Trilinos; in N_VNewEmpty_Trilinos()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/nvector/trilinos/
H A Dnvector_trilinos.cpp115 v->ops->nvmaxnormlocal = N_VMaxNormLocal_Trilinos; in N_VNewEmpty_Trilinos()
/dports/math/sundials/sundials-5.7.0/src/nvector/trilinos/
H A Dnvector_trilinos.cpp115 v->ops->nvmaxnormlocal = N_VMaxNormLocal_Trilinos; in N_VNewEmpty_Trilinos()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/nvector/raja/
H A Dnvector_raja.cu101 v->ops->nvmaxnormlocal = N_VMaxNorm_Raja; in N_VNewEmpty_Raja()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/raja/
H A Dnvector_raja.cpp135 v->ops->nvmaxnormlocal = N_VMaxNorm_Raja; in N_VNewEmpty_Raja()
/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/src/nvector/petsc/
H A Dnvector_petsc.c177 v->ops->nvmaxnormlocal = N_VMaxNormLocal_Petsc; in N_VNewEmpty_Petsc()

123