MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / if

Function if

comp/meshaccess.cpp:2808–2813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2806 }
2807#ifdef PARALLEL
2808 else if (use_mpi)
2809 {
2810 static Timer t("dummy - progressreport"); RegionTimer r(t);
2811 comm.Send (nr, 0, NG_MPI_TAG_SOLVE);
2812 // changed from BSend (VSC-problem)
2813 }
2814#endif
2815 prevtime = WallTime();
2816 }

Callers 7

coefficient.cppFile · 0.85
DeviceRegionTimerClass · 0.85
DeviceRegionTracerMethod · 0.85
is_emptyMethod · 0.85
mptools.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected