refactor(domains): remove continuum/formulations.jl definitions

Drop standalone formulation trait file folded intophysics/types or kernel dispatch.
This commit is contained in:
Jukka Aho
2026-05-09 16:49:21 +03:00
parent 20256eec01
commit 333b190175
-22
View File
@@ -1,22 +0,0 @@
# This file is a part of JuliaFEM.
# License is MIT: see https://github.com/JuliaFEM/JuliaFEM.jl/blob/master/LICENSE.md
"""
Formulation implementations for continuum mechanics.
This file contains implementation methods for continuum formulations.
- Abstract types: continuum/abstract.jl (AbstractFormulation, AbstractContinuumTheory)
- Concrete types: continuum/types.jl (FullThreeD, PlaneStress, etc.)
Must be included after abstract.jl and types.jl.
"""
# ============================================================================
# FORMULATION IMPLEMENTATIONS
# ============================================================================
# TODO: Add formulation-specific implementation methods here
# Examples:
# - Material property transformations for different theories
# - Strain-displacement matrix construction
# - Theory-specific assembly helpers