Home
last modified time | relevance | path

Searched refs:mesh_file (Results 1 – 6 of 6) sorted by relevance

/libCEED/examples/mfem/
H A Dbp1.cpp52 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 Dbp3.cpp74 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 Dcl-options.c39 …("-mesh", "Read mesh from file", NULL, app_ctx->mesh_file, app_ctx->mesh_file, sizeof(app_ctx->mes… in ProcessCommandLineOptions()
H A Dsetup-dm.c35 const char *filename = app_ctx->mesh_file; in CreateDistributedDM()
/libCEED/examples/solids/include/
H A Dstructs.h46 char mesh_file[PETSC_MAX_PATH_LEN]; // exodusII mesh file member
/libCEED/examples/solids/
H A Delasticity.c350 … app_ctx->mesh_file[0] ? app_ctx->mesh_file : "Box Mesh", app_ctx->degree + 1, app_ctx->degree + 1, in main()