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:09 -0400 (EDT)

branch: devel-tetsuo-xml-binary
commit 5da504513f222796aee6025b02ca77ef4dad856e
Author: Tetsuo Koyama <tkoyama010@gmail.com>
AuthorDate: Sun Oct 4 00:20:42 2020 +0900

    :bulb: Remove code
---
 src/getfem_export.cc | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/src/getfem_export.cc b/src/getfem_export.cc
index e9bf162..f06f7b6 100644
--- a/src/getfem_export.cc
+++ b/src/getfem_export.cc
@@ -584,16 +584,6 @@ namespace getfem
         write_separ();
       }
     }
-
-// TODO: genelize to multi cell
-//  for (dal::bv_visitor cv(pmf->convex_index()); !cv.finished(); ++cv) {
-//    const std::vector<unsigned> &dmap = 
select_vtk_dof_mapping(pmf_mapping_type[cv]);
-//    if (vtk) write_val(int(dmap.size()));
-//    if (!vtk && !ascii) write_val(int(sizeof(int64_t)*dmap.size()));
-//    for (size_type i=0; i < dmap.size(); ++i)
-//      write_val(int64_t(dofmap[pmf->ind_basic_dof_of_element(cv)[dmap[i]]]));
-//    write_separ();
-//  }
     write_vals();
 
     if (vtk) {



reply via email to

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