From 1f680c17a03dd3b2868f63a239fe095e2650a982 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 30 Dec 1999 23:40:16 +0000 Subject: [PATCH] Doc addition. git-svn-id: https://svn.dealii.org/trunk@2140 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/Attic/examples/step-by-step/step-5/step-5.cc | 6 ++++++ deal.II/examples/step-5/step-5.cc | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/deal.II/deal.II/Attic/examples/step-by-step/step-5/step-5.cc b/deal.II/deal.II/Attic/examples/step-by-step/step-5/step-5.cc index e595b44842..8e0beba015 100644 --- a/deal.II/deal.II/Attic/examples/step-by-step/step-5/step-5.cc +++ b/deal.II/deal.II/Attic/examples/step-by-step/step-5/step-5.cc @@ -837,6 +837,12 @@ void LaplaceProblem::run () // what not to do, after // all. + // We can now actually read + // the grid. It is in UCD + // (unstructured cell data) + // format, as supported by + // AVS Explorer, for + // example: ifstream input_file("circle-grid.inp"); grid_in.read_ucd (input_file); diff --git a/deal.II/examples/step-5/step-5.cc b/deal.II/examples/step-5/step-5.cc index e595b44842..8e0beba015 100644 --- a/deal.II/examples/step-5/step-5.cc +++ b/deal.II/examples/step-5/step-5.cc @@ -837,6 +837,12 @@ void LaplaceProblem::run () // what not to do, after // all. + // We can now actually read + // the grid. It is in UCD + // (unstructured cell data) + // format, as supported by + // AVS Explorer, for + // example: ifstream input_file("circle-grid.inp"); grid_in.read_ucd (input_file); -- 2.39.5