| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscts.pxi | 426 PetscVec xdot, 445 PetscVec xdot, 467 PetscVec xdot, 487 PetscVec xdot, 508 PetscVec xdot,
|
| /petsc/src/ts/tutorials/ |
| H A D | ex8.py | 14 def function(self, ts,t,x,xdot,f): argument 29 def jacobian(self,ts,t,x,xdot,shift,J,P): argument
|
| H A D | ex8.c | 34 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 D | ex23fwdadj.c | 32 const PetscScalar *x, *xdot; in IFunction() local 73 const PetscScalar *x, *xdot; in IJacobianP() local
|
| H A D | ex22.c | 149 const Field *x, *xdot; in FormIFunction() local 235 const Field *x, *xdot; in FormIJacobian() local
|
| H A D | ex25.c | 141 Field *x, *xdot, *f; in FormIFunction() local 229 Field *x, *xdot; in FormIJacobian() local
|
| H A D | ex49.c | 31 const PetscScalar *x, *xdot; in IFunction() local
|
| H A D | ex10.c | 172 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 D | ex19.c | 74 const PetscScalar *x, *xdot; in IFunction() local
|
| H A D | ex20.c | 50 const PetscScalar *x, *xdot; in IFunction() local
|
| /petsc/src/ts/tests/ |
| H A D | ex18.c | 57 const PetscScalar *xdot, *x; in IFunction() local 80 const PetscScalar *xdot, *x; in IJacobian() local
|
| H A D | ex26.c | 72 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 D | ex21.c | 34 …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 D | ex25.c | 163 Field *x, *xdot, *f; in FormIFunction() local 251 Field *x, *xdot; in FormIJacobian() local
|
| /petsc/src/binding/petsc4py/demo/legacy/ode/ |
| H A D | rober.py | 23 def evalFunction(self, ts, t, x, xdot, f): argument 31 def evalJacobian(self, ts, t, x, xdot, a, A, B): argument
|
| H A D | heat.py | 71 def evalFunction(self, ts, t, x, xdot, f): argument 79 def evalJacobian(self, ts, t, x, xdot, a, A, B): argument
|
| H A D | ce.py | 26 def evalFunction(self, ts, t, x, xdot, f): argument 31 def evalJacobian(self, ts, t, x, xdot, a, A, B): argument
|
| H A D | orego.py | 22 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 D | App.f90 | 1 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 D | driver.c | 32 const PetscScalar *xdot; in FormFunction() local
|
| /petsc/src/ts/tutorials/network/ |
| H A D | pipeImpls.c | 60 …unctionLocal_Lax(DMDALocalInfo *info, PetscReal ptime, PipeField *x, PipeField *xdot, PetscScalar … in PipeIFunctionLocal_Lax()
|
| /petsc/src/ts/tutorials/eimex/ |
| H A D | ct_vdp_imex.c | 185 const PetscScalar *x, *xdot; in IFunction() local
|
| H A D | allen_cahn.c | 131 const PetscScalar *x, *xdot; in FormIFunction() local
|
| /petsc/src/ts/utils/ |
| H A D | dmdats.c | 54 void *x, *f, *xdot; in TSComputeIFunction_DMDA() local 109 void *x, *xdot; in TSComputeIJacobian_DMDA() local
|
| /petsc/src/ts/tutorials/phasefield/ |
| H A D | biharmonic3.c | 188 Field *x, *xdot, *f; in FormFunction() local
|