numerical#
numerical#
This module provides solutions using the scientific computing approach
based on discretized PDE where a system of linear equations is
built. Additionally, this module includes solvers
which is used to
solve the system of linear equations.
- List of numerical solutions:
FDM
: Finite-Difference-MethodFVM
: Finite-Volume-Method (not available)FEM
: Finite-Element-Method (not available)
- Information:
design pattern: inheritance, abstraction
base class: Solution
base class type: ABS (abstract)
Classes
|
FDM solution class. |
|
FVM solution class. |
|
FEM solution class. |
Modules
Comments 💬#
Feel free to make a comment, ask a question, or share your opinion about this specific content. Please keep in mind the Commenting Guidelines ⚖.