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-Method

  • FVM: 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(model[, sparse])

FDM solution class.

FVM(**kwargs)

FVM solution class.

FEM(**kwargs)

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 ⚖.