getfem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Getfem-commits] (no subject)


From: Tetsuo Koyama
Subject: [Getfem-commits] (no subject)
Date: Sat, 3 Oct 2020 20:46:12 -0400 (EDT)

branch: devel-tetsuo-xml-binary
commit 0c1f43c141bf3f9bc309555db36c57ef208e88f5
Author: Tetsuo Koyama <tkoyama010@gmail.com>
AuthorDate: Sun Oct 4 04:32:06 2020 +0900

    :wastebasket: Remove vtk and vtu
---
 interface/tests/python/check_mesh_ascii.vtk  |  16 ----------------
 interface/tests/python/check_mesh_ascii.vtu  |  27 ---------------------------
 interface/tests/python/check_mesh_binary.vtk | Bin 185 -> 0 bytes
 interface/tests/python/check_mesh_binary.vtu |  24 ------------------------
 4 files changed, 67 deletions(-)

diff --git a/interface/tests/python/check_mesh_ascii.vtk 
b/interface/tests/python/check_mesh_ascii.vtk
deleted file mode 100644
index 325fafb..0000000
--- a/interface/tests/python/check_mesh_ascii.vtk
+++ /dev/null
@@ -1,16 +0,0 @@
-# vtk DataFile Version 2.0
-Exported by GetFEM
-ASCII
-DATASET UNSTRUCTURED_GRID
-POINTS 3 float
- 0 0 0
- 1 0 0
- 2 0 0
-
-CELLS 2 6
- 2 0 1
- 2 1 2
-
-CELL_TYPES 2
- 3
- 3
diff --git a/interface/tests/python/check_mesh_ascii.vtu 
b/interface/tests/python/check_mesh_ascii.vtu
deleted file mode 100644
index a5a87f1..0000000
--- a/interface/tests/python/check_mesh_ascii.vtu
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<VTKFile type="UnstructuredGrid" version="0.1" byte_order="LittleEndian">
-<!--Exported by GetFEM-->
-<UnstructuredGrid>
-<Piece NumberOfPoints="3" NumberOfCells="2">
-<Points>
-<DataArray type="Float32" Name="Points" NumberOfComponents="3" format="ascii">
- 0 0 0
- 1 0 0
- 2 0 0
-</DataArray>
-</Points>
-<Cells>
-<DataArray type="Int32" Name="connectivity" format="ascii">
- 0 1
- 1 2
-</DataArray>
-<DataArray type="Int32" Name="offsets" format="ascii">
- 2 4
-</DataArray>
-<DataArray type="Int32" Name="types" format="ascii">
- 3 3
-</DataArray>
-</Cells>
-</Piece>
-</UnstructuredGrid>
-</VTKFile>
diff --git a/interface/tests/python/check_mesh_binary.vtk 
b/interface/tests/python/check_mesh_binary.vtk
deleted file mode 100644
index a1a8644..0000000
Binary files a/interface/tests/python/check_mesh_binary.vtk and /dev/null differ
diff --git a/interface/tests/python/check_mesh_binary.vtu 
b/interface/tests/python/check_mesh_binary.vtu
deleted file mode 100644
index 35f4af6..0000000
--- a/interface/tests/python/check_mesh_binary.vtu
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<VTKFile type="UnstructuredGrid" version="0.1" byte_order="LittleEndian">
-<!--Exported by GetFEM-->
-<UnstructuredGrid>
-<Piece NumberOfPoints="3" NumberOfCells="2">
-<Points>
-<DataArray type="Float32" Name="Points" NumberOfComponents="3" format="binary">
-JAAAAAAAAAAAAAAAAAAAAAAAgD8AAAAAAAAAAAAAAEAAAAAAAAAAAA==
-</DataArray>
-</Points>
-<Cells>
-<DataArray type="Int32" Name="connectivity" format="binary">
-EAAAAAAAAAABAAAAAQAAAAIAAAA=
-</DataArray>
-<DataArray type="Int32" Name="offsets" format="binary">
-CAAAAAIAAAAEAAAA
-</DataArray>
-<DataArray type="Int32" Name="types" format="binary">
-CAAAAAMAAAADAAAA
-</DataArray>
-</Cells>
-</Piece>
-</UnstructuredGrid>
-</VTKFile>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]