#include "petscts.h" PetscErrorCode TSAdaptChoose(TSAdapt adapt,TS ts,PetscReal h,PetscInt *next_sc,PetscReal *next_h,PetscBool *accept)Logically Collective Many br
adapt | - adaptive contoller Many br | |
h | - current step size Many br |
next_sc | - optional, scheme to use for the next step Many br | |
next_h | - step size to use for the next step Many br | |
accept | - PETSC_TRUE to accept the current step, PETSC_FALSE to repeat the current step with the new step size Many br |
Many br
Level:developer
Location:src/ts/adapt/interface/tsadapt.c
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages