Searched refs:mesh_file (Results 1 – 6 of 6) sorted by relevance
| /libCEED/examples/mfem/ |
| H A D | bp1.cpp | 52 const char *mesh_file = "../../../mfem/data/star.mesh"; in main() local 54 const char *mesh_file = MFEM_DIR "/data/star.mesh"; in main() local 63 args.AddOption(&mesh_file, "-m", "--mesh", "Mesh file to use."); in main() 82 mfem::Mesh *mesh = new mfem::Mesh(mesh_file, 1, 1); in main()
|
| H A D | bp3.cpp | 74 const char *mesh_file = "../../../mfem/data/star.mesh"; in main() local 76 const char *mesh_file = MFEM_DIR "/data/star.mesh"; in main() local 85 args.AddOption(&mesh_file, "-m", "--mesh", "Mesh file to use."); in main() 104 mfem::Mesh *mesh = new mfem::Mesh(mesh_file, 1, 1); in main()
|
| /libCEED/examples/solids/src/ |
| H A D | cl-options.c | 39 …("-mesh", "Read mesh from file", NULL, app_ctx->mesh_file, app_ctx->mesh_file, sizeof(app_ctx->mes… in ProcessCommandLineOptions()
|
| H A D | setup-dm.c | 35 const char *filename = app_ctx->mesh_file; in CreateDistributedDM()
|
| /libCEED/examples/solids/include/ |
| H A D | structs.h | 46 char mesh_file[PETSC_MAX_PATH_LEN]; // exodusII mesh file member
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 350 … app_ctx->mesh_file[0] ? app_ctx->mesh_file : "Box Mesh", app_ctx->degree + 1, app_ctx->degree + 1, in main()
|