Jukka Aho
741da90819
feat(io): Add Gmsh mesh reader for tetrahedral meshes
- GmshMesh struct: nodes, elements, physical_groups storage
- read_gmsh_mesh() parses ASCII format 4.1 (.msh files)
- Extracts Tet4 elements (type 4) and node coordinates
- Reads physical groups for boundary conditions
- get_surface_nodes() placeholder for BC node extraction
- 175 lines: Simple mesh I/O for demos and benchmarks
2025-11-12 01:02:02 +02:00
..
2025-11-09 09:29:30 +02:00
2025-11-12 01:01:08 +02:00
2025-11-10 22:26:23 +02:00
2025-11-10 22:25:59 +02:00
2025-11-08 09:39:16 +02:00
2025-11-12 00:55:10 +02:00
2025-11-08 12:11:37 +02:00
2025-11-12 00:54:35 +02:00
2025-11-08 14:32:27 +02:00
2025-11-12 00:59:18 +02:00
2025-11-09 02:58:09 +02:00
2025-11-12 00:56:58 +02:00
2025-11-08 10:49:28 +02:00
2025-11-08 14:33:16 +02:00
2025-11-08 09:39:16 +02:00
2025-11-08 11:25:13 +02:00
2025-11-12 00:53:02 +02:00
2025-11-08 09:39:16 +02:00
2025-11-09 03:30:29 +02:00
2025-11-09 17:09:27 +02:00
2018-09-06 13:34:26 +03:00
2025-11-12 01:01:26 +02:00
2025-11-08 09:39:16 +02:00
2025-11-12 01:02:02 +02:00
2025-11-10 22:24:23 +02:00
2025-11-08 07:57:15 +02:00
2025-11-10 22:25:41 +02:00
2018-09-06 13:34:26 +03:00
2025-11-12 01:01:45 +02:00
2025-11-12 00:57:33 +02:00
2018-09-06 13:34:26 +03:00
2025-11-08 09:52:49 +02:00
2025-11-08 08:44:30 +02:00
2018-07-05 11:21:10 +03:00
2018-10-28 20:40:55 -04:00
2018-09-06 13:34:26 +03:00
2025-11-08 14:33:51 +02:00
2025-11-08 14:33:51 +02:00
2025-11-08 08:50:59 +02:00
2018-09-06 13:34:26 +03:00
2025-11-08 14:34:43 +02:00
2025-11-08 10:52:47 +02:00
2025-11-08 14:33:16 +02:00
2025-11-08 14:33:51 +02:00
2025-11-08 09:39:16 +02:00