Home
last modified time | relevance | path

Searched defs:xdot (Results 1 – 25 of 42) sorted by relevance

12

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscts.pxi426 PetscVec xdot,
445 PetscVec xdot,
467 PetscVec xdot,
487 PetscVec xdot,
508 PetscVec xdot,
/petsc/src/ts/tutorials/
H A Dex8.py14 def function(self, ts,t,x,xdot,f): argument
29 def jacobian(self,ts,t,x,xdot,shift,J,P): argument
H A Dex8.c34 const PetscScalar *x, *xdot; in RoberFunction() local
53 const PetscScalar *x, *xdot; in RoberJacobian() local
125 const PetscScalar *x, *xdot; in CEFunction() local
146 const PetscScalar *x, *xdot; in CEJacobian() local
208 const PetscScalar *x, *xdot; in OregoFunction() local
227 const PetscScalar *x, *xdot; in OregoJacobian() local
H A Dex23fwdadj.c32 const PetscScalar *x, *xdot; in IFunction() local
73 const PetscScalar *x, *xdot; in IJacobianP() local
H A Dex22.c149 const Field *x, *xdot; in FormIFunction() local
235 const Field *x, *xdot; in FormIJacobian() local
H A Dex25.c141 Field *x, *xdot, *f; in FormIFunction() local
229 Field *x, *xdot; in FormIJacobian() local
H A Dex49.c31 const PetscScalar *x, *xdot; in IFunction() local
H A Dex10.c172 const RDNode *x, *xdot, *f; in RDStateView() local
241 … *Theta, PetscReal *dt, Vec *X0loc, RDNode **x0, Vec *Xloc, RDNode **x, Vec *Xloc_t, RDNode **xdot) in RDGetLocalArrays()
274 …storeLocalArrays(RD rd, Vec *X0loc, RDNode **x0, Vec *Xloc, RDNode **x, Vec *Xloc_t, RDNode **xdot) in RDRestoreLocalArrays()
314 RDNode *x, *x0, *xdot, *f; in RDIFunction_FD() local
382 RDNode *x, *x0, *xdot; in RDIJacobian_FD() local
630 RDNode *x, *x0, *xdot, *f; in RDIFunction_FE() local
716 RDNode *x, *x0, *xdot; in RDIJacobian_FE() local
H A Dex19.c74 const PetscScalar *x, *xdot; in IFunction() local
H A Dex20.c50 const PetscScalar *x, *xdot; in IFunction() local
/petsc/src/ts/tests/
H A Dex18.c57 const PetscScalar *xdot, *x; in IFunction() local
80 const PetscScalar *xdot, *x; in IJacobian() local
H A Dex26.c72 PetscErrorCode IFunction(TS ts, PetscReal t, Vec x, Vec xdot, Vec f, PetscCtx ctx) in IFunction()
80 PetscErrorCode IJacobian(TS ts, PetscReal t, Vec x, Vec xdot, PetscReal shift, Mat A, Mat B, PetscC… in IJacobian()
H A Dex21.c34 …mIFunctionLocal(DMDALocalInfo *info, PetscReal t, PetscScalar **x, PetscScalar **xdot, PetscScalar… in FormIFunctionLocal()
74 …mIJacobianLocal(DMDALocalInfo *info, PetscReal t, PetscScalar **x, PetscScalar **xdot, PetscScalar… in FormIJacobianLocal()
H A Dex25.c163 Field *x, *xdot, *f; in FormIFunction() local
251 Field *x, *xdot; in FormIJacobian() local
/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Drober.py23 def evalFunction(self, ts, t, x, xdot, f): argument
31 def evalJacobian(self, ts, t, x, xdot, a, A, B): argument
H A Dheat.py71 def evalFunction(self, ts, t, x, xdot, f): argument
79 def evalJacobian(self, ts, t, x, xdot, a, A, B): argument
H A Dce.py26 def evalFunction(self, ts, t, x, xdot, f): argument
31 def evalJacobian(self, ts, t, x, xdot, a, A, B): argument
H A Dorego.py22 def evalFunction(self, ts, t, x, xdot, f): argument
31 def evalJacobian(self, ts, t, x, xdot, a, A, B): argument
/petsc/src/binding/petsc4py/demo/legacy/perftest/
H A DApp.f901 subroutine formFunction_C(nx, ny, nz, h, t, x, xdot, f) & argument
7 real(kind=C_DOUBLE), intent(in) :: x(nx,ny,nz), xdot(nx,ny,nz) local
52 subroutine formfunction_f(nx, ny, nz, h, t, x, xdot, f) argument
56 real(kind=8), intent(in) :: x(nx,ny,nz), xdot(nx,ny,nz) local
H A Ddriver.c32 const PetscScalar *xdot; in FormFunction() local
/petsc/src/ts/tutorials/network/
H A DpipeImpls.c60 …unctionLocal_Lax(DMDALocalInfo *info, PetscReal ptime, PipeField *x, PipeField *xdot, PetscScalar … in PipeIFunctionLocal_Lax()
/petsc/src/ts/tutorials/eimex/
H A Dct_vdp_imex.c185 const PetscScalar *x, *xdot; in IFunction() local
H A Dallen_cahn.c131 const PetscScalar *x, *xdot; in FormIFunction() local
/petsc/src/ts/utils/
H A Ddmdats.c54 void *x, *f, *xdot; in TSComputeIFunction_DMDA() local
109 void *x, *xdot; in TSComputeIJacobian_DMDA() local
/petsc/src/ts/tutorials/phasefield/
H A Dbiharmonic3.c188 Field *x, *xdot, *f; in FormFunction() local

12