Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dts.c2628 PetscCall(VecDestroyVecs(ts->eval_times->num_time_points, &ts->eval_times->sol_vecs)); in TSReset()
4078 …if (!ts->eval_times->sol_vecs) PetscCall(VecDuplicateVecs(ts->vec_sol, ts->eval_times->num_time_po… in TSSolve()
4087 PetscCall(VecCopy(ts->vec_sol, ts->eval_times->sol_vecs[ts->eval_times->sol_idx])); in TSSolve()
4216 PetscCall(VecCopy(ts->vec_sol, ts->eval_times->sol_vecs[ts->eval_times->sol_idx])); in TSSolve()
5977 PetscCall(VecDestroyVecs(ts->eval_times->num_time_points, &ts->eval_times->sol_vecs)); in TSSetEvaluationTimes()
5980 for (PetscInt i = 0; i < n; i++) PetscCall(VecZeroEntries(ts->eval_times->sol_vecs[i])); in TSSetEvaluationTimes()
6076 if (Sols) *Sols = ts->eval_times->sol_vecs; in TSGetEvaluationSolutions()
/petsc/include/petsc/private/
H A Dtsimpl.h156 Vec *sol_vecs; /* array of the solutions at the specified time points */ member