From: Wolfgang Bangerth Date: Thu, 30 Dec 1999 23:40:16 +0000 (+0000) Subject: Doc addition. X-Git-Tag: v8.0.0~21220 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f680c17a03dd3b2868f63a239fe095e2650a982;p=dealii.git Doc addition. git-svn-id: https://svn.dealii.org/trunk@2140 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);