MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / main

Function main

cpp/demo/custom_kernel/main.cpp:275–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275int main(int argc, char* argv[])
276{
277 MPI_Init(&argc, &argv);
278 dolfinx::init_logging(argc, argv);
279 assemble<float>(MPI_COMM_WORLD);
280 assemble<double>(MPI_COMM_WORLD);
281 MPI_Finalize();
282 return 0;
283}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected