Compare changes
+3
−2
use more appropriate std::vector<Array<bool>>
This allows to plug the synchronization in ConnectivityDispatcher::_buildNewOwner
- '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'.
ConnectivityDescriptor::cell_by_node_vector -> ConnectivityDescriptor::cell_to_node_vector
Mainly replace _get-like functions by _build-like calls. This removes many unnecessary references.
Starting point only deals with wording of face-reference-list management.
This will ease the generic dispatching of reference item lists
RefFaceList's are now dispatched using generic coding
- building/reading of edges - dispatching in parallel This implies that [Sub]ItemValue<edge> are also now available
the untreated #warning have been converted to issues
Feature/mpi Closes #4 and #2 See merge request code/pastis!11