Home
last modified time | relevance | path

Searched defs:dfdt (Results 1 – 25 of 63) sorted by relevance

123

/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dumatht.f19 subroutine umatht(u,dudt,dudg,flux,dfdt,dfdg, argument
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dqderiv.c10 doublereal *delta, doublereal *dfdt) in qderiv_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dqderiv.c10 doublereal *delta, doublereal *dfdt) in qderiv_()
/dports/math/gsl/gsl-2.7/ode-initval2/
H A Dtest.c66 jac_linear (double t, const double y[], double *dfdy, double dfdt[], in jac_linear()
99 jac_exp (double t, const double y[], double *dfdy, double dfdt[], in jac_exp()
131 jac_sin (double t, const double y[], double *dfdy, double dfdt[], in jac_sin()
195 jac_xsin (double t, const double y[], double *dfdy, double dfdt[], in jac_xsin()
261 jac_stiff (double t, const double y[], double *dfdy, double dfdt[], in jac_stiff()
295 jac_cos (double t, const double y[], double *dfdy, double dfdt[], in jac_cos()
334 jac_broken (double t, const double y[], double *dfdy, double dfdt[], in jac_broken()
379 jac_sin_ub (double t, const double y[], double *dfdy, double dfdt[], in jac_sin_ub()
451 jac_stepfn (double t, const double y[], double *dfdy, double dfdt[], in jac_stepfn()
558 jac_vanderpol (double t, const double y[], double *dfdy, double dfdt[], in jac_vanderpol()
[all …]
H A Drk1imp.c51 double *dfdt; /* time derivative of f */ member
236 double *const dfdt = state->dfdt; in rk1imp_apply() local
H A Drk4imp.c57 double *dfdt; /* time derivative of f */ member
242 double *const dfdt = state->dfdt; in rk4imp_apply() local
H A Dbsimp.c66 double *dfdt; member
203 const double dfdt[], in bsimp_step_local()
411 double *const dfdt = state->dfdt; in bsimp_apply() local
H A Drk2imp.c56 double *dfdt; /* time derivative of f */ member
241 double *const dfdt = state->dfdt; in rk2imp_apply() local
/dports/math/gsl/gsl-2.7/ode-initval/
H A Dtest.c51 jac_linear (double t, const double y[], double *dfdy, double dfdt[], in jac_linear()
78 jac_exp (double t, const double y[], double *dfdy, double dfdt[], in jac_exp()
108 jac_sin (double t, const double y[], double *dfdy, double dfdt[], in jac_sin()
160 jac_xsin (double t, const double y[], double *dfdy, double dfdt[], in jac_xsin()
218 jac_stiff (double t, const double y[], double *dfdy, double dfdt[], in jac_stiff()
256 jac_vanderpol (double t, const double y[], double *dfdy, double dfdt[], in jac_vanderpol()
298 jac_oregonator (double t, const double y[], double *dfdy, double dfdt[], in jac_oregonator()
352 jac_vl (double t, const double y[], double *dfdy, double dfdt[], in jac_vl()
392 jac_stifftrig (double t, const double y[], double *dfdy, double dfdt[], in jac_stifftrig()
436 jac_e5 (double t, const double y[], double *dfdy, double dfdt[], in jac_e5()
[all …]
H A Dbsimp.c65 double *dfdt; member
202 const double dfdt[], in bsimp_step_local()
409 double *const dfdt = state->dfdt; in bsimp_apply() local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwxc/
H A Dnwxc_eval.F262 subroutine nwxc_eval_df(ipol,nq,rho,gamma,tau,f,dfdr,dfdg,dfdt) argument
278 double precision dfdt(nq,ipol) !< [Output] Derivative wrt tau local
301 subroutine nwxca_eval_df(ipol,nq,rho,gamma,tau,f,dfdr,dfdg,dfdt) argument
318 double precision dfdt(nq,ipol) !< [Output] Derivative wrt tau local
392 + dfdr,dfdg,dfdt) argument
408 double precision dfdt(nq,ipol) !< [Output] Derivative wrt tau local
1788 + dfdg,dfdg2,dfdt,dfdt2) argument
1834 + dfdg,dfdg2,dfdt,dfdt2) argument
1956 + f,dfdr,dfdr2,dfdg,dfdg2,dfdt,dfdt2) argument
2282 + dfdg,dfdg2,dfdt,dfdt2) argument
[all …]
H A Dnwxc_eval_print.F272 & dfdr,dfdg,dfdt) argument
289 double precision dfdt(nq,ipol) !< [Output] Derivative wrt tau local
396 + dfdr,dfdg,dfdt) argument
412 double precision dfdt(nq,ipol) !< [Output] Derivative wrt tau local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_eval.F255 subroutine nwpwxc_eval_df(ipol,nq,rho,gamma,tau,f,dfdr,dfdg,dfdt) argument
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/nwpwxc/
H A Dnwpwxc_eval.F255 subroutine nwpwxc_eval_df(ipol,nq,rho,gamma,tau,f,dfdr,dfdg,dfdt) argument
/dports/math/gsl/gsl-2.7/doc/examples/
H A Dode-initval.c19 double dfdt[], void *params) in jac()
/dports/science/lammps/lammps-stable_29Sep2021/lib/atc/
H A DFunction.cpp364 double LinearTemporalRamp::dfdt(double* x, double /* t */) { in dfdt() function in ATC::LinearTemporalRamp
439 double GaussianTemporalRamp::dfdt(double* x, double t) { in dfdt() function in ATC::GaussianTemporalRamp
443 double dfdt = 0.; in dfdt() local
558 double InterpolationFunction::dfdt(const double x) const in dfdt() function in ATC::InterpolationFunction
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/atc/
H A DFunction.cpp341 double LinearTemporalRamp::dfdt(double* x, double t) { in dfdt() function in ATC::LinearTemporalRamp
416 double GaussianTemporalRamp::dfdt(double* x, double t) { in dfdt() function in ATC::GaussianTemporalRamp
420 double dfdt = 0.; in dfdt() local
535 double InterpolationFunction::dfdt(const double x) const in dfdt() function in ATC::InterpolationFunction
/dports/comms/wsjtz/wsjtx/map65/libm65/
H A Dastro0.f903 dbMoon8,RAMoon8,DecMoon8,HA8,Dgrd8,sd8,poloffset8,xnr8,dfdt,dfdt0, & argument
9 real*8 dbMoon8,RAMoon8,DecMoon8,HA8,Dgrd8,xnr8,dfdt,dfdt0,dt local
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4gra/
H A Ddk4xsp.h147 double dfdt[4]; /**< Derivatives df/dt of the blending functions. */ member
/dports/comms/wsjtz/wsjtx/lib/
H A Dastro0.f903 dbMoon8,RAMoon8,DecMoon8,HA8,Dgrd8,sd8,poloffset8,xnr8,dfdt,dfdt0, & argument
9 real*8 dbMoon8,RAMoon8,DecMoon8,HA8,Dgrd8,xnr8,dfdt,dfdt0,dt local
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_ode-initval__bsimp.c65 double *dfdt; member
202 const double dfdt[], in bsimp_step_local()
409 double *const dfdt = state->dfdt; in bsimp_apply() local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwxc/
H A Dnwxc_eval.F262 subroutine nwxc_eval_df(ipol,nq,rho,gamma,tau,f,dfdr,dfdg,dfdt) argument
301 subroutine nwxca_eval_df(ipol,nq,rho,gamma,tau,f,dfdr,dfdg,dfdt) argument
/dports/science/lammps/lammps-stable_29Sep2021/lib/colvars/
H A Dcolvarcomp_protein.cpp209 cvm::real const dfdt = in collect_gradients() local
264 cvm::real const dfdt = in apply_force() local
/dports/science/PETSc/petsc-3.14.1/src/dm/tutorials/
H A Dex13f90aux.F9038 recursive subroutine forw_euler(t,dt,ib1,ibn,jb1,jbn,kb1,kbn,imax,jmax,kmax,neq,y,dfdt) argument
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Ddifferential-constraint.cpp46 double dfdt[], void *params) in jac()

123