Skip to content

Commit

Permalink
Update header: information_based_mesh_refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiko committed Feb 24, 2024
1 parent 20fffb3 commit 780869b
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions information_based_mesh_refinement/mesh_refinement.cc
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
/* ---------------------------------------------------------------------
/* -----------------------------------------------------------------------------
*
* 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
*
* 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 780869b

Please sign in to comment.