mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-22 18:52:16 +00:00
refactor(domains): remove continuum/formulations.jl definitions
Drop standalone formulation trait file folded intophysics/types or kernel dispatch.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user