Home
last modified time | relevance | path

Searched defs:X_t (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/utils/
H A Ddmlocalts.c47 static PetscErrorCode TSComputeIFunction_DMLocal(TS ts, PetscReal time, Vec X, Vec X_t, Vec F, Pets… in TSComputeIFunction_DMLocal()
128 static PetscErrorCode TSComputeIJacobian_DMLocal(TS ts, PetscReal time, Vec X, Vec X_t, PetscReal a… in TSComputeIJacobian_DMLocal()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c314 static PetscErrorCode EInduction(Vec X, Vec X_t, PetscInt step, PetscReal time, LandauCtx *ctx, Pet… in EInduction()
340 static PetscErrorCode EConstant(Vec X, Vec X_t, PetscInt step, PetscReal time, LandauCtx *ctx, Pets… in EConstant()
347 static PetscErrorCode ENone(Vec X, Vec X_t, PetscInt step, PetscReal time, LandauCtx *ctx, PetscRea… in ENone()
/petsc/src/snes/utils/
H A Ddmplexsnes.c660 static PetscErrorCode MatComputeNeumannOverlap_Plex(Mat J, PetscReal t, Vec X, Vec X_t, PetscReal s… in MatComputeNeumannOverlap_Plex()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx246 …(PC pc, IS is, Mat A, PetscErrorCode (*setup)(Mat J, PetscReal t, Vec X, Vec X_t, PetscReal s, IS … in PCHPDDMSetAuxiliaryMat()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2675 PetscErrorCode DMPlexLandauIFunction(TS ts, PetscReal time_dummy, Vec X, Vec X_t, Vec F, void *actx) in DMPlexLandauIFunction()
/petsc/src/dm/impls/plex/
H A Dplexfem.c4618 …ection globalSection, IS cellIS, PetscReal t, PetscReal X_tShift, Vec X, Vec X_t, Mat Jac, Mat Jac… in DMPlexComputeJacobian_Patch_Internal()