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: Erik Faulhaber <[email protected]>
  • Loading branch information
SimonCan and efaulhaber authored Dec 11, 2023
1 parent c830e22 commit e064a56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/semidiscretization/semidiscretization_coupled.jl
Original file line number Diff line number Diff line change
Expand Up @@ -389,10 +389,10 @@ mutable struct BoundaryConditionCoupled{NDIMS, NDIMST2M1, uEltype <: Real, Indic
# 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
other_semi_index::Int
other_orientation::Int
indices::Indices
coupling_converter::CouplingConverter
other_semi_index :: Int
other_orientation :: Int
indices :: Indices
coupling_converter :: CouplingConverter

function BoundaryConditionCoupled(other_semi_index, indices, uEltype,
coupling_converter)
Expand Down

0 comments on commit e064a56

Please sign in to comment.