Home
last modified time | relevance | path

Searched refs:PETSC_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/utils/
H A Ddmts.c75 PetscCall(PetscViewerBinaryRead(viewer, &kdm->ops->ifunction, 1, NULL, PETSC_FUNCTION)); in DMTSLoad()
76 PetscCall(PetscViewerBinaryRead(viewer, &kdm->ops->ifunctionview, 1, NULL, PETSC_FUNCTION)); in DMTSLoad()
77 PetscCall(PetscViewerBinaryRead(viewer, &kdm->ops->ifunctionload, 1, NULL, PETSC_FUNCTION)); in DMTSLoad()
84 PetscCall(PetscViewerBinaryRead(viewer, &kdm->ops->ijacobian, 1, NULL, PETSC_FUNCTION)); in DMTSLoad()
85 PetscCall(PetscViewerBinaryRead(viewer, &kdm->ops->ijacobianview, 1, NULL, PETSC_FUNCTION)); in DMTSLoad()
86 PetscCall(PetscViewerBinaryRead(viewer, &kdm->ops->ijacobianload, 1, NULL, PETSC_FUNCTION)); in DMTSLoad()
135 PetscCall(PetscViewerBinaryWrite(viewer, &funcstruct, 1, PETSC_FUNCTION)); in DMTSView()
136 PetscCall(PetscViewerBinaryWrite(viewer, &funcviewstruct, 1, PETSC_FUNCTION)); in DMTSView()
137 PetscCall(PetscViewerBinaryWrite(viewer, &funcloadstruct, 1, PETSC_FUNCTION)); in DMTSView()
147 PetscCall(PetscViewerBinaryWrite(viewer, &jacstruct, 1, PETSC_FUNCTION)); in DMTSView()
[all …]
/petsc/src/sys/fileio/
H A Dsysio.c297 if (type == PETSC_FUNCTION) { in PetscBinaryRead()
350 if (type == PETSC_FUNCTION) { in PetscBinaryRead()
418 if (type == PETSC_FUNCTION) { in PetscBinaryWrite()
481 if (type == PETSC_FUNCTION) free(fname); in PetscBinaryWrite()
625 if (type == PETSC_FUNCTION) { in PetscBinarySynchronizedRead()
650 if (type == PETSC_FUNCTION) { in PetscBinarySynchronizedRead()
/petsc/src/snes/utils/
H A Ddmsnes.c39 PetscCall(PetscViewerBinaryRead(viewer, &kdm->ops->computefunction, 1, NULL, PETSC_FUNCTION)); in DMSNESLoad()
40 PetscCall(PetscViewerBinaryRead(viewer, &kdm->ops->computejacobian, 1, NULL, PETSC_FUNCTION)); in DMSNESLoad()
69 PetscCall(PetscViewerBinaryWrite(viewer, &funcstruct, 1, PETSC_FUNCTION)); in DMSNESView()
70 PetscCall(PetscViewerBinaryWrite(viewer, &jacstruct, 1, PETSC_FUNCTION)); in DMSNESView()
/petsc/include/
H A Dpetscsystypes.h723 PETSC_FUNCTION = 12, enumerator
/petsc/src/dm/impls/swarm/
H A Dswarm.c1741 …PetscCheck(type != PETSC_FUNCTION, PetscObjectComm((PetscObject)dm), PETSC_ERR_SUP, "Valid for {ch… in DMSwarmRegisterPetscDatatypeField()