Home
last modified time | relevance | path

Searched refs:input_file (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/moab/tests/
H A Dex2.cxx14 char input_file[PETSC_MAX_PATH_LEN]; /* Import mesh from file */ member
33 options->input_file[0] = '\0'; in ProcessOptions()
42 …e", "The input mesh file", "ex2.cxx", options->input_file, options->input_file, sizeof(options->in… in ProcessOptions()
66 PetscCall(PetscStrlen(user->input_file, &len)); in CreateMesh()
68 …all(PetscPrintf(comm, "Loading mesh from file: %s and creating a DM object.\n", user->input_file)); in CreateMesh()
69 PetscCall(DMMoabLoadFromFile(comm, user->dim, 1, user->input_file, "", &user->dm)); in CreateMesh()
H A Dex3.cxx16 char input_file[PETSC_MAX_PATH_LEN]; /* Import mesh from file */ member
32 options->input_file[0] = '\0'; in ProcessOptions()
43 …t", "The input mesh file", "ex3.cxx", options->input_file, options->input_file, sizeof(options->in… in ProcessOptions()
59 PetscCall(PetscStrlen(user->input_file, &len)); in CreateMesh()
61 …(comm, "Loading mesh from file: %s and creating the coarse level DM object.\n", user->input_file)); in CreateMesh()
62 PetscCall(DMMoabLoadFromFile(comm, user->dim, user->nghost, user->input_file, "", &user->dm)); in CreateMesh()