Expand description
PDE Solver Registry
Registry-based dispatch for PDE solvers following the architecture pattern established in the ODE module (scored 9/10 for registry quality).
This eliminates hardcoded match patterns and provides O(1) lookup for solvers.
Structs§
- PDESolver
Registry - Registry for PDE solvers with O(1) lookup by type
Enums§
- PDEError
- Error type for PDE solving operations
Traits§
- PDESolver
- Trait for PDE solvers that can be registered
Type Aliases§
- PDEResult
- Result type for PDE operations