| /petsc/src/ts/impls/explicit/euler/ |
| H A D | euler.c | 7 Vec update; /* work vector where new solution is formed */ member 13 Vec solution = ts->vec_sol, update = euler->update; in TSStep_Euler() local 89 Vec update = euler->update; in TSInterpolate_Euler() local
|
| /petsc/src/ts/impls/mimex/ |
| H A D | mimex.c | 10 Vec Xdot, update; member 149 Vec sol = ts->vec_sol, update = mimex->update; in TSStep_Mimex_Split() local 217 Vec update = mimex->update; in TSStep_Mimex_Implicit() local
|
| /petsc/src/ts/impls/symplectic/basicsymplectic/ |
| H A D | basicsymplectic.c | 28 Vec update; /* a nest work vector for generalized coordinates */ member 207 Vec solution = ts->vec_sol, update = bsymp->update, q, p, q_update, p_update; in TSStep_BasicSymplectic() local 349 Vec update = bsymp->update; in TSInterpolate_BasicSymplectic() local
|
| /petsc/src/ts/impls/implicit/sundials/ |
| H A D | sundials.h | 26 Vec update; /* work vector where new solution is formed */ member
|
| /petsc/config/BuildSystem/ |
| H A D | sourceDatabase.py | 135 def update(self, d): member in SourceDB
|
| H A D | RDict.py | 307 def update(self, d): member in RDict
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmvm.h | 41 PetscErrorCode (*update)(Mat, Vec, Vec); member
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _diag.py | 110 def update(self, obj: Any, other: Iterable[str], **kwargs) -> None: member in DiagnosticMap
|
| /petsc/src/tao/constrained/impls/admm/ |
| H A D | admm.h | 36 TaoADMMUpdateType update; /* update policy for mu */ member
|
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 256 Vec rhs, update, state, residual; in SNESSolve_Patch() local
|
| /petsc/src/vec/is/sf/impls/window/ |
| H A D | sfwindow.c | 432 PetscBool reuse = PETSC_FALSE, update = PETSC_FALSE; in PetscSFGetWindow() local 650 …tscSFWindowSyncType sync, PetscBool epoch, PetscMPIInt fenceassert, PetscBool update, MPI_Win *win) in PetscSFRestoreWindow()
|
| /petsc/config/BuildSystem/config/ |
| H A D | setsOrdered.py | 518 def update(self, iterable): member in Set
|
| H A D | setCompilers.py | 41 def update(self,*args): member in CaseInsensitiveDefaultDict
|
| /petsc/src/ts/impls/pseudo/ |
| H A D | posindep.c | 428 PetscErrorCode TSPseudoSetVerifyTimeStep(TS ts, PetscErrorCode (*dt)(TS ts, Vec update, PetscCtx ct… in TSPseudoSetVerifyTimeStep()
|
| /petsc/include/petsc/private/ |
| H A D | petscdsimpl.h | 109 PetscPointFn **update; // Direct update of field coefficients member
|
| H A D | taoimpl.h | 29 PetscErrorCode (*update)(Tao, PetscInt, void *); member
|
| H A D | snesimpl.h | 16 PetscErrorCode (*update)(SNES, PetscInt); /* General purpose function for update */ member
|
| H A D | kspimpl.h | 43 PetscErrorCode (*update)(KSPGuess, Vec, Vec); /* Update database */ member
|
| /petsc/src/tao/interface/ftn-custom/ |
| H A D | ztaosolverf.c | 66 PetscFortranCallbackId update; member
|
| /petsc/src/snes/interface/ftn-custom/ |
| H A D | zsnesf.c | 75 PetscFortranCallbackId update; member
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 1885 PetscErrorCode PetscDSGetUpdate(PetscDS ds, PetscInt f, PetscPointFn **update) in PetscDSGetUpdate() 1911 PetscErrorCode PetscDSSetUpdate(PetscDS ds, PetscInt f, PetscPointFn *update) in PetscDSSetUpdate()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3648 PetscReal rhs, scale, update; in DMPforestMapCoordinates_Cell() local
|