-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Hi,
I am getting an overlapping of text in the Coupling Schemes block:
Please see my precice-config.xml below:
<?xml version="1.0"?>
<precice-configuration>
<log>
<sink
filter="%Severity% > debug and %Rank% = 0"
format="---[precice] %ColorizedSeverity% %Message%"
enabled="true" />
</log>
<solver-interface dimensions="2">
<data:vector name="Force_Data" />
<data:vector name="Displacement_Data" />
<mesh name="Fluid-Mesh">
<use-data name="Force_Data" />
<use-data name="Displacement_Data" />
</mesh>
<mesh name="Solid-Mesh">
<use-data name="Displacement_Data" />
<use-data name="Force_Data" />
</mesh>
<participant name="Fluid">
<use-mesh name="Fluid-Mesh" provide="yes" />
<use-mesh name="Solid-Mesh" from="Solid" />
<write-data name="Force_Data" mesh="Fluid-Mesh" />
<read-data name="Displacement_Data" mesh="Fluid-Mesh" />
<mapping:rbf-thin-plate-splines direction="write" from="Fluid-Mesh" to="Solid-Mesh" constraint="conservative" z-dead="true"/>
<mapping:rbf-thin-plate-splines direction="read" from="Solid-Mesh" to="Fluid-Mesh" constraint="consistent" z-dead="true"/>
</participant>
<participant name="Solid">
<use-mesh name="Solid-Mesh" provide="yes" />
<write-data name="Displacement_Data" mesh="Solid-Mesh" />
<read-data name="Force_Data" mesh="Solid-Mesh" />
</participant>
<m2n:sockets from="Fluid" to="Solid" exchange-directory=".." enforce-gather-scatter="1"/>
<coupling-scheme:parallel-explicit>
<time-window-size value="0.0001" />
<max-time value="10" />
<participants first="Fluid" second="Solid" />
<exchange data="Force_Data" mesh="Solid-Mesh" from="Fluid" to="Solid" />
<exchange data="Displacement_Data" mesh="Solid-Mesh" from="Solid" to="Fluid" />
</coupling-scheme:parallel-explicit>
</solver-interface>
</precice-configuration>
MakisH
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed