[cig-commits] [commit] master: remove obsolete files (9f2ff8f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu May 22 09:52:07 PDT 2014


Repository : https://github.com/geodynamics/aspect

On branch  : master
Link       : https://github.com/geodynamics/aspect/compare/9e2ada16bd6f0bd33a51d8085b87e3df5192d3e2...b28a5faed4b83ec166a54c58154d1e1137a43bd5

>---------------------------------------------------------------

commit 9f2ff8fb21e0714852235d297c3a19511544bd02
Author: Timo Heister <timo.heister at gmail.com>
Date:   Wed May 21 10:20:50 2014 -0400

    remove obsolete files


>---------------------------------------------------------------

9f2ff8fb21e0714852235d297c3a19511544bd02
 .../velocity_boundary_conditions/duretz_et_al.h    | 66 ----------------------
 .../velocity_boundary_conditions/duretz_et_al.cc   | 21 -------
 2 files changed, 87 deletions(-)

diff --git a/include/aspect/velocity_boundary_conditions/duretz_et_al.h b/include/aspect/velocity_boundary_conditions/duretz_et_al.h
deleted file mode 100644
index da12221..0000000
--- a/include/aspect/velocity_boundary_conditions/duretz_et_al.h
+++ /dev/null
@@ -1,66 +0,0 @@
-/*
-  Copyright (C) 2011, 2012 by the authors of the ASPECT code.
-
-  This file is part of ASPECT.
-
-  ASPECT is free software; you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2, or (at your option)
-  any later version.
-
-  ASPECT is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License
-  along with ASPECT; see the file doc/COPYING.  If not see
-  <http://www.gnu.org/licenses/>.
-*/
-
-
-#ifndef __aspect__velocity_boundary_conditions_duretz_et_al_h
-#define __aspect__velocity_boundary_conditions_duretz_et_al_h
-
-#include <aspect/velocity_boundary_conditions/interface.h>
-
-namespace aspect
-{
-  namespace VelocityBoundaryConditions
-  {
-    namespace DuretzEtAl
-    {
-      using namespace dealii;
-
-      /**
-       * A class that implements the velocity boundary conditions for the
-       * ``inclusion'' benchmark. See the manual for more information on this
-       * benchmark.
-       *
-       * @ingroup VelocityBoundaryConditionsModels
-       */
-      template <int dim>
-      class Inclusion : public Interface<dim>
-      {
-        public:
-          /**
-           * Constructor.
-           */
-          Inclusion();
-
-          /**
-           * Return the boundary velocity as a function of position.
-           */
-          virtual
-          Tensor<1,dim>
-          boundary_velocity (const Point<dim> &position) const;
-
-        private:
-          double eta_B;
-      };
-    }
-  }
-}
-
-
-#endif
diff --git a/source/velocity_boundary_conditions/duretz_et_al.cc b/source/velocity_boundary_conditions/duretz_et_al.cc
deleted file mode 100644
index cffab89..0000000
--- a/source/velocity_boundary_conditions/duretz_et_al.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-  Copyright (C) 2011 - 2014 by the authors of the ASPECT code.
-
-  This file is part of ASPECT.
-
-  ASPECT is free software; you can redistribute it and/or modify
-  it under the terms of the GNU General Public License as published by
-  the Free Software Foundation; either version 2, or (at your option)
-  any later version.
-
-  ASPECT is distributed in the hope that it will be useful,
-  but WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  GNU General Public License for more details.
-
-  You should have received a copy of the GNU General Public License
-  along with ASPECT; see the file doc/COPYING.  If not see
-  <http://www.gnu.org/licenses/>.
-*/
-
-



More information about the CIG-COMMITS mailing list