From: heister Date: Fri, 1 Feb 2013 23:33:49 +0000 (+0000) Subject: add notes for step-49 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23b3100dab94e3f5409c4bd2c4227c6d6abac6a;p=dealii-svn.git add notes for step-49 git-svn-id: https://svn.dealii.org/trunk@28212 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-49/step-49.cc b/deal.II/examples/step-49/step-49.cc index 2da4f71da2..61cb7cf6c5 100644 --- a/deal.II/examples/step-49/step-49.cc +++ b/deal.II/examples/step-49/step-49.cc @@ -8,6 +8,26 @@ * further information on this license. */ +/* +what do I want to talk about: + +- use GridGenerator (already discussed in step-1) + +- construct your own mesh programmatically + +- how to use gmsh + +- modify a mesh: + - merge meshes + - change boundary indicators + - move vertices + - transform via smooth function + - perturb mesh + +- how to extrude a mesh + +*/ + // @sect3{Include files} // The most fundamental class in the library is the Triangulation class, which