File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2+ // ---------------------------------------------------------------------
3+ //
4+ // Copyright (C) 2014 - 2020 by the pi-BEM authors.
5+ //
6+ // This file is part of the pi-BEM library.
7+ //
8+ // The pi-BEM is free software; you can use it, redistribute
9+ // it, and/or modify it under the terms of the GNU Lesser General
10+ // Public License version 2.1 as published by the Free Software Foundation.
11+ // The full text of the license can be found in the file LICENSE at
12+ // the top level of the pi-BEM distribution.
13+ //
14+ // Authors: Nicola Giuliani, Andrea Mola, Luca Heltai
15+ //
16+ // ---------------------------------------------------------------------
217// / This class contains all the methods
318// / of the Fast Multipole Algorithm
419// / applied to the Boundary Element
Original file line number Diff line number Diff line change 1+ // ---------------------------------------------------------------------
2+ //
3+ // Copyright (C) 2014 - 2020 by the pi-BEM authors.
4+ //
5+ // This file is part of the pi-BEM library.
6+ //
7+ // The pi-BEM is free software; you can use it, redistribute
8+ // it, and/or modify it under the terms of the GNU Lesser General
9+ // Public License version 2.1 as published by the Free Software Foundation.
10+ // The full text of the license can be found in the file LICENSE at
11+ // the top level of the pi-BEM distribution.
12+ //
13+ // Authors: Nicola Giuliani, Andrea Mola, Luca Heltai
114
215// We start with including a bunch
316// of include files: they might be more than
2235#include < deal.II/grid/tria_iterator.h>
2336
2437#include < deal.II/lac/full_matrix.h>
25- #include < deal.II/lac/matrix_lib.h>
2638#include < deal.II/lac/precondition.h>
2739#include < deal.II/lac/solver_control.h>
2840#include < deal.II/lac/solver_gmres.h>
You can’t perform that action at this time.
0 commit comments