Home
last modified time | relevance | path

Searched refs:dmlocalts (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/utils/
H A Ddmlocalts.c33 static PetscErrorCode DMLocalTSGetContext(DM dm, DMTS tdm, DMTS_Local **dmlocalts) in DMLocalTSGetContext() argument
36 *dmlocalts = NULL; in DMLocalTSGetContext()
43 *dmlocalts = (DMTS_Local *)tdm->data; in DMLocalTSGetContext()
51 DMTS_Local *dmlocalts = (DMTS_Local *)ctx; in TSComputeIFunction_DMLocal() local
64 …if (dmlocalts->boundarylocal) PetscCall((*dmlocalts->boundarylocal)(dm, time, locX, locX_t, dmloca… in TSComputeIFunction_DMLocal()
71 …PetscCall((*dmlocalts->ifunctionlocal)(dm, time, locX, locX_t, locF, dmlocalts->ifunctionlocalctx)… in TSComputeIFunction_DMLocal()
93 DMTS_Local *dmlocalts = (DMTS_Local *)ctx; in TSComputeRHSFunction_DMLocal() local
103 …if (dmlocalts->boundarylocal) PetscCall((*dmlocalts->boundarylocal)(dm, time, locX, NULL, dmlocalt… in TSComputeRHSFunction_DMLocal()
108 PetscCall((*dmlocalts->rhsfunctionlocal)(dm, time, locX, locF, dmlocalts->rhsfunctionlocalctx)); in TSComputeRHSFunction_DMLocal()
113 if (dmlocalts->lumpedmassinv) { in TSComputeRHSFunction_DMLocal()
[all …]
/petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/
H A Dproject.pbxproj146 …D89D1D0B207AA1AB00FACC19 /* dmlocalts.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D1A23207…
898 …207AA1A900FACC19 /* dmlocalts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
1669 D89D1A23207AA1A900FACC19 /* dmlocalts.c */,
2774 D89D1D0B207AA1AB00FACC19 /* dmlocalts.c in Sources */,