Skip to content

Commit

Permalink
Remove unused mesh from elastic-tube-3d
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Apr 10, 2024
1 parent c7b939a commit e6ccfc9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ label="Solid";
style=bold;
"Solid" [color="#DE8F05", shape=doubleoctagon];
"Solid-Solid-Mesh" [color="#DE8F05", label=<Solid-Mesh<SUP><I>3D</I></SUP>>, shape=cylinder];
"Solid-Fluid-Mesh-Faces" [color="#0173B2", label="Fluid-Mesh-Faces
from Fluid", shape=cylinder, style=dashed];
"Solid-Solid-Mesh" -> "Solid" [color="#DE8F05", label="Force", tooltip=vector];
"Solid" -> "Solid-Solid-Mesh" [color="#DE8F05", label="DisplacementDelta", tooltip=vector];
"Solid-WP-Tube-Midpoint" [color="#DE8F05", label="Tube-Midpoint
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion elastic-tube-3d/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@

<participant name="Solid">
<provide-mesh name="Solid-Mesh" />
<receive-mesh name="Fluid-Mesh-Faces" from="Fluid" />
<write-data name="DisplacementDelta" mesh="Solid-Mesh" />
<read-data name="Force" mesh="Solid-Mesh" />
<watch-point mesh="Solid-Mesh" name="Tube-Midpoint" coordinate="0.0;0.005;0.025" />
Expand Down

0 comments on commit e6ccfc9

Please sign in to comment.