Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
3343
edge_opt
Commits
a54b7b89
Commit
a54b7b89
authored
Jul 15, 2019
by
Alexander Nikolas Breuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed Lloyd optimization from tria3 unit tests (not supported in Gmsh anymore).
parent
d346995a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
9 deletions
+0
-9
cont/advection/sine/tria3.geo
cont/advection/sine/tria3.geo
+0
-3
cont/advection/sine/tria3_mpi.geo
cont/advection/sine/tria3_mpi.geo
+0
-3
cont/elastic/plane_waves/tria3.geo
cont/elastic/plane_waves/tria3.geo
+0
-3
No files found.
cont/advection/sine/tria3.geo
View file @
a54b7b89
...
...
@@ -20,9 +20,6 @@
* @section DESCRIPTION
* Tria3 mesh for CI using the advection equation.
**/
// optimize mesh
Mesh.Lloyd=5;
// define mesh size
size = 9.424777960769379715387930149838508652591508198125317462924;
...
...
cont/advection/sine/tria3_mpi.geo
View file @
a54b7b89
...
...
@@ -20,9 +20,6 @@
* @section DESCRIPTION
* Tria3 mesh for CI using the advection equation and MPI (outflow boundaries).
**/
// optimize mesh
Mesh.Lloyd=5;
// define mesh size
size = 9.424777960769379715387930149838508652591508198125317462924;
...
...
cont/elastic/plane_waves/tria3.geo
View file @
a54b7b89
...
...
@@ -20,9 +20,6 @@
* @section DESCRIPTION
* Tria3 mesh for CI using elastics.
**/
// optimize mesh
//Mesh.Lloyd=5;
// define mesh size
size = 100;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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