Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dpetscdsimpl.h124 PetscInt totComp; /* Total field components */ member
/petsc/src/dm/dt/interface/
H A Ddtds.c120 …er, " cell total dim %" PetscInt_FMT " total comp %" PetscInt_FMT "\n", ds->totDim, ds->totComp)); in PetscDSView_Ascii()
374 prob->totDim = prob->totComp = 0; in PetscDSSetUp()
508 prob->totComp += Nc; in PetscDSSetUp()
516 …c3(NsMax * prob->totComp, &prob->u, NsMax * prob->totComp, &prob->u_t, NsMax * prob->totComp * dim… in PetscDSSetUp()
1005 *Nc = prob->totComp; in PetscDSGetTotalComponents()