Commit Graph

622 Commits

Author SHA1 Message Date
Jukka Aho b36cac09ee test(domains): add Hu–Washizu kernel regression 2026-05-09 18:38:25 +03:00
Jukka Aho 2b44a42e95 test(domains): add HR mixed matvec penalty tests 2026-05-09 18:38:25 +03:00
Jukka Aho 360fd26b21 test(domains): add Hellinger–Reissner kernel regression 2026-05-09 18:38:25 +03:00
Jukka Aho 29403d1948 test(domains): add continuum brick direct/Krylov solves 2026-05-09 18:38:24 +03:00
Jukka Aho 5aed0dfffa test(domains): add approximate Schur diagonal preconditioner tests 2026-05-09 18:38:24 +03:00
Jukka Aho 49fd09b69e test(domains): add brick solver helpers for continuum regressions 2026-05-09 18:38:24 +03:00
Jukka Aho f70744b5fa test(dofs): add wedge facet map tests 2026-05-09 18:38:15 +03:00
Jukka Aho 34b3c385b4 test(dofs): add Tet4 facet map tests 2026-05-09 18:38:14 +03:00
Jukka Aho 64dbb1720d test(dofs): add Tet10 facet map tests 2026-05-09 18:38:14 +03:00
Jukka Aho 84aa0b7394 test(dofs): add pyramid facet map tests 2026-05-09 18:38:14 +03:00
Jukka Aho 1b0e10e8f4 test(dofs): add multifield DOF handler regression 2026-05-09 18:38:14 +03:00
Jukka Aho 6a658a9c9b test(dofs): add multicomponent facet DOF tests 2026-05-09 18:38:14 +03:00
Jukka Aho 0382f2869c test(dofs): add Hex8 face DOF handler tests 2026-05-09 18:38:14 +03:00
Jukka Aho fabd0033e9 test(dofs): add Hex20 facet map wiring tests 2026-05-09 18:38:13 +03:00
Jukka Aho c87326bed8 test(dofs): add global field range helper tests 2026-05-09 18:38:13 +03:00
Jukka Aho bd2b36fef1 test(docs): add docs topic runner 2026-05-09 18:37:55 +03:00
Jukka Aho 6b9bef7940 test(docs): add README doctest snippet 2026-05-09 18:37:54 +03:00
Jukka Aho ded9c943d1 test(basis): add Piola/Nedelec reference basis smoke tests 2026-05-09 18:37:54 +03:00
Jukka Aho d4fecf763a test(basis): add integration_points topology×basis tests 2026-05-09 18:37:54 +03:00
Jukka Aho 067e32c60a test(basis): add basis metadata description tests 2026-05-09 18:37:54 +03:00
Jukka Aho ce0550ecf4 test(assemblers): add surface traction assembly tests 2026-05-09 18:37:46 +03:00
Jukka Aho 55c36e072b test(assemblers): add partitioning zero-alloc regression 2026-05-09 18:37:46 +03:00
Jukka Aho 656fa35c6f test(assemblers): add partitioning helper unit tests 2026-05-09 18:37:46 +03:00
Jukka Aho c6efee65ed test(assemblers): add partitioned matvec regression 2026-05-09 18:37:31 +03:00
Jukka Aho f2a6ebbbd3 test(assemblers): add packed layout mapping tests 2026-05-09 18:37:31 +03:00
Jukka Aho 446360274c test(assemblers): add matrix-free operator regression 2026-05-09 18:37:30 +03:00
Jukka Aho f60d3045eb test(assemblers): add linear MPC constraint tests 2026-05-09 18:37:30 +03:00
Jukka Aho 2a3afadd39 test(assemblers): add incomplete Cholesky preconditioner tests 2026-05-09 18:37:30 +03:00
Jukka Aho a9d643bc28 test(assemblers): add halo exchange matvec smoke tests 2026-05-09 18:37:30 +03:00
Jukka Aho b7a3acb88c test(assemblers): add matrix-free eigensolve smoke tests 2026-05-09 18:37:30 +03:00
Jukka Aho 6786111fd5 test(assemblers): add DOF assembler zero-allocation regression 2026-05-09 18:37:30 +03:00
Jukka Aho 89d564d950 test(assemblers): add partitioned DOF matvec regression 2026-05-09 18:37:22 +03:00
Jukka Aho 9dd24ce2ce test(assemblers): add DOF-based mass assembly tests 2026-05-09 18:37:22 +03:00
Jukka Aho 8815157cb1 test(assemblers): add DOF-based nodal load assembly tests 2026-05-09 18:37:22 +03:00
Jukka Aho e4ce3d12eb test(assemblers): add KernelAbstractions apply_K regression 2026-05-09 18:37:22 +03:00
Jukka Aho e6437ef902 test(assemblers): add Float32 DOF-based apply_K regression 2026-05-09 18:37:21 +03:00
Jukka Aho d1eac86e33 test(assemblers): add DOF-based apply_K regression 2026-05-09 18:37:21 +03:00
Jukka Aho 93e104271b test(assemblers): add block Jacobi smoke tests 2026-05-09 18:37:21 +03:00
Jukka Aho 31e1c39bf3 test(assemblers): add masked-row apply_K regression 2026-05-09 18:37:21 +03:00
Jukka Aho 542333b8c5 test(assemblers): add topic runner for assembler regressions
Bundle matrix-free, partitioned, and COO assembler tests behind one `@testset`.

