Skip to content

Commit

Permalink
Merge pull request #36 from aurora-multiphysics/HenriqueBR/diffusion_…
Browse files Browse the repository at this point in the history
…partial_fix

DiffusionPartial fix
  • Loading branch information
alexanderianblair authored Oct 9, 2024
2 parents 17c6b57 + 9b60e04 commit 760f238
Show file tree
Hide file tree
Showing 7 changed files with 99,142 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/tests/kernels/diffusion_partial.i
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
[Outputs]
[ParaViewDataCollection]
type = MFEMParaViewDataCollection
file_base = OutputData/Diffusion
file_base = OutputData/DiffusionPartial
vtk_format = ASCII
[]
[]
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>
Loading

0 comments on commit 760f238

Please sign in to comment.