Skip to content

Commit

Permalink
update header information: ElastoplasticTorsion, goal_oriented_elasto…
Browse files Browse the repository at this point in the history
…plasticity, information_based_mesh_refinement
  • Loading branch information
tamiko committed Feb 24, 2024
1 parent 91996a4 commit 3d6d054
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 50 deletions.
22 changes: 6 additions & 16 deletions ElastoplasticTorsion/ElastoplasticTorsion.cc
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
/* ---------------------------------------------------------------------
/* -----------------------------------------------------------------------------
*
* Copyright (C) 2010 - 2015 by the deal.II authors
* and Salvador Flores.
* SPDX-License-Identifier: LGPL-2.1-or-later
* Copyright (C) 2015 by Salvador Flores, Center for Mathematical Modelling,
* Universidad de Chile
*
* This file is part of the deal.II code gallery.
*
*
* This 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: Salvador Flores,
* Center for Mathematical Modelling,
* Universidad de Chile, 2015.
* -----------------------------------------------------------------------------
*/


Expand Down
28 changes: 9 additions & 19 deletions goal_oriented_elastoplasticity/elastoplastic.cc
Original file line number Diff line number Diff line change
@@ -1,25 +1,15 @@
/* ---------------------------------------------------------------------
* $Id: elastoplastic.cc 31592 2013-11-08 16:47:28Z Ghorashi $
/* -----------------------------------------------------------------------------
*
* Copyright (C) 2012 - 2013 by the deal.II authors
* SPDX-License-Identifier: LGPL-2.1-or-later
* Copyright (C) 2012 by Joerg Frohne, Texas A&M University and University
* of Siegen
* Copyright (C) 2012 by Wolfgang Bangerth, Texas A&M University
* Copyright (C) 2013 by Timo Heister, Texas A&M University
* Copyright (C) 2014 by Seyed Shahram Ghorashi, Bauhaus-Universität Weimar
*
* This file is part of the deal.II library.
* This file is part of the deal.II code gallery.
*
* 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.
*
* ---------------------------------------------------------------------
*
* Authors: Seyed Shahram Ghorashi, Bauhaus-Universit\"at Weimar, 2014
* Joerg Frohne, Texas A&M University and
* University of Siegen, 2012, 2013
* Wolfgang Bangerth, Texas A&M University, 2012, 2013
* Timo Heister, Texas A&M University, 2013
* -----------------------------------------------------------------------------
*/

// @sect3{Include files}
Expand Down
20 changes: 5 additions & 15 deletions information_based_mesh_refinement/mesh_refinement.cc
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
/* ---------------------------------------------------------------------
/* -----------------------------------------------------------------------------
*
* Copyright (C) 2022 by the deal.II authors and Wolfgang Bangerth.
* SPDX-License-Identifier: LGPL-2.1-or-later
* Copyright (C) 2022 by Wolfgang Bangerth, Colorado State University
*
* This file is part of the deal.II library.
* This file is part of the deal.II code gallery.
*
* 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.md at
* the top level directory of deal.II.
*
* ---------------------------------------------------------------------
*
* Author: Wolfgang Bangerth, Colorado State University, 2022.
* -----------------------------------------------------------------------------
*/


#include <deal.II/base/numbers.h>
#include <deal.II/base/thread_management.h>
#include <deal.II/grid/tria.h>
Expand Down

0 comments on commit 3d6d054

Please sign in to comment.