From: Wolfgang Bangerth Date: Mon, 8 Aug 2005 16:41:21 +0000 (+0000) Subject: Tiny doc update. X-Git-Tag: v8.0.0~13337 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9392cfcc04e4b83a0e6b56dd39d03e50948fc6e7;p=dealii.git Tiny doc update. git-svn-id: https://svn.dealii.org/trunk@11241 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-12/step-12.cc b/deal.II/examples/step-12/step-12.cc index 2db49857ea..184fc834b5 100644 --- a/deal.II/examples/step-12/step-12.cc +++ b/deal.II/examples/step-12/step-12.cc @@ -4,7 +4,7 @@ /* $Id$ */ /* Version: $Name$ */ /* */ -/* Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors */ +/* Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -43,9 +43,15 @@ // due to the pre-knowledge of the // actual polynomial degree 1. #include - // Here the discontinuous finite - // elements are defined. They are - // used as all other finite elements. + // Here the discontinuous finite elements are + // defined. They are used in the same way as + // all other finite elements, though -- as + // you have seen in previous tutorial + // programs -- there isn't much user + // interaction with finite element classes at + // all: the are passed to ``DoFHandler'' and + // ``FEValues'' objects, and that is about + // it. #include // We are going to use the simplest // possible solver, called Richardson