Skip to content

Commit

Permalink
Removed obsolete code.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCan committed Nov 8, 2023
1 parent dd847e4 commit a54a9e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/semidiscretization/semidiscretization_coupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@ function copy_to_coupled_boundary!(boundary_condition::BoundaryConditionCoupled{
@unpack other_semi_index, other_orientation, indices = boundary_condition
@unpack coupling_converter, u_boundary = boundary_condition

# foreach(index -> call_rhs!(u_ode, du_ode, index, t, semi), eachsystem(semi))
# foreach(index -> mesh_equations_solver_cache_coupled!(index, _index, mesh, equations, solver, cache), eachsystem(semi))
mesh, equations, solver, cache = mesh_equations_solver_cache(semi.semis[other_semi_index])
@unpack node_coordinates = cache.elements
u = wrap_array(get_system_u_ode(u_ode, other_semi_index, semi), mesh, equations, solver,
Expand Down

0 comments on commit a54a9e8

Please sign in to comment.