From 1513083e5f080587ee9f269c61916aafc3380418 Mon Sep 17 00:00:00 2001 From: Nicola Giuliani Date: Tue, 12 Mar 2019 18:09:23 +0100 Subject: [PATCH 1/3] a year has passed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7985be6..c2c603e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Build Status](https://travis-ci.org/mathLab/pi-BEM.svg?branch=master)](https://travis-ci.org/mathLab/pi-BEM) -Copyright (C) 2015 -- 2018 by Nicola Giuliani (1), Andrea Mola (2) and Luca Heltai (2) +Copyright (C) 2015 -- 2019 by Nicola Giuliani (1), Andrea Mola (2) and Luca Heltai (2) (1) Scuola Internazionale Superiore di Studi Avanzati E-mail: ngiuliani@sissa.it From 8a6f380fcf79680e7a2543027e1001e071195126 Mon Sep 17 00:00:00 2001 From: Nicola Giuliani Date: Wed, 9 Oct 2019 08:04:33 +0200 Subject: [PATCH 2/3] headers --- include/ass_leg_function.h | 15 +++++++++++++++ include/bem_fma.h | 15 +++++++++++++++ include/bem_problem.h | 15 +++++++++++++++ include/boundary_conditions.h | 15 +++++++++++++++ include/computational_domain.h | 15 +++++++++++++++ include/constrained_matrix.h | 23 +++++++++++++---------- include/driver.h | 15 +++++++++++++++ include/octree_block.h | 15 +++++++++++++++ include/time_integrator.h | 15 +++++++++++++++ 9 files changed, 133 insertions(+), 10 deletions(-) diff --git a/include/ass_leg_function.h b/include/ass_leg_function.h index f342777..bc07a92 100644 --- a/include/ass_leg_function.h +++ b/include/ass_leg_function.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef __sissa__ass_leg_function_h #define __sissa__ass_leg_function_h diff --git a/include/bem_fma.h b/include/bem_fma.h index 6f4de55..d958d4b 100644 --- a/include/bem_fma.h +++ b/include/bem_fma.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- /// This class contains all the methods /// of the Fast Multipole Algorithm diff --git a/include/bem_problem.h b/include/bem_problem.h index 75b4a85..0b50258 100644 --- a/include/bem_problem.h +++ b/include/bem_problem.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef bem_problem_h #define bem_problem_h diff --git a/include/boundary_conditions.h b/include/boundary_conditions.h index f6aa34f..137ed7d 100644 --- a/include/boundary_conditions.h +++ b/include/boundary_conditions.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef boundary_conditions_h #define boundary_conditions_h diff --git a/include/computational_domain.h b/include/computational_domain.h index caba429..cee652e 100644 --- a/include/computational_domain.h +++ b/include/computational_domain.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- // We start with including a bunch // of include files: they might be more than diff --git a/include/constrained_matrix.h b/include/constrained_matrix.h index dc7257f..9e2dee2 100644 --- a/include/constrained_matrix.h +++ b/include/constrained_matrix.h @@ -1,16 +1,19 @@ -//--------------------------------------------------------------------------- -// $Id: filtered_matrix.h 23248 2011-01-23 06:03:57Z bangerth $ -// Version: $Name$ +// --------------------------------------------------------------------- // -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, -// 2011 by the deal.II authors +// Copyright (C) 2014 - 2019 by the pi-BEM authors. // -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. +// This file is part of the pi-BEM library. // -//--------------------------------------------------------------------------- +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- + #ifndef __deal2__constrained_matrix_h # define __deal2__constrained_matrix_h diff --git a/include/driver.h b/include/driver.h index ee8ac4e..7d3d5e3 100644 --- a/include/driver.h +++ b/include/driver.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef driver_h #define driver_h diff --git a/include/octree_block.h b/include/octree_block.h index 70099fe..ebc1656 100644 --- a/include/octree_block.h +++ b/include/octree_block.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef octree_block_h #define octree_block_h diff --git a/include/time_integrator.h b/include/time_integrator.h index 9e195e6..507545e 100644 --- a/include/time_integrator.h +++ b/include/time_integrator.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef __thiwi__time_integrator_h #define __thiwi__time_integrator_h From 4d607e0f9e57f175267ba5560f40df0fa0d4d6cb Mon Sep 17 00:00:00 2001 From: Nicola Giuliani Date: Wed, 9 Oct 2019 09:14:42 +0200 Subject: [PATCH 3/3] forgot --- include/laplace_kernel.h | 15 +++++++++++++++ include/local_expansion.h | 15 +++++++++++++++ include/local_expansion_coeff.h | 21 +++++++++++++++------ include/multipole_expansion.h | 15 +++++++++++++++ 4 files changed, 60 insertions(+), 6 deletions(-) diff --git a/include/laplace_kernel.h b/include/laplace_kernel.h index c5c1f06..4438030 100644 --- a/include/laplace_kernel.h +++ b/include/laplace_kernel.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #include #include diff --git a/include/local_expansion.h b/include/local_expansion.h index 23c205d..2110859 100644 --- a/include/local_expansion.h +++ b/include/local_expansion.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef LOCALEXPANSION_H_ #define LOCALEXPANSION_H_ diff --git a/include/local_expansion_coeff.h b/include/local_expansion_coeff.h index c6e413e..25e47a3 100644 --- a/include/local_expansion_coeff.h +++ b/include/local_expansion_coeff.h @@ -1,9 +1,18 @@ -/* - * File: LocalExpansionCoeff.hpp - * Author: matteo - * - * Created on April 3, 2015, 6:05 PM - */ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef LOCALEXPANSIONCOEFF_H #define LOCALEXPANSIONCOEFF_H diff --git a/include/multipole_expansion.h b/include/multipole_expansion.h index 777bc6f..72fdf37 100644 --- a/include/multipole_expansion.h +++ b/include/multipole_expansion.h @@ -1,3 +1,18 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2014 - 2019 by the pi-BEM authors. +// +// This file is part of the pi-BEM library. +// +// The BEMStokes is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License version 2.1 as published by the Free Software Foundation. +// The full text of the license can be found in the file LICENSE at +// the top level of the BEMStokes distribution. +// +// Authors: Nicola Giuliani, Andrea Mola, Luca Heltai +// +// --------------------------------------------------------------------- #ifndef MULTIPOLE_EXPANSION_H_ #define MULTIPOLE_EXPANSION_H_