Classes | |
class | geometric |
Geometrical domain decomposition. More... | |
class | hierarchical |
Does hierarchical decomposition of points. Works by first sorting the points in x direction into equal sized bins, then in y direction and finally in z direction. More... | |
class | manual |
Decomposition given a cell-to-processor association in a file. More... | |
class | multiLevel |
Decomposition given using consecutive application of decomposers. More... | |
class | none |
Dummy decomposition method. More... | |
class | random |
Random decomposition. Good for testing. Very bad for anything else. More... | |
class | simple |
class | structured |
Decomposition by walking out decomposition of patch cells mesh. More... | |
class | metis |
Metis domain decomposition. More... | |
class | parMetis |
ParMetis redistribution in parallel. More... | |
class | ptscotch |
PTScotch domain decomposition. For the main details about how to define the strategies, see scotchDecomp. More... | |
class | scotch |
Scotch domain decomposition. When run in parallel will collect the whole graph on to the master, decompose and send back. Use ptscotch for proper distributed decomposition. More... | |
class | zoltan |
Zoltan redistribution in parallel. More... | |
defineTypeNameAndDebug | ( | metis | , |
0 | |||
) |
addToRunTimeSelectionTable | ( | decompositionMethod | , |
metis | , | ||
decomposer | |||
) |
defineTypeNameAndDebug | ( | ptscotch | , |
0 | |||
) |
addToRunTimeSelectionTable | ( | decompositionMethod | , |
ptscotch | , | ||
distributor | |||
) |
defineTypeNameAndDebug | ( | scotch | , |
0 | |||
) |
addToRunTimeSelectionTable | ( | decompositionMethod | , |
scotch | , | ||
decomposer | |||
) |
addToRunTimeSelectionTable | ( | decompositionMethod | , |
scotch | , | ||
distributor | |||
) |
Foam::decompositionMethods::defineTypeNameAndDebug | ( | hierarchical | , |
0 | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
hierarchical | , | ||
decomposer | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
hierarchical | , | ||
distributor | |||
) |
Foam::decompositionMethods::defineTypeNameAndDebug | ( | manual | , |
0 | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
manual | , | ||
decomposer | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
manual | , | ||
distributor | |||
) |
Foam::decompositionMethods::defineTypeNameAndDebug | ( | multiLevel | , |
0 | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
multiLevel | , | ||
decomposer | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
multiLevel | , | ||
distributor | |||
) |
Foam::decompositionMethods::defineTypeName | ( | none | ) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
none | , | ||
decomposer | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
none | , | ||
distributor | |||
) |
Foam::decompositionMethods::defineTypeNameAndDebug | ( | random | , |
0 | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
random | , | ||
decomposer | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
random | , | ||
distributor | |||
) |
Foam::decompositionMethods::defineTypeNameAndDebug | ( | simple | , |
0 | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
simple | , | ||
decomposer | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
simple | , | ||
distributor | |||
) |
Foam::decompositionMethods::defineTypeNameAndDebug | ( | structured | , |
0 | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
structured | , | ||
decomposer | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
structured | , | ||
distributor | |||
) |
Foam::decompositionMethods::defineTypeNameAndDebug | ( | parMetis | , |
0 | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
parMetis | , | ||
distributor | |||
) |
Foam::decompositionMethods::defineTypeNameAndDebug | ( | zoltan | , |
0 | |||
) |
Foam::decompositionMethods::addToRunTimeSelectionTable | ( | decompositionMethod | , |
zoltan | , | ||
distributor | |||
) |