Skip to content

Commit 023c6f8

Browse files
Merge branch 'master' into other-files
2 parents 0d631fe + 324e0c6 commit 023c6f8

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

include/bem_fma.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
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

include/computational_domain.h

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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
@@ -22,7 +35,6 @@
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>

0 commit comments

Comments
 (0)