Home
last modified time | relevance | path

Searched defs:update (Results 1 – 22 of 22) sorted by relevance

/petsc/src/ts/impls/explicit/euler/
H A Deuler.c7 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 Dmimex.c10 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 Dbasicsymplectic.c28 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 Dsundials.h26 Vec update; /* work vector where new solution is formed */ member
/petsc/config/BuildSystem/
H A DsourceDatabase.py135 def update(self, d): member in SourceDB
H A DRDict.py307 def update(self, d): member in RDict
/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmvm.h41 PetscErrorCode (*update)(Mat, Vec, Vec); member
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_diag.py110 def update(self, obj: Any, other: Iterable[str], **kwargs) -> None: member in DiagnosticMap
/petsc/src/tao/constrained/impls/admm/
H A Dadmm.h36 TaoADMMUpdateType update; /* update policy for mu */ member
/petsc/src/snes/impls/patch/
H A Dsnespatch.c256 Vec rhs, update, state, residual; in SNESSolve_Patch() local
/petsc/src/vec/is/sf/impls/window/
H A Dsfwindow.c432 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 DsetsOrdered.py518 def update(self, iterable): member in Set
H A DsetCompilers.py41 def update(self,*args): member in CaseInsensitiveDefaultDict
/petsc/src/ts/impls/pseudo/
H A Dposindep.c428 PetscErrorCode TSPseudoSetVerifyTimeStep(TS ts, PetscErrorCode (*dt)(TS ts, Vec update, PetscCtx ct… in TSPseudoSetVerifyTimeStep()
/petsc/include/petsc/private/
H A Dpetscdsimpl.h109 PetscPointFn **update; // Direct update of field coefficients member
H A Dtaoimpl.h29 PetscErrorCode (*update)(Tao, PetscInt, void *); member
H A Dsnesimpl.h16 PetscErrorCode (*update)(SNES, PetscInt); /* General purpose function for update */ member
H A Dkspimpl.h43 PetscErrorCode (*update)(KSPGuess, Vec, Vec); /* Update database */ member
/petsc/src/tao/interface/ftn-custom/
H A Dztaosolverf.c66 PetscFortranCallbackId update; member
/petsc/src/snes/interface/ftn-custom/
H A Dzsnesf.c75 PetscFortranCallbackId update; member
/petsc/src/dm/dt/interface/
H A Ddtds.c1885 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 Dpforest.h3648 PetscReal rhs, scale, update; in DMPforestMapCoordinates_Cell() local