From: Reza Rastak Date: Tue, 30 Apr 2019 22:07:10 +0000 (-0700) Subject: grid_in_abaqus test added X-Git-Tag: v9.1.0-rc1~157^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d048113f571c8b060191ced5922ab457edbd925;p=dealii.git grid_in_abaqus test added --- diff --git a/tests/grid/grids/abaqus/2d/2d_short_handwritten.inp b/tests/grid/grids/abaqus/2d/2d_short_handwritten.inp new file mode 100644 index 0000000000..290afdc04f --- /dev/null +++ b/tests/grid/grids/abaqus/2d/2d_short_handwritten.inp @@ -0,0 +1,12 @@ +*HEADING +This file is the most simplest mesh that can +be written by hand. +No space between values. No decimal points. +It does not have a new line at the end of the last line. +*NODE +1,0,0 +2,1,0 +3,0,1 +4,1,1 +*ELEMENT, TYPE=CPE4, ELSET=EB0 +1,1,2,4,3 \ No newline at end of file