Solution

FaADE.solvers.solutionType
solution

Solution data structure, contains the initial condition and the solution at time of simulation termination. Also contains the grid structure and the PDE problem that was provided originally by the user.

Fields:

  • u, grid, Δt, t, problem, Δu
source
FaADE.solvers.solutionMethod
solution(G::GridMultiBlock{TT,1},t::TT,Δt::TT,prob::PDEProblem) where TT

1 dimensional multiblock problems

source
FaADE.solvers.solutionMethod
solution(G::GridMultiBlock{TT,2},t::TT,Δt::TT,prob::PDEProblem) where TT

2 dimensional multiblock problems

source