Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dts.c94 PetscInt num_eval_times = PETSC_STATIC_ARRAY_LENGTH(eval_times); in TSSetFromOptions() local
117 …ptionsRealArray("-ts_time_span", "Time span", "TSSetTimeSpan", eval_times, &num_eval_times, &flg)); in TSSetFromOptions()
118 if (flg) PetscCall(TSSetTimeSpan(ts, num_eval_times, eval_times)); in TSSetFromOptions()
119 num_eval_times = PETSC_STATIC_ARRAY_LENGTH(eval_times); in TSSetFromOptions()
120 …eval_times", "Evaluation time points", "TSSetEvaluationTimes", eval_times, &num_eval_times, &opt)); in TSSetFromOptions()
122 if (opt) PetscCall(TSSetEvaluationTimes(ts, num_eval_times, eval_times)); in TSSetFromOptions()