Home
last modified time | relevance | path

Searched refs:PetscOptionsInsertFile (Results 1 – 8 of 8) sorted by relevance

/petsc/src/sys/objects/
H A Doptions.c323 PetscCall(PetscOptionsInsertFile(PETSC_COMM_SELF, options, second, PETSC_TRUE)); in PetscOptionsInsertString_Private()
631 PetscErrorCode PetscOptionsInsertFile(MPI_Comm comm, PetscOptions options, const char file[], Petsc… in PetscOptionsInsertFile() function
680 PetscCall(PetscOptionsInsertFile(comm, options, eargs[1], PETSC_TRUE)); in PetscOptionsInsertArgs()
858 PetscCall(PetscOptionsInsertFile(comm, options, file, PETSC_TRUE)); in PetscOptionsInsert()
868 PetscCall(PetscOptionsInsertFile(comm, options, filename, PETSC_FALSE)); in PetscOptionsInsert()
869 PetscCall(PetscOptionsInsertFile(comm, options, ".petscrc", PETSC_FALSE)); in PetscOptionsInsert()
870 PetscCall(PetscOptionsInsertFile(comm, options, "petscrc", PETSC_FALSE)); in PetscOptionsInsert()
/petsc/doc/changes/
H A D37.md44 PetscOptionsInsertFile(MPI_Comm,PetscOptions,const char[],PetscBool );
H A D300.md16 - PetscOptionsInsertFile() now takes a MPI_Comm as the first
/petsc/include/
H A Dpetscoptions.h63 PETSC_EXTERN PetscErrorCode PetscOptionsInsertFile(MPI_Comm, PetscOptions, const char[], PetscBool);
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscopt.pxi21 PetscErrorCode PetscOptionsInsertFile(PetscOptions, char[])
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c1438 …if (found) PetscCall(PetscOptionsInsertFile(PetscObjectComm((PetscObject)viewer), ((PetscObject)vi… in PetscViewerFileSetUp_BinaryInfo()
/petsc/doc/faq/
H A Dindex.md435 ### What does it mean when `make check` hangs or errors on `PetscOptionsInsertFile()`?
442 [0]PETSC ERROR: #1 PetscOptionsInsertFile() line 563 in /Users/barrysmith/Src/PETSc/src/sys/objects…
/petsc/doc/manual/
H A Dother.md132 PETSc can load additional options from a file using `PetscOptionsInsertFile()`,