Package dev.nm.analysis.differentialequation.pde.finitedifference
-
Interface Summary Interface Description PDESolutionGrid2D A solution to a bivariate PDE, which is applicable to methods which produce the solution as a two-dimensional grid.PDESolutionTimeSpaceGrid1D A solution to an one-dimensional PDE, which is applicable to methods which produce the solution as a grid of time and space.PDESolutionTimeSpaceGrid2D A solution to a two-dimensional PDE, which is applicable to methods which produce the solution as a three-dimensional grid of time and space. -
Class Summary Class Description PDETimeSpaceGrid1D This grid numerically solves a 1D PDE, e.g., using the Crank-Nicolson scheme.