Skip to content

Commit

Permalink
no show
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax committed Nov 30, 2023
1 parent 64e872e commit e1f7866
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion src/discretization_state.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function generate_system(disc_state::EquationState, s, u0, tspan, metadata,
# checks = metadata.disc.kwargs[:checks]
# else
checks = true
@show metadata
# end
try
if t === nothing
Expand Down
4 changes: 1 addition & 3 deletions src/symbolic_discretize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ function SciMLBase.symbolic_discretize(pdesys::PDESystem, discretization::Abstra
x => boundarymap[u][x]
end)
end)
@info "ping"
@show complexmap

####
# Loop over equations, Discretizing them and their dependent variables' boundary conditions
####
Expand All @@ -81,7 +80,6 @@ function SciMLBase.symbolic_discretize(pdesys::PDESystem, discretization::Abstra
discretize_equation!(disc_state, pde, vareqmap, eqvar, bcmap,
depvars, s, derivweights, indexmap, discretization)
end
@info "pong"

u0 = generate_ic_defaults(ics, s, discretization)

Expand Down

0 comments on commit e1f7866

Please sign in to comment.