/* $Id$ */
/* Author: Wolfgang Bangerth, University of Heidelberg, 1999 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 1999, 2000, 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
+
// The most fundamental class in the
// library is the ``Triangulation''
// class, which is declared here:
#include <cmath>
-
// In the following function, we
// simply use the unit square as
// domain and produce a globally
first_grid ();
second_grid ();
};
+
/* $Id$ */
/* Author: Wolfgang Bangerth, Ralf Hartmann, University of Heidelberg, 2001 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// The first of the following include
// files are probably well-known by
// now and need no further
/* $Id$ */
/* Author: Wolfgang Bangerth, University of Heidelberg, 2001 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// As usual, the program starts with
// a rather long list of include
// files which you are probably
/* $Id$ */
/* Author: Ralf Hartmann, University of Heidelberg, 2001 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// The first few files have already
// been covered in previous examples
// and will thus not be further
/* $Id$ */
/* Author: Wolfgang Bangerth, University of Heidelberg, 1999 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 1999, 2000, 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// The following includes are just
// like for the previous program, so
// will not be commented further
/* $Id$ */
/* Author: Wolfgang Bangerth, University of Heidelberg, 1999 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 1999, 2000, 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// These include files are already
// known to you. They declare the
// classes which handle
/* $Id$ */
/* Author: Wolfgang Bangerth, University of Heidelberg, 1999 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 1999, 2000, 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// The first few (many?) include
// files have already been used in
// the previous example, so we will
/* $Id$ */
/* Author: Wolfgang Bangerth, University of Heidelberg, 1999 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 1999, 2000, 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// Again, the first few include files
// are already known, so we won't
// comment on them:
/* $Id$ */
/* Author: Wolfgang Bangerth, University of Heidelberg, 2000 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 2000, 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// The first few files have already
// been covered in previous examples
// and will thus not be further
/* $Id$ */
/* Author: Wolfgang Bangerth and Ralf Hartmann, University of Heidelberg, 2000 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 2000, 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// These first include files have all
// been treated in previous examples,
// so we won't explain what is in
/* $Id$ */
/* Author: Wolfgang Bangerth, University of Heidelberg, 2000 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 2000, 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// As usual, the first few include
// files are already known, so we
// will not comment on them further.
/* $Id$ */
/* Author: Wolfgang Bangerth, University of Heidelberg, 2000 */
+/* $Id$ */
+/* Version: $Name$ */
+/* */
+/* Copyright (C) 2000, 2001, 2002 by the deal.II authors */
+/* */
+/* This file is subject to QPL and may not be distributed */
+/* without copyright and license information. Please refer */
+/* to the file deal.II/doc/license.html for the text and */
+/* further information on this license. */
+
// Just as in previous examples, we
// have to include several files of
// which the meaning has already been