Architecture
FEM (Finite Element Method)
Section titled “FEM (Finite Element Method)”- Define the problem
- Material properties, boundary conditions, initial conditions
- Discretize the domain
- Element types, mesh generation
- Define element matrices (software)
- Assemble global matrix (software)
- Solve (software)
- iterative solvers
- conjuguate gradient method (only works for symetric and positive definites, which can be inferred from the equation)
- general
- BICGStab
- GMRES
- direct solver
- iterative solvers
- Post-process results, Validate results
FVM (Finite Volume Method)
Section titled “FVM (Finite Volume Method)”- computational domain
- mesh
- discretization of equations
- solution of system of algebraic equations