@@ -213,8 +213,8 @@ mutable struct P4estInterfaceContainer{NDIMS, uEltype <: Real, NDIMSP2,
213213 IndicesVector < :
214214 DenseVector{NTuple{NDIMS, Symbol}}} < :
215215 AbstractContainer
216- u:: uArray # [primary/secondary, variable, i, j, interface]
217- neighbor_ids:: IdsMatrix # [primary/secondary, interface]
216+ u:: uArray # [primary/secondary, variable, i, j, interface]
217+ neighbor_ids:: IdsMatrix # [primary/secondary, interface]
218218 node_indices:: IndicesMatrix # [primary/secondary, interface]
219219
220220 # internal `resize!`able storage
@@ -335,10 +335,10 @@ mutable struct P4estBoundaryContainer{NDIMS, uEltype <: Real, NDIMSP1,
335335 DenseVector{NTuple{NDIMS, Symbol}},
336336 uVector <: DenseVector{uEltype} } < :
337337 AbstractContainer
338- u:: uArray # [variables, i, j, boundary]
339- neighbor_ids:: IdsVector # [boundary]
338+ u:: uArray # [variables, i, j, boundary]
339+ neighbor_ids:: IdsVector # [boundary]
340340 node_indices:: IndicesVector # [boundary]
341- name:: Vector{Symbol} # [boundary]
341+ name:: Vector{Symbol} # [boundary]
342342
343343 # internal `resize!`able storage
344344 _u:: uVector
0 commit comments