Files
JuliaFEM.jl/src/physics
Jukka Aho 212ffb0d66 feat(core): reorder includes and add FEDiscretization plus Gauss tuples
Partition metadata loads before DOF-based caches, new kernels and column
helpers wire into the load order, Gmsh leaves the default include graph, and
MPI docstrings describe kernel-less overloads plus internal-force hook.

- Add reference_gauss_tuples.jl and dof_based_pass1; include poroelastic and
  thermo_poroelastic kernels after thermo_elastic
- Hoist partitioning, halo_exchange, packed_layout, redundant_kernel_depwarn,
  ka_column_homogeneity, kernel_column ahead of dof_based_coo.jl
- Add physics/discretization.jl (FEDiscretization); drop gmsh_reader include
- Extend MPI matvec docstrings; declare mpi_partitioned_internal_force_owned!
2026-05-11 02:40:28 +03:00
..