Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default profiling explicitly in xml configs #618

Merged
merged 2 commits into from
Feb 20, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions breaking-dam-2d/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Force" />
<data:vector name="Displacement" />

Expand Down
2 changes: 2 additions & 0 deletions channel-transport-reaction/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Velocity" />

<mesh name="Flow-Mesh" dimensions="2">
Expand Down
2 changes: 2 additions & 0 deletions channel-transport/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Velocity" />

<mesh name="Fluid-Mesh" dimensions="2">
Expand Down
2 changes: 2 additions & 0 deletions elastic-tube-1d/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<sink filter="%Severity% > debug" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Pressure" />
<data:scalar name="CrossSectionLength" />

Expand Down
2 changes: 2 additions & 0 deletions elastic-tube-3d/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Force" />
<data:vector name="DisplacementDelta" />

Expand Down
2 changes: 2 additions & 0 deletions flow-around-controlled-moving-cylinder/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Displacement-Cylinder" />
<data:vector name="Displacement-Spring" />
<data:vector name="Force" />
Expand Down
2 changes: 2 additions & 0 deletions flow-over-heated-plate-nearest-projection/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" />
<data:scalar name="Heat-Flux" />

Expand Down
2 changes: 2 additions & 0 deletions flow-over-heated-plate-partitioned-flow/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature-Solid" />
<data:scalar name="Heat-Flux" />
<data:vector name="VelocityGradient" />
Expand Down
2 changes: 2 additions & 0 deletions flow-over-heated-plate-steady-state/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Heat-Transfer-Coefficient-Solid" />
<data:scalar name="Sink-Temperature-Solid" />
<data:scalar name="Heat-Transfer-Coefficient-Fluid" />
Expand Down
2 changes: 2 additions & 0 deletions flow-over-heated-plate-two-meshes/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" />
<data:scalar name="Heat-Flux" />

Expand Down
2 changes: 2 additions & 0 deletions flow-over-heated-plate/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" />
<data:scalar name="Heat-Flux" />

Expand Down
2 changes: 2 additions & 0 deletions heat-exchanger-simplified/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature-Top" />
<data:scalar name="Heat-Flux-Top" />
<data:scalar name="Temperature-Bottom" />
Expand Down
2 changes: 2 additions & 0 deletions heat-exchanger/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Heat-Transfer-Coefficient-Solid" />
<data:scalar name="Sink-Temperature-Solid" />
<data:scalar name="Heat-Transfer-Coefficient-Fluid-Inner" />
Expand Down
2 changes: 2 additions & 0 deletions multiple-perpendicular-flaps/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Stress-Upstream" />
<data:vector name="Displacement-Upstream" />
<data:vector name="Stress-Downstream" />
Expand Down
2 changes: 2 additions & 0 deletions oscillator-overlap/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<sink filter="%Severity% > debug" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Displacement-Left" />
<data:scalar name="Displacement-Right" />

Expand Down
2 changes: 2 additions & 0 deletions oscillator/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<sink filter="%Severity% > debug" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Force-Left" waveform-degree="3" />
<data:scalar name="Force-Right" waveform-degree="3" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-backwards-facing-step/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Pressure" />
<data:vector name="Velocity" />
<data:scalar name="PressureBack" />
Expand Down
2 changes: 2 additions & 0 deletions partitioned-elastic-beam/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Force0" />
<data:vector name="Displacement0" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-heat-conduction-complex/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" />
<data:vector name="Heat-Flux" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-heat-conduction-direct/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" />
<data:scalar name="Heat-Flux" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-heat-conduction-overlap/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature-Left" />
<data:scalar name="Temperature-Right" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-heat-conduction/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Temperature" waveform-degree="1" />
<data:scalar name="Heat-Flux" waveform-degree="1" />

Expand Down
2 changes: 2 additions & 0 deletions partitioned-pipe-two-phase/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Pressure" />
<data:vector name="Velocity" />
<data:vector name="VelocityGradient" />
Expand Down
2 changes: 2 additions & 0 deletions partitioned-pipe/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Pressure" />
<data:vector name="Velocity" />

Expand Down
2 changes: 2 additions & 0 deletions perpendicular-flap/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Force" />
<data:vector name="Displacement" />

Expand Down
2 changes: 2 additions & 0 deletions quickstart/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Force" />
<data:vector name="Displacement" />

Expand Down
2 changes: 2 additions & 0 deletions turek-hron-fsi3/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Stress" />
<data:vector name="Displacement" />

Expand Down
2 changes: 2 additions & 0 deletions two-scale-heat-conduction/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<sink type="stream" output="stdout" filter="%Severity% > debug" enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="k_00" />
<data:scalar name="k_01" />
<data:scalar name="k_10" />
Expand Down
2 changes: 2 additions & 0 deletions volume-coupled-diffusion/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:scalar name="Drain-Data" />
<data:scalar name="Source-Data" />

Expand Down
2 changes: 2 additions & 0 deletions volume-coupled-flow/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
enabled="true" />
</log>

<profiling mode="fundamental" synchronize="false" />

<data:vector name="Velocity" />

<mesh name="Fluid-Mesh" dimensions="2">
Expand Down