Skip to content

Commit

Permalink
Add a comment to coupled boundary condition
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Jun 24, 2024
1 parent e114d01 commit a5b223c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/semidiscretization/semidiscretization_coupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,11 @@ BoundaryConditionCoupled(2, (:j, :i_backwards, :end), Float64, fun)
!!! warning "Experimental code"
This is an experimental feature and can change any time.
"""
mutable struct BoundaryConditionCoupled{NDIMS, other_semi_index, NDIMST2M1,
mutable struct BoundaryConditionCoupled{NDIMS,
# Store the other semi index as type parameter,
# so that retrieving the other semidiscretization
# is type-stable.
other_semi_index, NDIMST2M1,
uEltype <: Real, Indices, CouplingConverter}
# NDIMST2M1 == NDIMS * 2 - 1
# Buffer for boundary values: [variable, nodes_i, nodes_j, cell_i, cell_j]
Expand Down

0 comments on commit a5b223c

Please sign in to comment.