-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #237 from isteinbrecher/improve-mesh-creation
Improve array conversions
- Loading branch information
Showing
8 changed files
with
93 additions
and
23 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
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
33 changes: 33 additions & 0 deletions
33
tests/reference-files/test_mesh_creation_functions_arc_segment_via_axis.dat
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,33 @@ | ||
// ----------------------------------------------------------------------------- | ||
// This input file was created with MeshPy. | ||
// Copyright (c) 2018-2025 | ||
// Ivo Steinbrecher | ||
// Institute for Mathematics and Computer-Based Simulation | ||
// Universitaet der Bundeswehr Muenchen | ||
// https://www.unibw.de/imcs-en | ||
// ----------------------------------------------------------------------------- | ||
-----------------------------------------------------------------------MATERIALS | ||
MAT 1 MAT_BeamReissnerElastHyper YOUNG -1.0 POISSONRATIO 0.0 DENS 0.0 CROSSAREA 3.141592653589793 SHEARCORR 1 MOMINPOL 1.5707963267948966 MOMIN2 0.7853981633974483 MOMIN3 0.7853981633974483 | ||
-------------------------------------------------------------DNODE-NODE TOPOLOGY | ||
NODE 7 DNODE 1 | ||
NODE 1 DNODE 2 | ||
-------------------------------------------------------------DLINE-NODE TOPOLOGY | ||
NODE 1 DLINE 1 | ||
NODE 2 DLINE 1 | ||
NODE 3 DLINE 1 | ||
NODE 4 DLINE 1 | ||
NODE 5 DLINE 1 | ||
NODE 6 DLINE 1 | ||
NODE 7 DLINE 1 | ||
---------------------------------------------------------------------NODE COORDS | ||
NODE 1 COORD 0 0 0 | ||
NODE 2 COORD 0.331792265387 0.0277135368741 0 | ||
NODE 3 COORD 0.654389393592 0.110086107371 0 | ||
NODE 4 COORD 0.958851077208 0.244834876219 0 | ||
NODE 5 COORD 1.23673960614 0.428225478446 0 | ||
NODE 6 COORD 1.48035370639 0.655175511834 0 | ||
NODE 7 COORD 1.68294196962 0.919395388264 0 | ||
--------------------------------------------------------------STRUCTURE ELEMENTS | ||
1 BEAM3R HERM2LINE3 1 3 2 MAT 1 TRIADS 0 0 0 0 0 0.333333333333 0 0 0.166666666667 | ||
2 BEAM3R HERM2LINE3 3 5 4 MAT 1 TRIADS 0 0 0.333333333333 0 0 0.666666666667 0 0 0.5 | ||
3 BEAM3R HERM2LINE3 5 7 6 MAT 1 TRIADS 0 0 0.666666666667 0 0 1 0 0 0.833333333333 |
File renamed without changes.
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