Skip to content

Commit

Permalink
Update src/semidiscretization/semidiscretization_coupled.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
  • Loading branch information
SimonCan and sloede authored Oct 20, 2023
1 parent afbcc9d commit e730c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/semidiscretization/semidiscretization_coupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ BoundaryConditionCoupled(2, (:j, :i_backwards, :end), Float64)
This is an experimental feature and can change any time.
"""
mutable struct BoundaryConditionCoupled{NDIMS, NDIMST2M1, uEltype <: Real, Indices,
CouplingFunction}
CouplingConverter}
# NDIMST2M1 == NDIMS * 2 - 1
# Buffer for boundary values: [variable, nodes_i, nodes_j, cell_i, cell_j]
u_boundary::Array{uEltype, NDIMST2M1} # NDIMS * 2 - 1
Expand Down

0 comments on commit e730c9a

Please sign in to comment.