Lines Matching refs:nvar
33 PetscInt i, Start, End, e, nvar; in TSMonitorLGCtxNetworkCreate() local
43 PetscCall(DMNetworkGetComponent(dm, e, ALL_COMPONENTS, NULL, NULL, &nvar)); in TSMonitorLGCtxNetworkCreate()
44 if (!nvar) continue; in TSMonitorLGCtxNetworkCreate()
50 PetscCall(DMNetworkGetComponent(dm, e, ALL_COMPONENTS, NULL, NULL, &nvar)); in TSMonitorLGCtxNetworkCreate()
51 if (!nvar) continue; in TSMonitorLGCtxNetworkCreate()
61 PetscCall(DMNetworkGetComponent(dm, e, ALL_COMPONENTS, NULL, NULL, &nvar)); in TSMonitorLGCtxNetworkCreate()
62 if (!nvar) continue; in TSMonitorLGCtxNetworkCreate()
65 PetscCall(PetscDrawLGCreate(draw, nvar, &(*ctx)->lg[i])); in TSMonitorLGCtxNetworkCreate()
73 PetscCall(DMNetworkGetComponent(dm, e, ALL_COMPONENTS, NULL, NULL, &nvar)); in TSMonitorLGCtxNetworkCreate()
74 if (!nvar) continue; in TSMonitorLGCtxNetworkCreate()
77 PetscCall(PetscDrawLGCreate(draw, nvar, &(*ctx)->lg[i])); in TSMonitorLGCtxNetworkCreate()
118 PetscInt i, v, Start, End, offset, nvar, e; in TSMonitorLGCtxNetworkSolution()
155 PetscCall(DMNetworkGetComponent(dm, e, ALL_COMPONENTS, NULL, NULL, &nvar)); in TSMonitorLGCtxNetworkSolution()
156 if (!nvar) continue; in TSMonitorLGCtxNetworkSolution()
166 PetscCall(DMNetworkGetComponent(dm, v, ALL_COMPONENTS, NULL, NULL, &nvar)); in TSMonitorLGCtxNetworkSolution()
167 if (!nvar) continue; in TSMonitorLGCtxNetworkSolution()