Skip to content
Snippets Groups Projects
Unverified Commit 6384e2bc authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

Construct `domain_decomposition` given a list of `group_descriptions`. (#1788)

- Implement a new constructor for `domain_decomposition` from a vector of `group_descriptions`. The new constructor performs various checks on the given `group_descriptions` and throws an appropriate exception if any problem is found. It is the only available constructor for `domain_decomposition`.
- Make the various members of `domain_decomposition` private and implement their getters.  
- Expose the `domain_decomposition` constructor to the python interface through a `partition_by_group` function.
- Add unit tests. 
- Add documentation.
parent a04ecf74
No related branches found
No related tags found
No related merge requests found
Showing
with 820 additions and 267 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment