Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TurTLE
TurTLE
Commits
83baad66
Commit
83baad66
authored
Feb 20, 2020
by
Cristian Lalescu
Browse files
tweak file header
parent
f2d9404d
Changes
29
Hide whitespace changes
Inline
Side-by-side
cpp/particles/abstract_particles_input.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/abstract_particles_output.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/abstract_particles_system.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/abstract_particles_system_with_p2p.hpp
View file @
83baad66
/******************************************************************************
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of TurTLE. *
* *
* TurTLE 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. *
* *
* TurTLE 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 TurTLE. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
******************************************************************************/
#ifndef ABSTRACT_PARTICLES_SYSTEM_WITH_P2P_HPP
#define ABSTRACT_PARTICLES_SYSTEM_WITH_P2P_HPP
...
...
cpp/particles/alltoall_exchanger.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/env_utils.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/lock_free_bool_array.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/p2p_computer.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/p2p_computer_empty.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/p2p_cylinder_collisions.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/p2p_distr_mpi.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/p2p_ghost_collisions.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/p2p_tree.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/particles_adams_bashforth.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
@@ -46,7 +46,7 @@ public:
TIMEZONE
(
"particles_adams_bashforth::move_particles"
);
if
(
Max_steps
<
nb_rhs
){
throw
std
::
runtime_error
(
"Error, in
bfps
particles_adams_bashforth.
\n
"
throw
std
::
runtime_error
(
"Error, in
TurTLE
particles_adams_bashforth.
\n
"
"Step in particles_adams_bashforth is too large,"
"you must add formulation up this number or limit the number of steps."
);
}
...
...
cpp/particles/particles_distr_mpi.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/particles_field_computer.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/particles_generic_interp.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/particles_inner_computer.cpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/particles_inner_computer.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
cpp/particles/particles_inner_computer_2nd_order.hpp
View file @
83baad66
...
...
@@ -2,20 +2,20 @@
* *
* Copyright 2019 Max Planck Institute for Dynamics and Self-Organization *
* *
* This file is part of
bfps.
*
* This file is part of
TurTLE.
*
* *
*
bfps
is free software: you can redistribute it and/or modify
*
*
TurTLE
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. *
* *
*
bfps
is distributed in the hope that it will be useful,
*
*
TurTLE
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
bfps
. If not, see <http://www.gnu.org/licenses/>
*
* along with
TurTLE
. If not, see <http://www.gnu.org/licenses/> *
* *
* Contact: Cristian.Lalescu@ds.mpg.de *
* *
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment