Solution
FaADE.solvers.solution — TypesolutionSolution 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
FaADE.solvers.solution — Methodsolution{TT}(grid::LocalGridType,t::TT,Δt::TT,prob::PDEProblem) where TTFaADE.solvers.solution — Methodsolution(G::GridMultiBlock{TT,1},t::TT,Δt::TT,prob::PDEProblem) where TT1 dimensional multiblock problems
FaADE.solvers.solution — Methodsolution(G::GridMultiBlock{TT,2},t::TT,Δt::TT,prob::PDEProblem) where TT2 dimensional multiblock problems