|
IFEM
90A354
|
Domain decomposition related partitioning for FE models. More...
#include "Interface.h"#include <map>#include <set>#include <string>#include <vector>#include <cstddef>

Go to the source code of this file.
Classes | |
| class | DomainDecomposition |
| Class containing domain decomposition related partitioning. More... | |
| class | DomainDecomposition::OrientIterator |
| Iterator for matching nodes on edges/faces with a given orientation and index. More... | |
| class | DomainDecomposition::SlaveOrder |
| Functor to order ghost connections. More... | |
| struct | DomainDecomposition::BlockInfo |
| Struct with information per matrix block. More... | |
Typedefs | |
| using | IntVec = std::vector< int > |
| Convenience type alias. | |
| using | IntMat = std::vector< IntVec > |
| Convenience type alias. | |
Domain decomposition related partitioning for FE models.