You need to sign in or sign up before continuing.
Commits on Source (19)
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
use more appropriate std::vector<Array<bool>>
-
Stéphane Del Pino authored
This allows to plug the synchronization in ConnectivityDispatcher::_buildNewOwner
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- 'template <typename T> is_false_v' and - 'template <ItemType item_type> is_false_item_type_v' Which ever parameter is given these 'inline boolean' are always 'false'. Their purpose is to help writing of 'static_assert'.
-
Stéphane Del Pino authored
ConnectivityDescriptor::cell_by_node_vector -> ConnectivityDescriptor::cell_to_node_vector
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Mainly replace _get-like functions by _build-like calls. This removes many unnecessary references.
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Starting point only deals with wording of face-reference-list management.
-
Stéphane Del Pino authored
This will ease the generic dispatching of reference item lists
-
Stéphane Del Pino authored
RefFaceList's are now dispatched using generic coding
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Also dispatch all ref-item lists
-
Stéphane Del Pino authored
- building/reading of edges - dispatching in parallel This implies that [Sub]ItemValue<edge> are also now available
-
Stéphane Del Pino authored
the untreated #warning have been converted to issues
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Feature/mpi Closes #4 and #2 See merge request code/pastis!11
Showing
- CMakeLists.txt 3 additions, 2 deletionsCMakeLists.txt
- src/algebra/TinyMatrix.hpp 8 additions, 8 deletionssrc/algebra/TinyMatrix.hpp
- src/main.cpp 6 additions, 6 deletionssrc/main.cpp
- src/mesh/Connectivity.cpp 53 additions, 23 deletionssrc/mesh/Connectivity.cpp
- src/mesh/Connectivity.hpp 74 additions, 76 deletionssrc/mesh/Connectivity.hpp
- src/mesh/ConnectivityDescriptor.hpp 121 additions, 0 deletionssrc/mesh/ConnectivityDescriptor.hpp
- src/mesh/ConnectivityDispatcher.cpp 345 additions, 305 deletionssrc/mesh/ConnectivityDispatcher.cpp
- src/mesh/ConnectivityDispatcher.hpp 111 additions, 8 deletionssrc/mesh/ConnectivityDispatcher.hpp
- src/mesh/GmshReader.cpp 416 additions, 172 deletionssrc/mesh/GmshReader.cpp
- src/mesh/GmshReader.hpp 3 additions, 0 deletionssrc/mesh/GmshReader.hpp
- src/mesh/ItemToItemMatrix.hpp 1 addition, 1 deletionsrc/mesh/ItemToItemMatrix.hpp
- src/mesh/ItemType.hpp 4 additions, 0 deletionssrc/mesh/ItemType.hpp
- src/mesh/ItemValue.hpp 1 addition, 4 deletionssrc/mesh/ItemValue.hpp
- src/mesh/Mesh.hpp 0 additions, 2 deletionssrc/mesh/Mesh.hpp
- src/mesh/MeshData.hpp 6 additions, 2 deletionssrc/mesh/MeshData.hpp
- src/mesh/MeshNodeBoundary.hpp 3 additions, 7 deletionssrc/mesh/MeshNodeBoundary.hpp
- src/mesh/RefFaceList.hpp 0 additions, 40 deletionssrc/mesh/RefFaceList.hpp
- src/mesh/RefItemList.hpp 50 additions, 0 deletionssrc/mesh/RefItemList.hpp
- src/mesh/RefNodeList.hpp 0 additions, 40 deletionssrc/mesh/RefNodeList.hpp
- src/mesh/SubItemValuePerItem.hpp 1 addition, 11 deletionssrc/mesh/SubItemValuePerItem.hpp
src/mesh/ConnectivityDescriptor.hpp
0 → 100644
This diff is collapsed.
This diff is collapsed.
src/mesh/RefFaceList.hpp
deleted
100644 → 0
src/mesh/RefItemList.hpp
0 → 100644
src/mesh/RefNodeList.hpp
deleted
100644 → 0