From 2d048113f571c8b060191ced5922ab457edbd925 Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Tue, 30 Apr 2019 15:07:10 -0700 Subject: [PATCH] grid_in_abaqus test added --- tests/grid/grids/abaqus/2d/2d_short_handwritten.inp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/grid/grids/abaqus/2d/2d_short_handwritten.inp 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 -- 2.39.5