Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
229988b5
Commit
229988b5
authored
Apr 24, 2019
by
Benedikt Zoennchen
Browse files
Update README.md
parent
13b93b28
Pipeline
#107540
failed with stages
in 132 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereMeshing/README.md
View file @
229988b5
...
...
@@ -2,14 +2,14 @@
## Introduction
The
EIKMESH
Java library contains multiple algorithms and data structures to generate, change and use unstructured 2D triangular meshes.
The
eikmesh
Java library contains multiple algorithms and data structures to generate, change and use unstructured 2D triangular meshes.
The library implements a generic version of the edge based half-edge data structure also called doubly connected edge list (DCEL).
User defined data types can be easily stored at and accessed via mesh elements (vertices, (half-)edges, faces / triangles).
Given some mesh elements, adjacent elements can be accessed in O(1) time.
Each generated mesh is conforming. Holes are supported.
The aim was to provide a fast, light and user-friendly meshing tool with parametric input, generic data types and advanced visualization capabilities.
EIKMESH
generates
eikmesh
generates
-
exact Delaunay triangulations (DT),
-
constrained Delaunay triangulations (CDT),
-
conforming Delaunay triangulations (CCDT),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment