Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update copyright notice #137

Merged
merged 14 commits into from
Feb 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# bitpit
#
# Copyright (C) 2015-2019 OPTIMAD engineering Srl
# Copyright (C) 2015-2021 OPTIMAD engineering Srl
#
# -------------------------------------------------------------------------
# License
Expand Down
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# bitpit
#
# Copyright (C) 2015-2019 OPTIMAD engineering Srl
# Copyright (C) 2015-2021 OPTIMAD engineering Srl
#
# -------------------------------------------------------------------------
# License
Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# bitpit
#
# Copyright (C) 2015-2019 OPTIMAD engineering Srl
# Copyright (C) 2015-2021 OPTIMAD engineering Srl
#
# -------------------------------------------------------------------------
# License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_bubbles_2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_bubbles_3D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_example_00001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_example_00002.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_example_00003.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_example_00004.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_example_00005.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
4 changes: 2 additions & 2 deletions examples/PABLO_example_00006.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down Expand Up @@ -44,7 +44,7 @@ using namespace bitpit;

The example is the parallel version of PABLO_example_00003.

In order to perform the smoothing procedure in parallel, ghost elements and data communications towards them are needed. Now ghost quadrants and ghost data are not only instantiated, as in example 00003, but actually used to perform smoothing across processor borders.
In order to perform the smoothing procedure in parallel, ghost elements and data communications towards them are needed. Now ghost quadrants and ghost data are not only instantiated, as in example 00003, but actually used to perform smoothing across process borders.

The user data communication interfaces are based on the Couriously Recurrent Template Pattern. The user has to implement a specification of the interface by writing a derived class.
In the files PABLO_userDataComm.hpp and PABLO_userDataComm.tpp an example of this specification is given in the case of user data stored in a POD container similar to the STL vector.
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_example_00007.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_example_00008.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_example_00009.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_example_00010.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_example_00011.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2020 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_userDataComm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_userDataComm.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_userDataLB.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/PABLO_userDataLB.tpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/POD_application_example_00001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/POD_example_00001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/POD_example_00002.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/POD_example_00003.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/operators_example.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/operators_example.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/patchkernel_example_00001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/volcartesian_example_00001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/voloctree_adaptation_example_00001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2020 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/voloctree_mapper_example_00001.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/voloctree_mapper_example_00002.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/voloctree_mapper_example_00003.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion examples/voloctree_mapper_example_00004.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion external/LAPACKE/include/bitpit_private_lapacke.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion src/CG/CG.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion src/CG/CG_elem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion src/CG/CG_private.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion src/CG/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# bitpit
#
# Copyright (C) 2015-2019 OPTIMAD engineering Srl
# Copyright (C) 2015-2021 OPTIMAD engineering Srl
#
# -------------------------------------------------------------------------
# License
Expand Down
2 changes: 1 addition & 1 deletion src/CG/bitpit_CG.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# bitpit
#
# Copyright (C) 2015-2019 OPTIMAD engineering Srl
# Copyright (C) 2015-2021 OPTIMAD engineering Srl
#
# -------------------------------------------------------------------------
# License
Expand Down
2 changes: 1 addition & 1 deletion src/IO/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# bitpit
#
# Copyright (C) 2015-2019 OPTIMAD engineering Srl
# Copyright (C) 2015-2021 OPTIMAD engineering Srl
#
# -------------------------------------------------------------------------
# License
Expand Down
2 changes: 1 addition & 1 deletion src/IO/DGF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
2 changes: 1 addition & 1 deletion src/IO/DGF.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* bitpit
*
* Copyright (C) 2015-2019 OPTIMAD engineering Srl
* Copyright (C) 2015-2021 OPTIMAD engineering Srl
*
* -------------------------------------------------------------------------
* License
Expand Down
Loading