Searched refs:geo (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex99.c | 91 char geo[PETSC_MAX_PATH_LEN], geodir[PETSC_MAX_PATH_LEN] = "."; in main() local 127 PetscCall(PetscSNPrintf(geo, sizeof(geo), "%s/gmsh-%s.geo", geodir, mshlist[msh])); in main() 129 PetscCall(PetscStrreplace(PETSC_COMM_SELF, geo, path, sizeof(path))); in main() 130 PetscCall(PetscFixFilename(path, geo)); in main() 133 PetscCall(PetscTestFile(geo, 'r', &flg)); in main() 134 PetscCheck(flg, PETSC_COMM_SELF, PETSC_ERR_USER_INPUT, "File not found: %s", geo); in main() 136 … sizeof(cmd), cmdtemplate, gmsh, fmtlist[fmt], bin ? "-bin" : "", (int)dim, (int)order, geo, out)); in main()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | gmsh-3d.geo | 1 // gmsh -3 gmsh-3d.geo -o gmsh-3d-ascii.msh 2 // gmsh -3 -bin gmsh-3d.geo -o gmsh-3d-binary.msh
|
| H A D | gmsh-B2qua.geo | 1 Include "gmsh-B2tri.geo";
|
| H A D | gmsh-B3hex.geo | 1 Include "gmsh-B3tet.geo";
|
| H A D | testcase3D.cas | 4441 (vof/geo-recon/generic-grad-method? #f)
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 83 …D89D1CCC207AA1AB00FACC19 /* geo.c in Sources */ = {isa = PBXBuildFile; fileRef = D89D19E4207AA1A90… 835 …9D19E4207AA1A900FACC19 /* geo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1606 D89D19E4207AA1A900FACC19 /* geo.c */, 2802 D89D1CCC207AA1AB00FACC19 /* geo.c in Sources */,
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 1093 AMG method (`-pc_gamg_type geo`) that are not supported. A 2.5D AMG method DofColumns
|