Skip to content

Commit

Permalink
Remove square meshes with wrong BCs
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrillh committed Aug 28, 2024
1 parent 0a69266 commit 50f08c8
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 41,226 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ TRIBITS_COPY_FILES_TO_BINARY_DIR(data_nonLinElasWithNonLinSchwarz
TRIBITS_COPY_FILES_TO_BINARY_DIR(mesh_nonLinElasWithNonLinSchwarz
SOURCE_DIR ${CMAKE_SOURCE_DIR}/meshes
SOURCE_FILES square.mesh
SOURCE_FILES square_9.mesh
SOURCE_FILES square_900.mesh
SOURCE_FILES square_2500.mesh
SOURCE_FILES beam2D26k.mesh
DEST_DIR ${CMAKE_CURRENT_BINARY_DIR}
DEST_FILES square.mesh
DEST_FILES square_9.mesh
DEST_FILES square_900.mesh
DEST_FILES square_2500.mesh
DEST_FILES beam2D26k.mesh
EXEDEPS nonLinElasWithNonLinSchwarz
)

Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@

<Parameter name="Contiguous" type="bool" value="true"/>

<Parameter name="Mesh 1 Name" type="string" value="square_900.mesh"/>
<!-- <Parameter name="Mesh 1 Name" type="string" value="beam2D660.mesh"/> -->
<Parameter name="Mesh 1 Name" type="string" value="beam2D26k.mesh"/>
<!-- <Parameter name="Mesh 1 Name" type="string" value="beam2D58k.mesh"/> -->
</ParameterList>

Expand Down
2 changes: 0 additions & 2 deletions feddlib/problems/tests/nonLinLaplace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ TRIBITS_COPY_FILES_TO_BINARY_DIR(mesh_nonLinLaplace
SOURCE_DIR ${CMAKE_SOURCE_DIR}/meshes
SOURCE_FILES rectangle.mesh
SOURCE_FILES square.mesh
SOURCE_FILES square_900.mesh
DEST_DIR ${CMAKE_CURRENT_BINARY_DIR}
DEST_FILES rectangle.mesh
DEST_FILES square.mesh
DEST_FILES square_900.mesh
EXEDEPS nonLinLaplace
)
6 changes: 0 additions & 6 deletions feddlib/problems/tests/nonLinSchwarz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ TRIBITS_COPY_FILES_TO_BINARY_DIR(mesh_nonLinSchwarz
SOURCE_DIR ${CMAKE_SOURCE_DIR}/meshes
SOURCE_FILES rectangle.mesh
SOURCE_FILES square.mesh
SOURCE_FILES square_900.mesh
SOURCE_FILES square_2500.mesh
SOURCE_FILES square_10k.mesh
DEST_DIR ${CMAKE_CURRENT_BINARY_DIR}
DEST_FILES rectangle.mesh
DEST_FILES square.mesh
DEST_FILES square_900.mesh
DEST_FILES square_2500.mesh
DEST_FILES square_10k.mesh
EXEDEPS nonLinSchwarz
)
7 changes: 2 additions & 5 deletions feddlib/problems/tests/nonLinSchwarz/parametersProblem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ParameterList name="Parameter">
<Parameter name="Dimension" type="int" value="2"/>
<Parameter name="H/h" type="int" value="10"/>
<Parameter name="Mesh Type" type="string" value="structured"/>
<Parameter name="Mesh Type" type="string" value="unstructured"/>
<Parameter name="Discretization" type="string" value="P1"/><!--P1, P2-->
<Parameter name="relNonLinTol" type="double" value="1.0e-4"/>
<Parameter name="MaxNonLinIts" type="int" value="50"/>
Expand All @@ -11,10 +11,7 @@

<ParameterList name="Mesh Partitioner">
<Parameter name="Contiguous" type="bool" value="true"/>
<!-- <Parameter name="Mesh 1 Name" type="string" value="square.mesh"/> -->
<Parameter name="Mesh 1 Name" type="string" value="square_2500.mesh"/>
<!-- <Parameter name="Mesh 1 Name" type="string" value="square_10k.mesh"/> -->
<!-- <Parameter name="Mesh 1 Name" type="string" value="square_900.mesh"/> -->
<Parameter name="Mesh 1 Name" type="string" value="square.mesh"/>
<!-- <Parameter name="Mesh 1 Name" type="string" value="circle2D_1800.mesh"/> -->
</ParameterList>

Expand Down
Loading

0 comments on commit 50f08c8

Please sign in to comment.