From ad8706977c48ca3c17c228a6ef678215d7575db6 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sat, 19 May 2007 00:03:04 +0000 Subject: [PATCH] Link to the script to read Cubit files git-svn-id: https://svn.dealii.org/trunk@14682 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/grid_in.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/grid_in.h b/deal.II/deal.II/include/grid/grid_in.h index b585b7dc8e..ab850bc110 100644 --- a/deal.II/deal.II/include/grid/grid_in.h +++ b/deal.II/deal.II/include/grid/grid_in.h @@ -127,7 +127,15 @@ class SubCellData; *
  • Tecplot format: this format is used by @p TECPLOT and often * serves as a basis for data exchange between different applications. Note, * that currently only the ASCII format is supported, binary data cannot be - * read. + * read. + * + *
  • Cubit format: deal.II doesn't directly support importing from + * Cubit at this time. However, Cubit can export in UCD format using a simple + * plugin, and the resulting UCD file can then be read by this class. The + * plugin script can be found on the deal.II wiki page, + * http://www-dimat.unipv.it/heltai/wikideal/index.php/Main_Page, in the + * section on external tools. + * * * *

    Structure of input grid data. The GridReordering class

    -- 2.39.5