Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 136) sorted by relevance

123456

/petsc/src/dm/impls/plex/tests/
H A Dex25.c12 static PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
22 static PetscErrorCode CreateMesh(MPI_Comm comm, AppCtx *options, DM *dm) in CreateMesh()
33 static PetscErrorCode test0(DM dm, AppCtx *options) in test0()
44 static PetscErrorCode test1(DM dm, AppCtx *options) in test1()
65 static PetscErrorCode test2(DM dm, AppCtx *options) in test2()
87 static PetscErrorCode test3(DM dm, AppCtx *options) in test3()
105 static PetscErrorCode test4(DM dm, AppCtx *options) in test4()
122 static PetscErrorCode test5(DM dm, AppCtx *options) in test5()
140 static PetscErrorCode test6(DM dm, AppCtx *options) in test6()
160 static PetscErrorCode test7(DM dm, AppCtx *options) in test7()
[all …]
H A Dex56.c22 static PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
50 static PetscErrorCode CreateMesh(AppCtx *options, DM *newdm) in CreateMesh()
64 static PetscErrorCode SaveMesh(AppCtx *options, DM dm) in SaveMesh()
87 static PetscErrorCode LoadMeshLowLevel(AppCtx *options, PetscViewer v, PetscBool explicitDistribute… in LoadMeshLowLevel()
127 static PetscErrorCode LoadMesh(AppCtx *options, DM *dmnew) in LoadMesh()
162 static PetscErrorCode CompareMeshes(AppCtx *options, DM dm0, DM dm1) in CompareMeshes()
H A Dex10.c14 PetscErrorCode ProcessOptions(AppCtx *options) in ProcessOptions()
47 PetscErrorCode CreateTestMesh(MPI_Comm comm, DM *dm, AppCtx *options) in CreateTestMesh()
90 PetscErrorCode CreateGroupLabel(DM dm, PetscInt numGroups, DMLabel *label, AppCtx *options) in CreateGroupLabel()
H A Dex43.c9 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
H A Dex14.c9 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
H A Dex74.c39 PetscErrorCode ProcessOptions(AppCtx *options) in ProcessOptions()
H A Dex51.c11 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
H A Dex71.c59 PetscErrorCode ProcessOptions(AppCtx *options) in ProcessOptions()
H A Dex70.c10 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
H A Dex37.c15 static PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
H A Dex29.c19 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
/petsc/src/binding/petsc4py/test/
H A Druntests.py175 def setup_python(options): argument
189 def setup_unittest(options): argument
211 def import_package(options, pkgname): argument
222 def print_banner(options): argument
242 def load_tests(options, args): argument
281 def run_tests(options, testsuite, runner=None): argument
/petsc/src/sys/objects/
H A Doptions.c124 static PetscErrorCode PetscOptionsMonitor(PetscOptions options, const char name[], const char value… in PetscOptionsMonitor()
152 PetscErrorCode PetscOptionsCreate(PetscOptions *options) in PetscOptionsCreate()
173 PetscErrorCode PetscOptionsDestroy(PetscOptions *options) in PetscOptionsDestroy()
302 static PetscErrorCode PetscOptionsInsertString_Private(PetscOptions options, const char in_str[], P… in PetscOptionsInsertString_Private()
381 PetscErrorCode PetscOptionsInsertString(PetscOptions options, const char in_str[]) in PetscOptionsInsertString()
450 static PetscErrorCode PetscOptionsInsertFilePetsc(MPI_Comm comm, PetscOptions options, const char f… in PetscOptionsInsertFilePetsc()
631 PetscErrorCode PetscOptionsInsertFile(MPI_Comm comm, PetscOptions options, const char file[], Petsc… in PetscOptionsInsertFile()
660 PetscErrorCode PetscOptionsInsertArgs(PetscOptions options, int argc, const char *const args[]) in PetscOptionsInsertArgs()
729 static PetscErrorCode PetscOptionsProcessPrecedentFlags(PetscOptions options, int argc, char *args[… in PetscOptionsProcessPrecedentFlags()
787 static inline PetscErrorCode PetscOptionsSkipPrecedent(PetscOptions options, const char name[], Pet… in PetscOptionsSkipPrecedent()
[all …]
H A Doptionsyaml.c32 static PetscErrorCode PetscParseLayerYAML(PetscOptions options, yaml_document_t *doc, yaml_node_t *… in PetscParseLayerYAML()
154 PetscErrorCode PetscOptionsInsertStringYAML_Private(PetscOptions options, const char in_str[], Pets… in PetscOptionsInsertStringYAML_Private()
196 PetscErrorCode PetscOptionsInsertStringYAML(PetscOptions options, const char in_str[]) in PetscOptionsInsertStringYAML()
230 PetscErrorCode PetscOptionsInsertFileYAML(MPI_Comm comm, PetscOptions options, const char file[], P… in PetscOptionsInsertFileYAML()
H A Dprefix.c28 PetscErrorCode PetscObjectGetOptions(PetscObject obj, PetscOptions *options) in PetscObjectGetOptions()
56 PetscErrorCode PetscObjectSetOptions(PetscObject obj, PetscOptions options) in PetscObjectSetOptions()
/petsc/config/BuildSystem/config/
H A DpreTests.py12 def __init__(self, options = {}, convertOptions = False): argument
84 def checkOptions(self, options, convertOptions = False): argument
/petsc/src/sys/tutorials/
H A Dex19.c7 PetscOptions options; in main() local
/petsc/src/tao/leastsquares/tutorials/matlab/
H A DProblemFinalize.m26 options = optimset('MaxFunEvals',nfmax,'MaxIter',nfmax); variable
/petsc/src/binding/petsc4py/conf/
H A Depydocify.py62 def _run_dot(self, *options):
/petsc/src/mat/graphops/order/metisnd/
H A Dmetisnd.c14 idx_t options[METIS_NOPTIONS]; in MatGetOrdering_METISND() local
/petsc/src/dm/impls/plex/tutorials/
H A Dex9.c10 static PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscopt.pxi213 cdef tokenize(options): argument
255 cdef parseopt(options, prefix): argument
/petsc/src/dm/impls/patch/tests/
H A Dex1.c21 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c307 static PetscErrorCode PetscOptionsCreateViewers_Internal(MPI_Comm comm, PetscOptions options, const… in PetscOptionsCreateViewers_Internal()
444 PetscErrorCode PetscOptionsCreateViewer(MPI_Comm comm, PetscOptions options, const char pre[], cons… in PetscOptionsCreateViewer()
488 PetscErrorCode PetscOptionsCreateViewers(MPI_Comm comm, PetscOptions options, const char pre[], con… in PetscOptionsCreateViewers()
/petsc/src/vec/is/tests/
H A Dex5.c96 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()

123456