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
6451639287
chore(test): delete two-phase assembly experiment
...
Remove unused staging for dual-phase assembly not wired into CI.
- Drop `test/assemblers/test_two_phase_assembly.jl`.
2026-05-09 18:24:13 +03:00
Jukka Aho
763574638d
chore(test): remove obsolete microkernel formulation sweep
...
Delete formulation-matrix tests tied to the retired microkernel harness.
- Drop `test/assemblers/test_microkernel_formulations.jl`.
2026-05-09 18:24:12 +03:00
Jukka Aho
a153945f41
chore(test): delete simplified DOF COO smoke test
...
Remove the redundant lightweight COO regression superseded by newer assembler tests.
- Drop `test/assemblers/test_dof_based_coo_simple.jl`.
2026-05-09 18:24:12 +03:00
Jukka Aho
0c60061d8c
chore(test): remove retired DOF-based COO regression file
...
Delete the old standalone COO assembler test now replaced by targeted coverage
under `test/assemblers/`.
- Drop `test/assemblers/test_dof_based_coo.jl`.
2026-05-09 18:24:12 +03:00
Jukka Aho
5bc0c5ade1
chore(test): drop stale assembler equivalence suite
...
Remove legacy assembler cross-check tests superseded by the DOF-based zero-alloc
regressions and modern assembler modules.
- Delete `test/assemblers/test_assembler_equivalence.jl`.
2026-05-09 18:23:40 +03:00
Jukka Aho
5caa75f1d7
test(assemblers): add two-phase assembly test
...
Tests two-phase assembly workflow.
Validates assembly process with multiple phases.
2025-12-15 07:46:26 +02:00
Jukka Aho
491b45c793
test(assemblers): add microkernel formulations test
...
Tests microkernel-based physics formulations.
Validates evaluate() interface for DOF-based assembly.
2025-12-15 07:46:20 +02:00
Jukka Aho
8c6e91b1ef
test(assemblers): add simple DOF-based COO test
...
Simple test case for DOF-based COO assembler.
Basic validation of DOF-based assembly workflow.
2025-12-15 07:46:05 +02:00
Jukka Aho
15cb606f86
test(assemblers): add DOF-based COO assembler test
...
Tests DOF-based COO (Coordinate) assembler implementation.
Validates DOF-based assembly paradigm for matrix-free solvers.
2025-12-15 07:46:02 +02:00
Jukka Aho
06592e115b
test(assemblers): add assembler equivalence test
...
Tests equivalence between different assembler implementations.
Validates that different assembly approaches produce identical results.
2025-12-15 07:45:54 +02:00