Home
last modified time | relevance | path

Searched defs:compute (Results 1 – 4 of 4) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex1.c18 PetscBool compute = PETSC_TRUE; in main() local
/petsc/src/mat/impls/mffd/
H A Dmffdimpl.h21 PetscErrorCode (*compute)(MatMFFD, Vec, Vec, PetscScalar *, PetscBool *zeroa); member
/petsc/src/snes/impls/vi/
H A Dvi.c44 PetscErrorCode SNESVISetComputeVariableBounds_VI(SNES snes, SNESVIComputeVariableBoundsFn *compute) in SNESVISetComputeVariableBounds_VI()
/petsc/src/vec/is/is/interface/
H A Dindex.c779 PetscErrorCode ISGetInfo(IS is, ISInfo info, ISInfoType type, PetscBool compute, PetscBool *flg) in ISGetInfo()