- Include zero-alloc, MPC, eigensolve, and surface-load coverage files.
2026-05-09 18:37:01 +03:00
Jukka Aho cac893ca98 docs(test): add top-level test tree README
Describe how topic `runtests.jl` files mirror `src/` and how to filter suites.

- Point contributors at ARGS topic filtering via `test/runtests.jl`.
2026-05-09 18:37:01 +03:00
Jukka Aho 2f6715a025 chore(test): delete fundamentals quad4 validation tutorial script
Remove legacy single-element validation tutorial.

- Drop `validation_1element_quad4.jl`.
2026-05-09 18:31:43 +03:00
Jukka Aho a0cffd9146 chore(test): delete fundamentals Gmsh recipe tutorial script
Remove companion recipe script for retired Gmsh tutorial.

- Drop `reading_gmsh_meshes_recipe.jl`.
2026-05-09 18:31:42 +03:00
Jukka Aho 72c1d607f4 chore(test): remove fundamentals tutorial Gmsh mesh fixture
Delete bundled `.msh` asset for removed tutorial script.

- Drop `reading_gmsh_meshes.msh`.
2026-05-09 18:31:42 +03:00
Jukka Aho 534889f985 chore(test): delete fundamentals Gmsh reading tutorial script
Remove stale tutorial harness superseded by `test/io/test_gmsh_reader.jl`.

- Drop `reading_gmsh_meshes.jl`.
2026-05-09 18:31:42 +03:00
Jukka Aho cceb56849b chore(test): delete fundamentals creating_elements tutorial script
Remove obsolete tutorial referencing retired element constructors.

- Drop `creating_elements.jl`.
2026-05-09 18:31:42 +03:00
Jukka Aho 684974b18e chore(test): delete fundamentals basis_functions tutorial script
Remove legacy tutorial code under `test/tutorials/` (historical API).

- Drop `basis_functions.jl`.
2026-05-09 18:31:42 +03:00
Jukka Aho a3f3ee9401 chore(test): delete strain-based validation regression
Remove obsolete strain validation harness.

- Drop `test/validation/test_strain_based.jl`.
2026-05-09 18:31:16 +03:00
Jukka Aho 2e6f83dd0a chore(test): drop elasticity helper validation suite
Remove unused helper verification tests.

- Delete `test/validation/test_elasticity_helpers.jl`.
2026-05-09 18:31:16 +03:00
Jukka Aho 43dc646ae0 chore(test): remove minimal cantilever validation test
Delete retired cantilever benchmark tied to old APIs.

- Drop `test/validation/test_cantilever_minimal.jl`.
2026-05-09 18:31:16 +03:00