domain_decomposition

domain_decomposition#

Module: fridom.framework.domain_decomposition

Classes, Functions, and Variables

DomainDecomposition(shape[, halo, periods, ...])

Construct a grid of processors and decompose a global domain into subdomains.

get_default_domain_decomposition()

Get the domain decomposition class for the specified backend.

SingleDecomposition(shape[, halo, periods, ...])

JaxDecomposition(shape[, halo, periods, ...])

Domain Decomposition.


Decomposing the domain into subdomains for parallel computation.