forked from SAP-archive/fedem-foundation
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue openfedem/fedem-gui#7: Support MPC Nastran bulk entries
by conversion to WAVGM elements. Replace some static functions in FFlNastranProcessor.C file scope by lambdas.
- Loading branch information
Showing
6 changed files
with
414 additions
and
52 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,17 @@ | ||
BEGIN BULK | ||
GRID,1,0,0.0 | ||
GRID,2,0,1.0 | ||
GRID,3,0,2.0 | ||
GRID,4,0,3.0 | ||
GRID,5,0,4.0 | ||
GRID,6,0,5.0 | ||
CTETRA,1,1,1,4,5,6 | ||
PSOLID,1,1 | ||
MAT1,1,1.0,1.0,0.3,1.0 | ||
MPC,1,2,1,1.,1,1,-1.,,,1,6,.5 | ||
MPC,1,3,1,1.,1,1,-1.,,,1,6,-.5 | ||
MPC,1,3,6,1.,1,6,-1. | ||
MPC,1,2,6,1.,1,6,-1. | ||
MPC,1,2,2,1.,1,2,-1. | ||
MPC,1,3,2,1.,1,2,-1 | ||
ENDDATA |
Oops, something went wrong.