Skip to content
Snippets Groups Projects
Commit bf3b0342 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[skip ci] Fix some typos

parent b46a974d
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,9 @@ def restricted_name(name, restriction): ...@@ -12,9 +12,9 @@ def restricted_name(name, restriction):
FacetNormal(cell)('+'). The user needs to make the right choice FacetNormal(cell)('+'). The user needs to make the right choice
in the UFL file. in the UFL file.
- In the literature this convention is sometimes swaped. In order - In the literature this convention is sometimes swapped. In order
to be consisten with UFL we choose ('+') as self and ('-') as to be consistent with UFL we choose ('+') as self and ('-') as
neighbor and choose the outer unit normal vector accoringly. neighbor and choose the outer unit normal vector accordingly.
""" """
if restriction == Restriction.NONE: if restriction == Restriction.NONE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment