Home
last modified time | relevance | path

Searched refs:LANDAU_MATRIX_TOTAL (Results 1 – 2 of 2) sorted by relevance

/petsc/include/
H A Dpetsclandau.h102 LANDAU_MATRIX_TOTAL, enumerator
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2298 if (ctx->times[LANDAU_MATRIX_TOTAL] > 0) { // OMP timings in DMPlexLandauDestroyVelocitySpace()
2300 …cInt_FMT " threads\n", ctx->times[LANDAU_EX2_TSSOLVE] - ctx->times[LANDAU_MATRIX_TOTAL], ctx->batc… in DMPlexLandauDestroyVelocitySpace()
2301 …etscCall(PetscPrintf(ctx->comm, "3: Landau: %10.3e\n", ctx->times[LANDAU_MATRIX_TOTAL])); in DMPlexLandauDestroyVelocitySpace()
2715 ctx->times[LANDAU_MATRIX_TOTAL] += (endtime - starttime); in DMPlexLandauIFunction()
2782 ctx->times[LANDAU_MATRIX_TOTAL] += (endtime - starttime); in DMPlexLandauIJacobian()