Commit Graph

  • 8c35970050 chore(test): register the io topic in the top-level test runner master Jukka Aho 2026-05-11 03:06:10 +03:00
  • d25405b712 test(io): exercise WriteVTK VTU export for structured meshes Jukka Aho 2026-05-11 03:02:26 +03:00
  • 30a975ec9d test(mesh): cover Gmsh stub errors without the Gmsh extension Jukka Aho 2026-05-11 03:02:14 +03:00
  • c0701b0524 docs(src): align module map with extension-first mesh I/O Jukka Aho 2026-05-11 03:01:32 +03:00
  • 194b0bb058 refactor(matrix_free): share triangle Gauss data for Darcy boundary flux Jukka Aho 2026-05-11 03:00:13 +03:00
  • 20e3977fcb feat(fields): add PorePressure vertex field for poroelastic DOF sets Jukka Aho 2026-05-11 03:00:03 +03:00
  • 42eb9d94dd feat(exports): widen public API for poroelastic and matrix-free hooks Jukka Aho 2026-05-11 02:59:42 +03:00
  • 6e252d6a11 docs(io,mesh): describe Gmsh and VTK extension workflows Jukka Aho 2026-05-11 02:59:02 +03:00
  • 9a0c9d4f14 chore(JuliaFEM): include gmsh_stub and write_vtu in module load Jukka Aho 2026-05-11 02:58:37 +03:00
  • 40350b2da1 feat(mesh,io): stub Gmsh reader and VTU writer without optional deps Jukka Aho 2026-05-11 02:58:08 +03:00
  • 6657ec8419 feat(ext): add Gmsh and WriteVTK package extensions Jukka Aho 2026-05-11 02:57:38 +03:00
  • 4a9f020e13 chore(deps): add Gmsh and WriteVTK extensions to Project.toml Jukka Aho 2026-05-11 02:57:19 +03:00
  • f663fda6f7 fix(githooks): shorten commit-msg hook diagnostics Jukka Aho 2026-05-11 02:51:11 +03:00
  • cded31c388 docs: align README and CONTRIBUTING with commit-msg rules Jukka Aho 2026-05-11 02:46:20 +03:00
  • 2bfc78a37c docs: describe commit-msg summary and bullet requirements Jukka Aho 2026-05-11 02:46:14 +03:00
  • e7862ed538 fix(githooks): enforce subject, summary, and bullet layout Jukka Aho 2026-05-11 02:46:06 +03:00
  • 212ffb0d66 feat(core): reorder includes and add FEDiscretization plus Gauss tuples Jukka Aho 2026-05-11 02:40:28 +03:00
  • 3ac8484ed4 feat(mpi): kernel-free partitioned matvec and internal-force hooks Jukka Aho 2026-05-11 02:39:48 +03:00
  • bdfda3f123 ci: shard poroelastic/physics jobs and run internal-force MPI smoke Jukka Aho 2026-05-11 02:39:12 +03:00
  • fa762a11ec test: wire suite helpers, topics, and drop cantilever Gmsh mesh Jukka Aho 2026-05-11 02:38:59 +03:00
  • 77766d6ee4 chore(githooks): add commit-msg hook for 80-column messages Jukka Aho 2026-05-11 02:37:38 +03:00
  • 6f3629784e test(io): drop Gmsh reader smoke tests Jukka Aho 2026-05-11 02:29:37 +03:00
  • cb2514451e refactor(io): remove bundled Gmsh reader and document I/O policy Jukka Aho 2026-05-11 02:29:24 +03:00
  • 4fc007547c chore(deps): slim runtime deps, add CSV, and register Aqua for tests Jukka Aho 2026-05-11 02:28:51 +03:00
  • 47e77c2f37 docs(agents): align agent guide with IO policy, MPI smokes, and commit hygiene Jukka Aho 2026-05-11 02:28:12 +03:00
  • 85900fe680 feat(mesh): add structured Quad4/Seg2/Cook meshes and face-aware extract_surface Jukka Aho 2026-05-11 02:26:23 +03:00
  • cbdc9d2f82 refactor(materials): diffusion and hydraulic conductivity traits Jukka Aho 2026-05-11 02:23:06 +03:00
  • 03330a1d6a feat(thermo-poroelastic): add THM coupled volume kernel Jukka Aho 2026-05-11 02:23:06 +03:00
  • d646aa9d9e feat(poroelastic): add Biot coupled u–p volume kernel Jukka Aho 2026-05-11 02:23:06 +03:00
  • eac97e0b19 refactor(domains): Darcy, heat, and thermo-elastic kernels Jukka Aho 2026-05-11 02:23:05 +03:00
  • 799c4d6a0f feat(continuum): DOF-based Pass~1 hooks and mixed kernel updates Jukka Aho 2026-05-11 02:23:05 +03:00
  • 12f7f8c0bd refactor(matrix-free): Dirichlet integration and surface load basis reuse Jukka Aho 2026-05-11 02:23:05 +03:00
  • 1ebc795f69 refactor(matrix-free): preconditioners and eigensolve without redundant kernel Jukka Aho 2026-05-11 02:23:05 +03:00
  • df2a1eb4f0 refactor(matrix-free): kernelless operators and README Jukka Aho 2026-05-11 02:23:05 +03:00
  • 6968cbf9b3 refactor(assemblers): abstract cache, element cache, microkernel, partitioned matvec Jukka Aho 2026-05-11 02:23:05 +03:00
  • c430babf85 refactor(dof-based-ka): align KA matvec with kernel column Jukka Aho 2026-05-11 02:23:04 +03:00
  • 35b99ca48e refactor(dof-based): kernel column, depwarns, and Pass~1 assembly Jukka Aho 2026-05-11 02:23:04 +03:00
  • a0d67cdb59 feat(assemblers): add kernel column and KA scalar homogeneity Jukka Aho 2026-05-11 02:23:04 +03:00
  • a54c36ff5e chore(assemblers): add shared redundant-kernel depwarn helper Jukka Aho 2026-05-11 02:23:03 +03:00
  • bc2cd71f5d test(quadrature): delegate runner to consolidated quadrature rule suite Jukka Aho 2026-05-09 18:46:29 +03:00
  • b981c8301b test(physics): narrow runner to strain helpers while layer stabilizes Jukka Aho 2026-05-09 18:46:27 +03:00
  • 9dfc27bc68 test(mesh): slim Hex8 refinement smoke + brick volume helper check Jukka Aho 2026-05-09 18:46:26 +03:00
  • 2502707f10 test(materials): snapshot material_behavior inventory across model families Jukka Aho 2026-05-09 18:46:20 +03:00
  • 84fc4ece56 test(materials): extend state-variable trait coverage for new physics hooks Jukka Aho 2026-05-09 18:46:17 +03:00
  • c631eb6d1c test(materials): assert J2 yield after radial return for PerfectPlasticity Jukka Aho 2026-05-09 18:46:11 +03:00
  • aabca484a3 test(materials): cover buffered stress/tangent vectors in assembly workspace Jukka Aho 2026-05-09 18:46:05 +03:00
  • 00e69548b9 test(geometry): slim Jacobian suite to Triangle{3} Lagrange{1} smoke tests Jukka Aho 2026-05-09 18:46:03 +03:00
  • cc71c10033 test(elements): smoke multifield extract_element_dofs on structured Hex8 Jukka Aho 2026-05-09 18:46:02 +03:00
  • dffdf01af2 test(continuum): scrub Hex8 validation copy of deprecated \"NEW API\" wording Jukka Aho 2026-05-09 18:45:53 +03:00
  • 0f6924f62f test(continuum): reset tests use GlobalMaterialCache + geometry arity Jukka Aho 2026-05-09 18:45:48 +03:00
  • 04dc1df09e test(continuum): thread GlobalMaterialCache through kernel integration check Jukka Aho 2026-05-09 18:45:46 +03:00
  • 4d29e7816c test(continuum): follow assemble! signature without external material state Jukka Aho 2026-05-09 18:45:37 +03:00
  • e6a1767f99 test(continuum): align cache-update regression with GlobalMaterialCache API Jukka Aho 2026-05-09 18:45:32 +03:00
  • e1d46340db test(continuum): drop unused create_material_state helper Jukka Aho 2026-05-09 18:45:02 +03:00
  • 041e0d519d test(continuum): extend runner with mixed formulations and solves Jukka Aho 2026-05-09 18:44:57 +03:00
  • f332fe9ad1 test(dofs): run multifield and facet-map integration suite Jukka Aho 2026-05-09 18:44:49 +03:00
  • b540c62334 test(basis): load JuliaFEM in type-stability regression Jukka Aho 2026-05-09 18:44:05 +03:00
  • f5ff185741 test(basis): load JuliaFEM in SVector return-shape checks Jukka Aho 2026-05-09 18:43:57 +03:00
  • 3dac8325e7 test(basis): load JuliaFEM in PoU regression Jukka Aho 2026-05-09 18:43:49 +03:00
  • 469fe2ea4a test(basis): load JuliaFEM in numerical-accuracy suite Jukka Aho 2026-05-09 18:43:43 +03:00
  • f67ec02006 test(basis): load JuliaFEM in Kronecker-delta checks Jukka Aho 2026-05-09 18:43:32 +03:00
  • 9a3d7038ef test(basis): load JuliaFEM in interpolation regression Jukka Aho 2026-05-09 18:43:17 +03:00
  • fb3056e513 test(basis): load JuliaFEM in gradient property checks Jukka Aho 2026-05-09 18:43:14 +03:00
  • 094e2a1dc5 test(basis): load JuliaFEM in derivative regression Jukka Aho 2026-05-09 18:43:13 +03:00
  • 0bd4580c00 test(basis): load JuliaFEM in partition-of-unity sweep Jukka Aho 2026-05-09 18:43:04 +03:00
  • 1e1a08d4db test(basis): extend runner for Piola and quadrature hooks Jukka Aho 2026-05-09 18:41:05 +03:00
  • d6514f2195 test: drive suites via topic runners and ARGS filtering Jukka Aho 2026-05-09 18:40:23 +03:00
  • aec9383974 test(verification): add symbolic Tet4 stiffness script Jukka Aho 2026-05-09 18:39:46 +03:00
  • 9a126471cd test(verification): add symbolic Hex8 stiffness script Jukka Aho 2026-05-09 18:39:46 +03:00
  • bb03759b83 test(validation): add cantilever materials showcase Jukka Aho 2026-05-09 18:39:46 +03:00
  • d340d426ac test(validation): add validation topic runner Jukka Aho 2026-05-09 18:39:46 +03:00
  • f03587b2e1 test(topology): add triangle reference coordinate checks Jukka Aho 2026-05-09 18:39:46 +03:00
  • 2b92f5464b test(topology): add topology topic runner Jukka Aho 2026-05-09 18:39:45 +03:00
  • 2c4b50c592 test(sparse): add SparseMatrixCOO regression Jukka Aho 2026-05-09 18:39:43 +03:00
  • b7b74e79dd test(sparse): add sparse scratch topic runner Jukka Aho 2026-05-09 18:39:42 +03:00
  • dd12336f7e test(reference): add analytical heat equation checks Jukka Aho 2026-05-09 18:39:42 +03:00
  • 384d978d15 test(reference): add analytical elasticity checks Jukka Aho 2026-05-09 18:39:42 +03:00
  • fef4b7ab0b test(reference): add analytical reference runner Jukka Aho 2026-05-09 18:39:42 +03:00
  • 99201ee20a test(quadrature): add quadrature rule consistency tests Jukka Aho 2026-05-09 18:39:25 +03:00
  • d923fe3fd4 test(mpi): add partitioned matvec smoke harness Jukka Aho 2026-05-09 18:39:25 +03:00
  • 94b66a8b25 test(mpi): add partitioned matvec CG smoke test Jukka Aho 2026-05-09 18:39:25 +03:00
  • 9b275e9ca2 test(mesh): add Mesh API regression Jukka Aho 2026-05-09 18:39:25 +03:00
  • ace8bfe1bd test(mesh): add mesh topic runner Jukka Aho 2026-05-09 18:39:25 +03:00
  • 08248d393c test(materials): add orthotropic elasticity regression Jukka Aho 2026-05-09 18:39:17 +03:00
  • 33efbe2714 test(materials): add J2 plasticity regression Jukka Aho 2026-05-09 18:39:17 +03:00
  • 91ea4863ae test(materials): add material field trait tests Jukka Aho 2026-05-09 18:39:17 +03:00
  • 9a301daa85 test(materials): add advanced material law regressions Jukka Aho 2026-05-09 18:39:17 +03:00
  • 742e82c8f4 test(materials): add materials topic runner Jukka Aho 2026-05-09 18:39:16 +03:00
  • 5c1db20aac docs(test/materials): document materials test layout Jukka Aho 2026-05-09 18:39:16 +03:00
  • 9f76c432c6 test(io): add Gmsh ASCII reader regression Jukka Aho 2026-05-09 18:38:59 +03:00
  • a5d2b411d3 test(io): add IO topic runner Jukka Aho 2026-05-09 18:38:59 +03:00
  • f49a83d635 test(interface): add volume/interface coupling smoke tests Jukka Aho 2026-05-09 18:38:59 +03:00
  • 8aaac9ba28 test(interface): add InterfaceMesh construction tests Jukka Aho 2026-05-09 18:38:59 +03:00
  • 8168430c68 test(interface): add interface topic runner Jukka Aho 2026-05-09 18:38:58 +03:00
  • 2573f2382f test(geometry): add geometry topic runner Jukka Aho 2026-05-09 18:38:50 +03:00
  • 3550ce0941 test(fields): add AbstractField API tests Jukka Aho 2026-05-09 18:38:50 +03:00
  • acb1ced630 test(fields): add DOFSet field spec tests Jukka Aho 2026-05-09 18:38:50 +03:00
  • 96ae023f99 test(fields): add fields topic runner Jukka Aho 2026-05-09 18:38:50 +03:00
  • 30b85ba7d6 test(elements): add interpolate_field_value regression Jukka Aho 2026-05-09 18:38:50 +03:00
  • b7c2fb4da7 test(elements): add elements topic runner Jukka Aho 2026-05-09 18:38:49 +03:00