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