1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-19 17:03:46 +02:00

updated file header license statements

This commit is contained in:
Oliver Hahn 2024-02-24 10:52:43 +01:00
parent 0d00eb301a
commit c3b80ce0c7
41 changed files with 564 additions and 279 deletions

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
numerics.cc - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef WITH_MPI #ifdef WITH_MPI
#ifdef MANNO #ifdef MANNO

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
numerics.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __NUMERICS_HH #ifndef __NUMERICS_HH
#define __NUMERICS_HH #define __NUMERICS_HH

View file

@ -1,3 +1,20 @@
// This file is part of monofonIC (MUSIC2)
// A software package to generate ICs for cosmological simulations
// Copyright (C) 2024 by Oliver Hahn
//
// monofonIC 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.
//
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View file

@ -1,12 +1,19 @@
/* // This file is part of monofonIC (MUSIC2)
// A software package to generate ICs for cosmological simulations
constraints.cc - This file is part of MUSIC - // Copyright (C) 2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "constraints.hh" #include "constraints.hh"

View file

@ -1,12 +1,19 @@
/* // This file is part of monofonIC (MUSIC2)
// A software package to generate ICs for cosmological simulations
constraints.hh - This file is part of MUSIC - // Copyright (C) 2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include <vector> #include <vector>

View file

@ -1,11 +1,19 @@
/* // This file is part of monofonIC (MUSIC2)
// A software package to generate ICs for cosmological simulations
convolution_kernel.cc - This file is part of MUSIC - // Copyright (C) 2024 by Oliver Hahn
a code to generate multi-scale initial conditions for cosmological simulations //
// monofonIC is free software: you can redistribute it and/or modify
Copyright (C) 2010-23 Oliver Hahn // 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.
//
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <general.hh> #include <general.hh>
#include <densities.hh> #include <densities.hh>

View file

@ -1,12 +1,19 @@
/* // This file is part of monofonIC (MUSIC2)
// A software package to generate ICs for cosmological simulations
convolution_kernel.hh - This file is part of MUSIC - // Copyright (C) 2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010-23 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __CONVOLUTION_KERNELS_HH #ifndef __CONVOLUTION_KERNELS_HH
#define __CONVOLUTION_KERNELS_HH #define __CONVOLUTION_KERNELS_HH

View file

@ -1,6 +1,6 @@
// This file is part of monofonIC (MUSIC2) // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations // A software package to generate ICs for cosmological simulations
// Copyright (C) 2020 by Oliver Hahn // Copyright (C) 2010-2024 by Oliver Hahn
// //
// monofonIC is free software: you can redistribute it and/or modify // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by // it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
// This file is part of monofonIC (MUSIC2) // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations // A software package to generate ICs for cosmological simulations
// Copyright (C) 2020 by Oliver Hahn // Copyright (C) 2010-2024 by Oliver Hahn
// //
// monofonIC is free software: you can redistribute it and/or modify // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by // it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
// This file is part of monofonIC (MUSIC2) // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations // A software package to generate ICs for cosmological simulations
// Copyright (C) 2020 by Oliver Hahn // Copyright (C) 2010-2024 by Oliver Hahn
// //
// monofonIC is free software: you can redistribute it and/or modify // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by // it under the terms of the GNU General Public License as published by

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
defaults.cc - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "defaults.hh" #include "defaults.hh"

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
defaults.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __DEFAULTS_HH #ifndef __DEFAULTS_HH

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
densities.cc - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <cstring> #include <cstring>

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
densities.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __DENSITIES_HH #ifndef __DENSITIES_HH
#define __DENSITIES_HH #define __DENSITIES_HH

View file

@ -1,3 +1,20 @@
// This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
// Copyright (C) 2010-2024 by Oliver Hahn
//
// monofonIC 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.
//
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#include <vector> #include <vector>

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
fd_schemes.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __FD_SCHEMES_HH #ifndef __FD_SCHEMES_HH
#define __FD_SCHEMES_HH #define __FD_SCHEMES_HH

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
general.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View file

@ -1,4 +1,4 @@
// This file is part of monofonIC (MUSIC2) // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations // A software package to generate ICs for cosmological simulations
// Copyright (C) 2020 by Oliver Hahn & Michael Michaux (this file) // Copyright (C) 2020 by Oliver Hahn & Michael Michaux (this file)
// //

View file

@ -1,4 +1,4 @@
// This file is part of monofonIC (MUSIC2) // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations // A software package to generate ICs for cosmological simulations
// Copyright (C) 2020 by Oliver Hahn & Michael Michaux (this file) // Copyright (C) 2020 by Oliver Hahn & Michael Michaux (this file)
// //

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
main.cc - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdio.h> #include <stdio.h>
#include <iostream> #include <iostream>

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
mesh.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View file

@ -1,11 +1,19 @@
/* // This file is part of MUSIC
* mg_interp.hh // A software package to generate ICs for cosmological simulations
* FROLIC_mg // Copyright (C) 2010-2024 by Oliver Hahn
* //
* Created by Oliver Hahn on 5/27/10. // monofonIC is free software: you can redistribute it and/or modify
* Copyright 2010 KIPAC/Stanford University. All rights reserved. // 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.
//
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __MG_INTERP_HH #ifndef __MG_INTERP_HH
#define __MG_INTERP_HH #define __MG_INTERP_HH

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
mg_operators.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __MG_OPERATORS_HH #ifndef __MG_OPERATORS_HH
#define __MG_OPERATORS_HH #define __MG_OPERATORS_HH

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
mg_solver.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
output.cc - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "output.hh" #include "output.hh"

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
output.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __OUTPUT_HH #ifndef __OUTPUT_HH
#define __OUTPUT_HH #define __OUTPUT_HH

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
cosmology.cc - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <perturbation_theory.hh> #include <perturbation_theory.hh>
#include <mesh.hh> #include <mesh.hh>

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
cosmology.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View file

@ -1,6 +1,6 @@
// This file is part of monofonIC (MUSIC2) // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations // A software package to generate ICs for cosmological simulations
// Copyright (C) 2020 by Oliver Hahn // Copyright (C) 2010-2024 by Oliver Hahn
// //
// monofonIC is free software: you can redistribute it and/or modify // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by // it under the terms of the GNU General Public License as published by

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
poisson.cc - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
/****** ABSTRACT FACTORY PATTERN IMPLEMENTATION *******/ /****** ABSTRACT FACTORY PATTERN IMPLEMENTATION *******/

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
poisson.cc - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __POISSON_HH #ifndef __POISSON_HH
#define __POISSON_HH #define __POISSON_HH

