-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve method get_solution_data to avoid intrinsics as arguments and… (
#3898) * Improve method get_solution_data to avoid intrinsics as arguments and to add the method to the setups objects * fix import_nastran * Minor improvements * Minor improvements --------- Co-authored-by: maxcapodi78 <Shark78> Co-authored-by: Samuel Lopez <[email protected]>
- Loading branch information
1 parent
3de28eb
commit 69cbff1
Showing
9 changed files
with
606 additions
and
155 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
$ | ||
$ Settings : | ||
$ | ||
$ Output format : MSC Nastran | ||
$ | ||
$ Output : Visible | ||
$ | ||
$ | ||
$ | ||
$ | ||
BEGIN BULK | ||
GRID* 4 627.87512 568.96751* | ||
* 1942.1985 | ||
GRID* 5 812.95973 486.74968* | ||
* 1495.9564 | ||
GRID* 6 812.99916 484.24676* | ||
* 1470.1764 | ||
CTRIA3* 75986 19 4 5 | ||
* 6 | ||
|
||
|
||
ENDDATA | ||
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ | ||
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ |
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
Oops, something went wrong.