OpenPFC  0.1.4
Phase Field Crystal simulation framework
Loading...
Searching...
No Matches
decomposition_factory.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 VTT Technical Research Centre of Finland Ltd
2// SPDX-License-Identifier: AGPL-3.0-or-later
3
34#ifndef PFC_DECOMPOSITION_FACTORY_HPP
35#define PFC_DECOMPOSITION_FACTORY_HPP
36
39#include <mpi.h>
40
41namespace pfc {
42
52
61
62} // namespace pfc
63
64#endif // PFC_DECOMPOSITION_FACTORY_HPP
Domain decomposition for parallel MPI simulations.
Decomposition make_decomposition(const World &world, int rank, int num_domains)
Factory function to create a Decomposition object.
Describes a static, pure partitioning of the global simulation domain into local subdomains.
Definition decomposition.hpp:182
Represents the global simulation domain (the "world").
Definition world.hpp:91
World class definition and unified interface.