Skip to content

Commit

Permalink
fix: input files
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdinkel committed Dec 19, 2024
1 parent 45eef2a commit a5b78c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ created by pre_exodus
DIM 3
-----------------------------------------------------DISCRETISATION
NUMSTRUCDIS 1
--------------------------------------------------------PROBLEM TYP
PROBLEMTYP Structure
--------------------------------------------------------PROBLEM TYPE
PROBLEMTYPE Structure
RESTART 0
SHAPEFCT Polynomial
-----------------------------------------------------------------IO
Expand All @@ -23,7 +23,7 @@ STRUCT_STRAIN Yes
FILESTEPS 1000
----------------------------------------------------------STRUCTURAL DYNAMIC
LINEAR_SOLVER 1
DYNAMICTYP Statics
DYNAMICTYPE Statics
RESULTSEVRY 1
RESTARTEVRY 0
NLNSOL fullnewton
Expand Down Expand Up @@ -484,5 +484,3 @@ NODE 121 COORD -1.2500000000000000e+01 -1.2500000000000000e+01 0.00000000
---------------------------------------------------CELLSCATRA ELEMENTS
---------------------------------------------------ELECTROMAGNETIC ELEMENTS
-------------------------------------------------------ARTERY ELEMENTS
---------------------------------------------------------------END
// END
9 changes: 4 additions & 5 deletions tests/input_files/third_party/fourc/solid_runtime_hex8.dat
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
This is a simple test that tests the extrapolation of stressees from Gauss points to nodes for a
hex8 discretization

4C git SHA1: b23a601ba839ee3749c44a8d4436fb7c509f9d69
-------------------------------------------------------------------PROBLEM TYP
PROBLEMTYP Structure
tested date: 19.12.2024
-------------------------------------------------------------------PROBLEM TYPE
PROBLEMTYPE Structure
----------------------------------------------------------------------------IO
OUTPUT_BIN yes
STRUCT_DISP yes
Expand All @@ -29,7 +29,7 @@ NAME Structure_Solver
SOLVER Superlu
------------------------------------------------------------STRUCTURAL DYNAMIC
INT_STRATEGY Standard
DYNAMICTYP Statics
DYNAMICTYPE Statics
PRESTRESSTOLDISP 1e-9
RESULTSEVRY 1
RESTARTEVRY 1
Expand Down Expand Up @@ -85,4 +85,3 @@ NODE 12 COORD 2.0 1.0 1.0
------------------------------------------------------------STRUCTURE ELEMENTS
1 SOLID HEX8 1 5 6 2 3 7 8 4 MAT 1 KINEM nonlinear
2 SOLID HEX8 5 9 10 6 7 11 12 8 MAT 1 KINEM nonlinear
---------------------------------------------------------------------------END

0 comments on commit a5b78c0

Please sign in to comment.