Skip to content

Commit

Permalink
FEM: square pipe examples, typo corrected for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudhanshu-Dubey14 authored and berndhahnebach committed Jul 30, 2020
1 parent 499eb8d commit 9728cf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -49,7 +49,7 @@ def get_information():
"meshelement": "Tria6",
"constraints": ["force", "fixed"],
"solvers": ["calculix"],
"material": "Solid",
"material": "solid",
"equation": "mechanical"
}
return info
Expand Down
Expand Up @@ -49,7 +49,7 @@ def get_information():
"meshelement": "Tria6",
"constraints": ["force", "fixed"],
"solvers": ["calculix"],
"material": "Solid",
"material": "solid",
"equation": "mechanical"
}
return info
Expand Down

0 comments on commit 9728cf1

Please sign in to comment.