MCPcopy Create free account
hub / github.com/NanoComp/meep / create_comms_manager

Function create_comms_manager

src/mympi.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141} // namespace
142
143std::unique_ptr<comms_manager> create_comms_manager() {
144 return std::unique_ptr<comms_manager>(new mpi_comms_manager());
145}
146
147int verbosity = 1; // defined in meep.h
148

Callers 2

step_boundariesMethod · 0.85
FOR_FIELD_TYPESFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected