utilities
=========
-A collection of small programs for various purposes.
-
+A collection of small programs for various purposes. Distributed under the
+same license as the deal.II library.
##
## ---------------------------------------------------------------------
-#---------------------------------------------------------------------------
+#
# This perl script translates lapack_templates.h.in to lapack_templates.h
#
# In the *.in file, every BLAS/LAPACK function which is defined for
+// ======================================================
+// MESH CONVERSION TOOL
+//
+// This program is distributed under the terms of the
+// GNU GPL v2.0 license.
+//
+// Author: Jean-Paul Pelteret
+// jppelteret.uct@gmail.com
+// modified by: Timo Heister, heister@clemson.edu
+// ======================================================
+
#include "MeshConversion.h"
#include <iostream>
#include <stdlib.h>
+// ======================================================
+// MESH CONVERSION TOOL
+//
+// This program is distributed under the terms of the
+// GNU GPL v2.0 license.
+//
+// Author: Jean-Paul Pelteret
+// jppelteret.uct@gmail.com
+// modified by: Timo Heister, heister@clemson.edu
+// ======================================================
+
#include "MeshConversion.h"
//--------------------------------------------------------------------------------
+// ======================================================
+// MESH CONVERSION TOOL
+//
+// This program is distributed under the terms of the
+// GNU GPL v2.0 license.
+//
+// Author: Jean-Paul Pelteret
+// jppelteret.uct@gmail.com
+// modified by: Timo Heister, heister@clemson.edu
+// ======================================================
+
#ifndef MESH_CONVERSION_H
#define MESH_CONVERSION_H
#!/bin/bash
-
-make
+# ======================================================
+# MESH CONVERSION TOOL
+# v. 1.2
+#
+# This program is distributed under the terms of the
+# GNU GPL v2.0 license.
+#
+# Author: Jean-Paul Pelteret
+# jppelteret.uct@gmail.com
+# modified by: Timo Heister, heister@clemson.edu
+# ======================================================
mesh=mesh/2d/2d_test
./convert_mesh 2 $mesh.inp test/`basename $mesh.ucd` >/dev/null
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2012 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
+
# astyle 2.02 indentation style for deal.II
--style=gnu
#!/usr/bin/make -f
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2012 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
#
# A build_test for deal.II
+// ---------------------------------------------------------------------
// $Id$
-// (c) Guido Kanschat
//
+// Copyright (C) 2001 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
+// Author: Guido Kanschat
#include <base/quadrature_lib.h>
#include <lac/vector.h>
-# $id$
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2005 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
+
+# Author: Guido Kanschat
# Create a table of finite element capabilities out of
# tests/fe/fe_data_test.output
+// ---------------------------------------------------------------------
// $Id$
-// (c) Guido Kanschat
+//
+// Copyright (C) 2001 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
+// Author: Guido Kanschat
// A little program reading a grid *.inp and writing it to *.eps.
// Some more functionality should be added som time.
#!/bin/bash
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2012 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
if test ! -d source -o ! -d include -o ! -d examples ; then
echo "*** This script must be run from the top-level directory of deal.II."
+// ---------------------------------------------------------------------
// $Id$
-// (c) Guido Kanschat
//
+// Copyright (C) 2003 - 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
+// Author: Guido Kanschat
#include <base/quadrature_lib.h>
#include <lac/vector.h>
#!/bin/bash
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2012 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
if [ ! -f index.html ]
then
echo "Patching html files ..."
sed -i 's#"http://www.dealii.org/images/steps/developer/\(step-.*\)"#"images/\1"#g' step_*.html
-echo "all done!"
\ No newline at end of file
+echo "all done!"
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2002 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
+
s! -?\d\.\d+e-1[0123456789]/27.! 0.!g;
s! 0/27.! 0.!g;
s! (-?)27/27.! ${1}1.!g;
## ---------------------------------------------------------------------
## $Id$
##
-## Copyright (C) 2012 - 2013 by the deal.II authors
+## Copyright (C) 2012 - 2013 by the deal.II Authors
##
## This file is part of the deal.II library.
##
--- /dev/null
+This folder contains the html documentation of deal.II
+
+With the exception of the content under publications/* and reports/* the
+documentation is covered by the same license as the deal.II library itself,
+namely LGPL-2.1+.
+
+Unclear license status:
+
+ external-libraries/p4est-setup.sh
+ doxygen/doxygen.sty
+ doxygen/options.dox.in
+ reports/*
+
<html>
<head>
<link href="screen.css" rel="StyleSheet">
- <title>deal.II Credits</title>
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+ <title>deal.II Authors</title>
+ <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="keywords" content="deal.II">
<meta name="svn_id" content="$Id$">
+#
+# Example Toolchain file
+#
+
SET(CMAKE_SYSTEM_NAME Linux)
-SET(CMAKE_SYSTEM_PROCESSOR "x86")
+SET(CMAKE_SYSTEM_PROCESSOR "x86_64")
SET(CMAKE_C_COMPILER "/usr/bin/gcc")
SET(CMAKE_CXX_COMPILER "/usr/bin/g++")
<head>
<title>Build system internals</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors @ dealii.org>">
- <meta name="copyright" content="Copyright (C) 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II">
<head>
<title>deal.II indentation</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors @ dealii.org>">
- <meta name="copyright" content="Copyright (C) 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II">
<title>deal.II Development Information</title>
<link href="../screen.css" type="text/css" rel="StyleSheet">
<link rel="SHORTCUT ICON" href="../deal.ico">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2012 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2007, 2012 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta http-equiv="content-language" content="en">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>deal.II Development Navigation Bar</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta http-equiv="content-language" content="en">
<head>
<title>Porting deal.II</title>
<link href="../screen.css" rel="StyleSheet" media="screen">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2005, 2010, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2005, 2010, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II porting">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>deal.II SVN Archive</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal dealii finite elements fem triangulation">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>The deal.II Testsuite</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal dealii finite elements fem triangulation">
// ---------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 2013 by the deal.II authors
+// Copyright (C) 2013 by the deal.II Authors
//
// This file is part of the deal.II library.
//
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>deal.II information for developers</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal dealii finite elements fem triangulation">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>The deal.II Development Page</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal dealii finite elements fem triangulation">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<title>Writing documentation</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2010, 2012 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2006, 2010, 2012 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal dealii finite elements fem triangulation">
<title>The deal.II Online Documentation</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<link href="screen.css" rel="StyleSheet" type="text/css">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
<meta name="date" content="2006/02/07 22:49:01">
<meta name="keywords" content="deal.II">
<meta name="svn_id" content="$Id$">
+//
+// Copyright (C) 1998 - 2013 by the deal.II authors
+//
+
table.tutorial {
color: black;
border: 1px solid #aaa;
<script type="text/javascript" src="$relpath$dynsections.js"></script>
<link rel="SHORTCUT ICON" href="http://www.dealii.org/favicon.ico">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors">
<meta name="deal.II-version" content="@DEAL_II_PACKAGE_VERSION@">
</head>
\begin{center}
{\Large deal.II Reference Manual for Version @DEAL_II_PACKAGE_VERSION@}\\
\vspace*{1cm}
-{\large Wolfgang Bangerth, Timo Heister, Guido Kanschat}\\
+{\large The deal.II Authors}\\
\vspace*{0.5cm}
{\small Generated by Doxygen, \today}\\
\end{center}
#!/usr/bin/perl -p
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2007 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
# make sure we can just write $...$ for formulas.
s/\$/\@f\$/g;
-######################################################################
-# $Id:$
-######################################################################
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2006 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
$/ = undef;
-######################################################################
-# $Id$
-######################################################################
-#
-# Copyright (c) the deal.II authors 2009
-#
-######################################################################
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2006 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
use strict;
-# $Id$
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2006 - 2013 by the deal.II authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
+
+#
+# Author: Wolfgang Bangerth, Guido Kanschat 2000, 2004
+#
# Check whether references in HTML files are valid or
# point to non-existing files/links/etc
#
-# Author: Wolfgang Bangerth, Guido Kanschat 2000, 2004
+
# set this to 1 if you want verbose output
$debug = 0;
+//
+// Copyright (C) 1998 - 2013 by the deal.II authors
+//
+
h1, h2, h3, h4, h5, h6 {
color: Black;
background: none;
## ---------------------------------------------------------------------
## $Id$
##
-## Copyright (C) 2012 - 2013 by the deal.II authors
+## Copyright (C) 2012 - 2013 by the deal.II Authors
##
## This file is part of the deal.II library.
##
<title>Step-by-Step Examples</title>
<link href="../../screen.css" rel="StyleSheet" type="text/css">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
+ <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors">
<meta name="keywords" content="deal.II,deal.II tutorial,deal II">
</head>
<head>
<title>Step-by-Step Examples</title>
<link href="../../screen.css" rel="StyleSheet" type="text/css">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II,deal.II tutorial,deal II">
<title>Step-by-Step Examples</title>
<link href="../../screen.css" rel="StyleSheet" type="text/css">
<link rel="SHORTCUT ICON" href="deal.ico">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II,deal.II tutorial,deal II">
<html>
<head>
<title>Step-by-Step</title>
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II,deal.II tutorial,deal II">
<html>
<head>
<title>Step-by-Step</title>
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II,deal.II tutorial,deal II">
<html>
<head>
<title>Step-by-Step</title>
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2007, 2008, 2009, 2010 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II,deal.II tutorial,deal II">
<head>
<title>The deal.II Readme on interfacing to ARPACK</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors @ dealii.org>">
<meta name="copyright" content="Copyright (C) 2010, 2013 by the deal.II authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id: readme-arpack.html$">
</pre>.
</p>
- <hr>
+ <hr />
<address>
- <a href="../mail.html">The deal.II Group</a>
- $Date$
+ <a href="../authors.html" target="body">The deal.II Authors</a>
+ $Date$
</address>
+ <div class="right">
+ <a href="http://validator.w3.org/check?uri=referer" target="_top">
+ <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+ <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ </div>
+
</body>
</html>
<head>
<title>The deal.II Readme on interfacing to MUMPS</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors @ dealii.org>">
<meta name="copyright" content="Copyright (C) 2010, 2011, 2012, 2013 by the deal.II authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id: readme-mumps.html$">
but this time omitting the <code>-fPIC</code> flag from the scheme.
</p>
- <hr>
+ <hr />
<address>
- <a href="../mail.html">The deal.II Group</a>
- $Date$
+ <a href="../authors.html" target="body">The deal.II Authors</a>
+ $Date$
</address>
+ <div class="right">
+ <a href="http://validator.w3.org/check?uri=referer" target="_top">
+ <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+ <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ </div>
</body>
</html>
#! /bin/bash
+#
+# Copyright 2010 - 2013 Carsten Burstedde
+# Modified 2010 by Wolfgang Bangerth
+# Modified 2010 by Timo Heister
+#
+
# This program comes with ABSOLUTELY NO WARRANTY.
# unpack under current directory
<head>
<title>The deal.II Readme on interfacing to p4est</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
+ <meta name="copyright" content="Copyright (C) 2010 - 2013 by the deal.II authors">
<meta name="keywords" content="deal.II">
</head>
the general <a href="../readme.html">ReadMe file</a>.
</p>
- <hr>
+ <hr />
<address>
- <a href="../mail.html">The deal.II Group</a>
- $Date$
+ <a href="../authors.html" target="body">The deal.II Authors</a>
+ $Date$
</address>
+ <div class="right">
+ <a href="http://validator.w3.org/check?uri=referer" target="_top">
+ <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+ <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ </div>
</body>
</html>
<head>
<title>The deal.II Readme on interfacing to PETSc</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors @ dealii.org>">
<meta name="copyright" content="Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
program runs well in debug mode.
</p>
- <hr>
-
+ <hr />
<address>
- <a href="../mail.html" target="body">The deal.II Group</a>
+ <a href="../authors.html" target="body">The deal.II Authors</a>
$Date$
</address>
+ <div class="right">
+ <a href="http://validator.w3.org/check?uri=referer" target="_top">
+ <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+ <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ </div>
</body>
</html>
<head>
<title>The deal.II Readme on interfacing to SLEPc</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors @ dealii.org>">
<meta name="copyright" content="Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
- <hr>
-
- <!-- TODO: <h4>Using the ARPACK solvers with SLEPc</4> -->
-
+ <hr />
<address>
- <a href="../mail.html" target="body">The deal.II Group</a>
+ <a href="../authors.html" target="body">The deal.II Authors</a>
$Date$
</address>
+ <div class="right">
+ <a href="http://validator.w3.org/check?uri=referer" target="_top">
+ <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+ <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ </div>
</body>
</html>
<head>
<title>The deal.II Readme on interfacing to Trilinos</title>
<link href="../screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors @ dealii.org>">
<meta name="copyright" content="Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
</pre>
</p>
- <hr>
-
+ <hr />
<address>
- <a href="../mail.html" target="body">The deal.II Group</a>
+ <a href="../authors.html" target="body">The deal.II Authors</a>
$Date$
</address>
+ <div class="right">
+ <a href="http://validator.w3.org/check?uri=referer" target="_top">
+ <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+ <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
+ <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+ </div>
</body>
</html>
+++ /dev/null
-DT { margin-top:30pt;margin-bottom:10pt }
-A.name { font-weight:bold }
\ No newline at end of file
+++ /dev/null
-<HTML>
-<HEAD>
-<TITLE>deal.II glossary</TITLE>
-<link rel=stylesheet type="text/css" href="glossary.css">
-</HEAD>
-<BODY>
-<H1><ACRONYM>deal.II</ACRONYM> Glossary</H1>
-
-<DL>
-
-<DT><A NAME="active_cell" CLASS="name">active cell</A></DT>
- <DD> a triangulation cell that is not refined further </DD>
-
-<DT><A NAME="boundary_component" CLASS="name">boundary component</A></DT>
- <DD> part of the domain in physical space. Denotes either function for a curved boundary or the selection of a <A HREF="#boundary_condition">boundary condition</A> </DD>
-
-<DT><A NAME="boundary_condition" CLASS="name">boundary condition</A></DT>
- <DD> part of the weak formulation of a partial differential equation </DD>
-
-<DT><A NAME="boundary_indicator" CLASS="name">boundary indicator</A></DT>
- <DD> data of lower dimensional <A HREF="#triangulation_object">triangulation object</A>s, indicating the number of a <A HREF="#triangulation_object">boundary component</A> </DD>
-
-<DT><A NAME="cell" CLASS="name">cell</A></DT>
- <DD> element of a subdivision, being of the same dimension as the domain of computation </DD>
-
-<DT><A NAME="DG" CLASS="name">DG</A></DT>
- <DD> see <A HREF="#Discontinuous_Galerkin">Discontinuous Galerkin</A> </DD>
-
-<DT><A NAME="DGFEM" CLASS="name">DGFEM</A></DT>
- <DD> <A HREF="#Discontinuous_Galerkin">Discontinuous Galerkin</A> finite element method. </DD>
-
-<DT><A NAME="Discontinuous_Galerkin" CLASS="name">Discontinuous Galerkin</A></DT>
- <DD> A Galerkin discretization with all degrees of freedom in the interior of the grid cells. Continuity between grid cells is established by jump terms on the cell interfaces. </DD>
-
-<DT><A NAME="hex" CLASS="name">hex</A></DT>
- <DD> hexahedron, mapping of the unit cube into the domain </DD>
-
-<DT><A NAME="locally_finest_level" CLASS="name">locally finest level</A></DT>
- <DD> all <A HREF="#active_cell">active cell</A>s, i.e. the finest cell at each point of the domain </DD>
-
-<DT><A NAME="quad" CLASS="name">quad</A></DT>
- <DD> quadrilateral, mapping of the unit square into the domain </DD>
-
-<DT><A NAME="triangulation_object" CLASS="name">triangulation object</A></DT>
- <DD> the different kinds of polytopes forming a triangulation, lines, quadrilaterals and hexahedra </DD>
-</DL>
-</BODY>
<title>deal.II Documentation</title>
<link href="screen.css" rel="StyleSheet">
<link rel="SHORTCUT ICON" href="deal.ico">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2012 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1998, 1999, 2000, 2002, 2003, 2004, 2005, 2012 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal dealii finite elements fem triangulation">
<head>
<title>The deal.II License</title>
<link href="screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2011, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2011, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II license">
<p>
Furthermore, the deal.II distribution comes bundled with some third
- party software for which the deal.II authors do not own the
+ party software for which the deal.II Authors do not own the
copyright. The licenses of these parts are discussed
<a href="#3rdparty">below</a>.
</p>
<i><acronym>deal.II</acronym> authors</i> generally refer to all
people mentioned at the <a href="authors.html">deal.II Authors</a>
page.
- These are the maintainers Wolfgang Bangerth, Timo Heister, and Guido
- Kanschat and a <i>long</i> list of contributors.
</p>
<h2>Contributions</h2>
the license of the deal.II project granted to you.</b>
</p>
<p>
- We, <a href="authors.html">the deal.II authors</a>, do not require
- copyright assignments for contributions. This means that the
- copyright for code contributions in the deal.II project is held by
- its respective contributors who have each agreed to release their
- contributed code under the terms of the LGPL v2.1 or later.
+ The deal.II project does not require copyright assignments for
+ contributions. This means that the copyright for code contributions
+ in the deal.II project is held by its respective contributors who
+ have each agreed to release their contributed code under the terms of
+ the LGPL v2.1 or later.
</p>
<h2>Contact</h2>
<p>
For further questions regarding licensing and commercial use please
- contact the deal.II maintainers directly via one of the following mail
- addresses:
+ contact the deal.II principal developers directly via one of the
+ following mail addresses:
<ul>
<li>
Wolfgang Bangerth < bangerth@gmail.com >
#!/bin/perl
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2012 - 2013 by the deal.II Authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
my $header=1;
#!/bin/bash
+## ---------------------------------------------------------------------
+## $Id$
+##
+## Copyright (C) 2012 - 2013 by the deal.II Authors
+##
+## This file is part of the deal.II library.
+##
+## The deal.II library is free software; you can use it, redistribute
+## it, and/or modify it under the terms of the GNU Lesser General
+## Public License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+## The full text of the license can be found in the file LICENSE at
+## the top level of the deal.II distribution.
+##
+## ---------------------------------------------------------------------
FILE=$1
<head>
<title>deal.II Communications</title>
<link href="screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors at dealii.org>">
- <meta name="copyright" content="Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2011, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2011, 2012, 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
<meta name="keywords" content="deal.II">
Authors
</h2>
<p>
- Everything you consider a personal matter between you and the authors (like
- flaming them on missing items) should be sent to one of the maintainers
+ Everything you consider a personal matter between you and the authors
+ (like flaming them on missing items) should be sent to one of the
+ principal developers
<ul>
<li>
Wolfgang Bangerth < bangerth@gmail.com >
<head>
<title>deal.II navigation bar</title>
<link href="screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011, 2012, 2013 by the deal.II Authors">
<meta name="date" content="2006/02/07 22:49:06">
<meta name="svn_id" content="$Id$">
</head>
<head>
<link href="../screen.css" rel="StyleSheet">
<title>The deal.II news page</title>
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="keywords" content="deal.II"></head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<link href="../screen.css" rel="StyleSheet">
<title>The deal.II news page</title>
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="keywords" content="deal.II"></head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<head>
<link href="../screen.css" rel="StyleSheet">
<title>The deal.II news page</title>
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 2000 - 2013 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="keywords" content="deal.II">
<meta name="svn_id" content="$Id$">
<head>
<link href="../screen.css" rel="StyleSheet" media="screen">
<title>The deal.II Publication List</title>
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
+ <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors">
<meta name="keywords" content="dealII publications">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<style type="text/css">
<title>The deal.II Readme</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link href="screen.css" rel="StyleSheet"/>
- <meta name="author" content="the deal.II authors <authors@dealii.org>"/>
- <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II authors"/>
+ <meta name="copyright" content="Copyright (C) 1998 - 2013 by the deal.II Authors"/>
<meta name="date" content="$Date$"/>
<meta name="svn_id" content="$Id$"/>
<meta name="keywords" content="deal.II"/>
the license of the deal.II project granted to you.</b>
</li>
<li>
- We, <a href="authors.html">the deal.II authors</a>, do not require
+ We, <a href="authors.html">the deal.II Authors</a>, do not require
copyright assignments for contributions. This means that the
copyright for code contributions in the deal.II project is held by
its respective contributors who have each agreed to release their
+//
+// Copyright (C) 1998 - 2013 by the deal.II authors
+//
body {
background-image: none;
<head>
<title>deal.II Title Bar</title>
<link href="screen.css" rel="StyleSheet">
- <meta name="author" content="the deal.II authors <authors@dealii.org>">
- <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2010 by the deal.II authors">
+ <meta name="copyright" content="Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006, 2010 by the deal.II Authors">
<meta name="date" content="$Date$">
<meta name="svn_id" content="$Id$">
</head>
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
#include HEADER
// Make sure that config.h is always included:
+// ---------------------------------------------------------------------
+// $Id$
+//
+// Copyright (C) 2013 by the deal.II authors
+//
+// This file is part of the deal.II library.
+//
+// The deal.II library is free software; you can use it, redistribute
+// it, and/or modify it under the terms of the GNU Lesser General
+// Public License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
+// The full text of the license can be found in the file LICENSE at
+// the top level of the deal.II distribution.
+//
+// ---------------------------------------------------------------------
+
#include <deal.II/grid/tria.h>
#include <stdio.h>
#include <sched.h>