MCPcopy Create free account
hub / github.com/cselab/aphros / ModuleDistrNative

Method ModuleDistrNative

src/distr/native.cpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15class ModuleDistrNative : public ModuleDistr<M> {
16 public:
17 ModuleDistrNative() : ModuleDistr<M>("native") {}
18 std::unique_ptr<DistrMesh<M>> Make(
19 MPI_Comm comm, const KernelMeshFactory<M>& factory, Vars& var) override {
20 return std::unique_ptr<DistrMesh<M>>(new Native<M>(comm, factory, var));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected