FEM: solver elmer unit test, small improvements

This commit is contained in:
Bernd Hahnebach
2020-07-01 21:43:20 +02:00
parent b13c2b57c1
commit ddaaa5edf9
3 changed files with 16 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ Physical Volume("Solid1") = {1};
// no boundary layer settings for this mesh
// min, max Characteristic Length
Mesh.CharacteristicLengthMax = 1e+22;
Mesh.CharacteristicLengthMin = 9.0;
Mesh.CharacteristicLengthMin = 8.0;
// optimize the mesh
Mesh.Optimize = 1;