-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added separate directory for diffusion_partial example
- Loading branch information
1 parent
3caf1e4
commit 9b60e04
Showing
7 changed files
with
99,142 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
test/tests/kernels/gold/OutputData/DiffusionPartial/Run0/Cycle000000/data.pvtu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0"?> | ||
<VTKFile type="PUnstructuredGrid" version ="0.1" byte_order="LittleEndian"> | ||
<PUnstructuredGrid GhostLevel="0"> | ||
<PPoints> | ||
<PDataArray type="Float64" Name="Points" NumberOfComponents="3" format="ascii"/> | ||
</PPoints> | ||
<PCells> | ||
<PDataArray type="Int32" Name="connectivity" NumberOfComponents="1" format="ascii"/> | ||
<PDataArray type="Int32" Name="offsets" NumberOfComponents="1" format="ascii"/> | ||
<PDataArray type="UInt8" Name="types" NumberOfComponents="1" format="ascii"/> | ||
</PCells> | ||
<PPointData> | ||
<PDataArray type="Float64" Name="diffused" NumberOfComponents="1" format="ascii" /> | ||
</PPointData> | ||
<PCellData> | ||
<PDataArray type="Int32" Name="attribute" NumberOfComponents="1" format="ascii"/> | ||
</PCellData> | ||
<Piece Source="proc000000.vtu"/> | ||
</PUnstructuredGrid> | ||
</VTKFile> |
Oops, something went wrong.