View file

@ -1,11 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
random.cc - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions for cosmological simulations //
// monofonIC is free software: you can redistribute it and/or modify
Copyright (C) 2010-23 Oliver Hahn // 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.
//
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "random.hh" #include "random.hh"

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
random.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010-23 by Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//... for testing purposes............. //... for testing purposes.............
// #define DEGRADE_RAND1 // #define DEGRADE_RAND1

View file

@ -1,3 +1,21 @@
// This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
// Copyright (C) 2010-2024 by Oliver Hahn
//
// monofonIC 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.
//
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <algorithm> #include <algorithm>
#include "region_generator.hh" #include "region_generator.hh"

View file

@ -1,3 +1,20 @@
// This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
// Copyright (C) 2010-2024 by Oliver Hahn
//
// monofonIC 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.
//
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __REGION_GENERATOR_HH #ifndef __REGION_GENERATOR_HH
#define __REGION_GENERATOR_HH #define __REGION_GENERATOR_HH

View file

@ -1,11 +1,19 @@
/* // This file is part of MUSIC
* schemes.hh // A software package to generate ICs for cosmological simulations
* GravitySolver // Copyright (C) 2010-2024 by Oliver Hahn
* //
* Created by Oliver Hahn on 2/1/10. // monofonIC is free software: you can redistribute it and/or modify
* Copyright 2010 KIPAC/Stanford University. All rights reserved. // 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.
//
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __SCHEME_HH #ifndef __SCHEME_HH
#define __SCHEME_HH #define __SCHEME_HH

View file

@ -1,11 +1,19 @@
/* // This file is part of MUSIC
* solver.h // A software package to generate ICs for cosmological simulations
* GravitySolver // Copyright (C) 2010-2024 by Oliver Hahn
* //
* Created by Oliver Hahn on 1/20/10. // monofonIC is free software: you can redistribute it and/or modify
* Copyright 2010 KIPAC/Stanford University. All rights reserved. // 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.
//
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once

View file

@ -1,19 +1,20 @@
// This file is part of MUSIC2 // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations // A software package to generate ICs for cosmological simulations
// Copyright (C) 2020-23 by Oliver Hahn // Copyright (C) 2010-2024 by Oliver Hahn
// //
// MUSIC2 is free software: you can redistribute it and/or modify // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by // it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version. // (at your option) any later version.
// //
// MUSIC2 is distributed in the hope that it will be useful, // monofonIC is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of // but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details. // GNU General Public License for more details.
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once #pragma once
#ifdef __APPLE__ #ifdef __APPLE__

View file

@ -1,13 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
tests.hh - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef __TESTS_HH #ifndef __TESTS_HH
#define __TESTS_HH #define __TESTS_HH

View file

@ -1,12 +1,19 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
transfer_function.cc - This file is part of MUSIC - // Copyright (C) 2010-2024 by Oliver Hahn
a code to generate multi-scale initial conditions //
for cosmological simulations // monofonIC is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
Copyright (C) 2010 Oliver Hahn // the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
*/ //
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "transfer_function.hh" #include "transfer_function.hh"

View file

@ -1,12 +1,20 @@
/* // This file is part of MUSIC
// A software package to generate ICs for cosmological simulations
// Copyright (C) 2010-2024 by Oliver Hahn
//
// monofonIC 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.
//
// monofonIC 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 for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
transfer_function.hh - This file is part of MUSIC -
a code to generate multi-scale initial conditions
for cosmological simulations
Copyright (C) 2010 Oliver Hahn
*/
#pragma once #pragma once
#include <vector> #include <vector>