Skip to content

Commit b540b5f

Browse files
Update emscatter.jl
1 parent 8fa247a commit b540b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emscatter.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Fields.∇(Λf::Λ) = x->TensorValue{2,2,ComplexF64}(-(Λf(x)[1])^2*ds_PML(x,Λf
154154
# In the mesh file, we labeled the cylinder region with `Cylinder` to distinguish it from other regions. Using this tag, we can assign material properties correspondingly (basically a function with different value in different regions). The weak form is very similar to its mathematical form in gridap.
155155
#
156156

157-
# ### Intermdediate varaibles
157+
# ### Intermediate variables
158158
labels = get_face_labeling(model)
159159
dimension = num_cell_dims(model)
160160
tags = get_face_tag(labels,dimension)

0 commit comments

Comments
 (0)