-
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.
-bug fix for case where the mesher would create points with NAN for t…
…he x,y coordinates
- Loading branch information
1 parent
d792e04
commit e5d4435
Showing
10 changed files
with
8,855 additions
and
8,721 deletions.
There are no files selected for viewing
8,752 changes: 4,373 additions & 4,379 deletions
8,752
test_files/meshing/CasePaveSanDiegoSpringRelax_base.2dm
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,36 @@ | ||
BEGIN_POLYGON | ||
OUTSIDE 30 | ||
537853.398 163963.544 | ||
537855.0 163960.0 | ||
537857.0 163957.961 | ||
537856.5 163955.143 | ||
537856.0 163953.0 | ||
537857.0 163953.0 | ||
537857.187 163951.199 | ||
537856.95 163948.975 | ||
537858.0 163947.0 | ||
537858.0 163946.0 | ||
537860.143 163946.5 | ||
537859.627 163949.132 | ||
537859.667 163952.667 | ||
537858.857 163955.5 | ||
537858.522 163957.931 | ||
537857.816 163960.761 | ||
537858.511 163961.681 | ||
537859.272 163957.909 | ||
537859.653 163956.024 | ||
537860.033 163954.138 | ||
537860.414 163952.252 | ||
537860.794 163950.366 | ||
537861.554 163946.6 | ||
537857.453 163945.542 | ||
537856.692 163949.413 | ||
537856.312 163951.348 | ||
537855.931 163953.284 | ||
537855.17 163957.155 | ||
537854.41 163961.02 | ||
537853.57 163962.313 | ||
BIAS 0.3 | ||
ELEVATION_FUNCTION | ||
END_POLYGON | ||
RETURN_CELL_POLYGONS |
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,59 @@ | ||
MESH2D | ||
E3T 1 1 29 2 1 | ||
E3T 2 1 30 29 1 | ||
E3T 3 2 28 3 1 | ||
E3T 4 2 29 28 1 | ||
E3T 5 3 28 4 1 | ||
E3T 6 4 27 5 1 | ||
E3T 7 4 28 27 1 | ||
E3T 8 5 26 6 1 | ||
E3T 9 5 27 26 1 | ||
E3T 10 6 26 7 1 | ||
E3T 11 7 25 8 1 | ||
E3T 12 7 26 25 1 | ||
E3T 13 8 24 9 1 | ||
E3T 14 8 25 24 1 | ||
E3T 15 9 24 10 1 | ||
E3T 16 10 24 11 1 | ||
E3T 17 11 23 12 1 | ||
E3T 18 11 24 23 1 | ||
E3T 19 12 22 13 1 | ||
E3T 20 12 23 22 1 | ||
E3T 21 13 20 14 1 | ||
E3T 22 13 21 20 1 | ||
E3T 23 13 22 21 1 | ||
E3T 24 14 19 15 1 | ||
E3T 25 14 20 19 1 | ||
E3T 26 15 18 16 1 | ||
E3T 27 15 19 18 1 | ||
E3T 28 16 18 17 1 | ||
ND 1 537853.398 163963.544 0.0 | ||
ND 2 537855.0 163960.0 0.0 | ||
ND 3 537857.0 163957.961 0.0 | ||
ND 4 537856.5 163955.143 0.0 | ||
ND 5 537856.0 163953.0 0.0 | ||
ND 6 537857.0 163953.0 0.0 | ||
ND 7 537857.187 163951.199 0.0 | ||
ND 8 537856.95 163948.975 0.0 | ||
ND 9 537858.0 163947.0 0.0 | ||
ND 10 537858.0 163946.0 0.0 | ||
ND 11 537860.143 163946.5 0.0 | ||
ND 12 537859.627 163949.132 0.0 | ||
ND 13 537859.667 163952.667 0.0 | ||
ND 14 537858.857 163955.5 0.0 | ||
ND 15 537858.522 163957.931 0.0 | ||
ND 16 537857.816 163960.761 0.0 | ||
ND 17 537858.511 163961.681 0.0 | ||
ND 18 537859.272 163957.909 0.0 | ||
ND 19 537859.653 163956.024 0.0 | ||
ND 20 537860.033 163954.138 0.0 | ||
ND 21 537860.414 163952.252 0.0 | ||
ND 22 537860.794 163950.366 0.0 | ||
ND 23 537861.554 163946.6 0.0 | ||
ND 24 537857.453 163945.542 0.0 | ||
ND 25 537856.692 163949.413 0.0 | ||
ND 26 537856.312 163951.348 0.0 | ||
ND 27 537855.931 163953.284 0.0 | ||
ND 28 537855.17 163957.155 0.0 | ||
ND 29 537854.41 163961.02 0.0 | ||
ND 30 537853.57 163962.313 0.0 |
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
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