Skip to content

Commit

Permalink
added licence GNU GPLv3
Browse files Browse the repository at this point in the history
  • Loading branch information
scopplestone committed Nov 1, 2018
1 parent 1456e7d commit 479f2dd
Show file tree
Hide file tree
Showing 285 changed files with 4,107 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# List of Contributors

This is a (possibly incomplete) list of the people who contributed to piclas.

* Christoph Altmann
* Muhammed Atak
* Andrea Beck
* Tilman Binder
* Thomas Bolemann
* Stephen Copplestone
* Jakob Duerrwaechter
* Stefanos Fasoulas
* Stefan Fechter
* David Flad
* Fabian Föll
* Hannes Frank
* Gregor Gassner
* Florian Hindenlang
* Timon Hitz
* Malte Hoffmann
* Serena Keller
* Nico Krais
* Claus-Dieter Munz
* Asim Mirza
* Jonathan Neudorfer
* Paul Nizenkov
* Jonatan Núñez-de la Rosa
* Philip Ortwein
* Marcel Pfeiffer
* Wladimir Reschke
* Matthias Sonntag
* Marc Staudenmaier
* Torsten Stindl
* Andreas Stock
677 changes: 677 additions & 0 deletions LICENCE.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions posti/common/fftw/fftw.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
MODULE FFTW3
use, intrinsic :: iso_c_binding
include 'fftw3.f03'
Expand Down
12 changes: 12 additions & 0 deletions posti/mergetimeaverages/timeavg.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"

!===================================================================================================================================
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/evaluate/evaluaterecordpoints.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"

!===================================================================================================================================
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/prepare/blprojection.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"

MODULE MOD_BLProjection
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/prepare/hdf5_outputrp.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"

!===================================================================================================================================
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/prepare/parameters.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
!===================================================================================================================================
!> Contains global variables for the Posti tool
!===================================================================================================================================
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/prepare/parametriccoords.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"

!===================================================================================================================================
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/prepare/preparerecordpoints.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"

!===================================================================================================================================
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/prepare/rpset.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"

!===================================================================================================================================
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/prepare/rpset_vars.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
!===================================================================================================================================
!> Contains global variables used for/by the RPSet
!===================================================================================================================================
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/prepare/spline.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"

!===================================================================================================================================
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/prepare/visurp.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"

!===================================================================================================================================
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/visualize/fft/spec.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"
!===================================================================================================================================
!> Module to handle the Recordpoints
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/visualize/fft/spec_vars.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010 - 2018 Prof. Claus-Dieter Munz and Prof. Stefanos Fasoulas
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
MODULE MOD_spec_Vars
!===================================================================================================================================
! Contains global variables provided by the output routines
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/visualize/filterrp.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"
!===================================================================================================================================
!> Module to handle the Recordpoints
Expand Down
12 changes: 12 additions & 0 deletions posti/recordpoints/visualize/interpolation/interpolation.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
!==================================================================================================================================
! Copyright (c) 2010-2016 Prof. Claus-Dieter Munz
!
! This file is part of PICLas (gitlab.com/piclas/piclas). PICLas is free software: you can redistribute it and/or modify
! it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3
! of the License, or (at your option) any later version.
!
! PICLas is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
! of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License v3.0 for more details.
!
! You should have received a copy of the GNU General Public License along with PICLas. If not, see <http://www.gnu.org/licenses/>.
!==================================================================================================================================
#include "flexi.h"
!===================================================================================================================================
!> Module to handle the Recordpoints
Expand Down
Loading

0 comments on commit 479f2dd

Please sign in to comment.