-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b30cd8c
commit a8734fd
Showing
7 changed files
with
474 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
//+ | ||
SetFactory("OpenCASCADE"); | ||
Rectangle(1) = {1, 0, 0, 10, 10, 0}; | ||
|
||
|
||
//+ | ||
Transfinite Curve {4, 2} = 100 Using Progression 1; | ||
//+ | ||
Transfinite Curve {3, 1} = 100 Using Progression 1; | ||
//+ | ||
Transfinite Surface {1}; | ||
//+ | ||
Recombine Surface {1}; | ||
|
||
Mesh.ElementOrder = 1; | ||
Mesh 2; | ||
//+ | ||
Physical Surface("body", 5) = {1}; | ||
//+ | ||
Physical Curve("supp", 6) = {1}; | ||
//+ | ||
Physical Curve("load", 7) = {3}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
//+ | ||
SetFactory("OpenCASCADE"); | ||
Rectangle(1) = {1, 0, 0, 10, 10, 0}; | ||
|
||
|
||
//+ | ||
Transfinite Curve {4, 3, 2, 1} = 10 Using Progression 1; | ||
//+ | ||
Transfinite Surface {1}; | ||
//+ | ||
Recombine Surface {1}; | ||
//+ | ||
Physical Surface("body", 5) = {1}; | ||
//+ | ||
Physical Curve("supp", 6) = {1}; | ||
//+ | ||
Physical Curve("load", 7) = {3}; |
Oops, something went wrong.
a8734fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
Release notes:
New release: 1.3.1
Bug fixes
solution of the correct r coordinate in axisymmetric problems
New features
a8734fd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/116354
Tagging
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: