Home
last modified time | relevance | path

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

/petsc/src/ts/impls/eimex/
H A Deimex.c8 PetscInt col_ind; /* Return the term T[row_ind][col_ind] */ member
38 PetscCall(VecCopy(ext->T[Map(ext->row_ind, ext->col_ind, ns)], X)); in TSEvaluateStep_EIMEX()
117 ext->col_ind++; in TSStep_EIMEX()
325 if (-1 == ext->row_ind && -1 == ext->col_ind) { in TSSetUp_EIMEX()
469 ext->col_ind = col - 1; /* Array index in C starts from 0 */ in TSEIMEXSetRowCol_EIMEX()
544 ext->col_ind = -1; in TSCreate_EIMEX()