Modifier and Type | Class and Description |
---|---|
class |
IterativeCentralDifference
An iterative central difference algorithm to obtain a numerical approximation to Poisson's
equations with Dirichlet boundary conditions.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplicitCentralDifference1D
This explicit central difference method is a numerical technique for solving
the one-dimensional wave equation by the following explicit
three-point central difference equation.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplicitCentralDifference2D
This explicit central difference method is a numerical technique for solving
the two-dimensional wave equation by the following explicit
three-point central difference equation.
|
Modifier and Type | Class and Description |
---|---|
class |
CrankNicolsonConvectionDiffusionEquation1D
This class uses the Crank-Nicolson scheme to obtain a numerical solution of a
one-dimensional convection-diffusion PDE.
|
Modifier and Type | Class and Description |
---|---|
class |
CrankNicolsonHeatEquation1D
The Crank-Nicolson method is an algorithm for obtaining a numerical solution
to parabolic PDE problems.
|
Modifier and Type | Class and Description |
---|---|
class |
AlternatingDirectionImplicitMethod
Alternating direction implicit (ADI) method is an implicit method for obtaining numerical
approximations to the solution of a
HeatEquation2D . |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.