| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex25.c | 12 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 D | ex56.c | 22 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 D | ex10.c | 14 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 D | ex43.c | 9 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
|
| H A D | ex14.c | 9 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
|
| H A D | ex74.c | 39 PetscErrorCode ProcessOptions(AppCtx *options) in ProcessOptions()
|
| H A D | ex51.c | 11 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
|
| H A D | ex71.c | 59 PetscErrorCode ProcessOptions(AppCtx *options) in ProcessOptions()
|
| H A D | ex70.c | 10 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
|
| H A D | ex37.c | 15 static PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
|
| H A D | ex29.c | 19 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | runtests.py | 175 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 D | options.c | 124 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 D | optionsyaml.c | 32 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 D | prefix.c | 28 PetscErrorCode PetscObjectGetOptions(PetscObject obj, PetscOptions *options) in PetscObjectGetOptions() 56 PetscErrorCode PetscObjectSetOptions(PetscObject obj, PetscOptions options) in PetscObjectSetOptions()
|
| /petsc/config/BuildSystem/config/ |
| H A D | preTests.py | 12 def __init__(self, options = {}, convertOptions = False): argument 84 def checkOptions(self, options, convertOptions = False): argument
|
| /petsc/src/sys/tutorials/ |
| H A D | ex19.c | 7 PetscOptions options; in main() local
|
| /petsc/src/tao/leastsquares/tutorials/matlab/ |
| H A D | ProblemFinalize.m | 26 options = optimset('MaxFunEvals',nfmax,'MaxIter',nfmax); variable
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydocify.py | 62 def _run_dot(self, *options):
|
| /petsc/src/mat/graphops/order/metisnd/ |
| H A D | metisnd.c | 14 idx_t options[METIS_NOPTIONS]; in MatGetOrdering_METISND() local
|
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex9.c | 10 static PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscopt.pxi | 213 cdef tokenize(options): argument 255 cdef parseopt(options, prefix): argument
|
| /petsc/src/dm/impls/patch/tests/ |
| H A D | ex1.c | 21 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
|
| /petsc/src/sys/classes/viewer/interface/ |
| H A D | viewreg.c | 307 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 D | ex5.c | 96 PetscErrorCode ProcessOptions(MPI_Comm comm, AppCtx *options) in ProcessOptions()
|