Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmnetworkts.c22 for (i = 0; i < (*ctx)->nlg; i++) PetscCall(PetscDrawLGDestroy(&(*ctx)->lg[i])); in TSMonitorLGCtxNetworkDestroy()
54 (*ctx)->nlg = i; in TSMonitorLGCtxNetworkCreate()
128 for (i = 0; i < ctx->nlg; i++) { in TSMonitorLGCtxNetworkSolution()
182 for (i = 0; i < ctx->nlg; i++) { in TSMonitorLGCtxNetworkSolution()
/petsc/include/
H A Dpetscts.h1041 PetscInt nlg; member