#include "petscts.h" PetscErrorCode TSRosWRegisterRos4(TSRosWType name,PetscReal gamma,PetscReal a2,PetscReal a3,PetscReal b3,PetscReal e4)Not Collective, but the same schemes should be registered on all processes on which they will be used
name | - identifier for method | |
gamma | - leading coefficient (diagonal entry) | |
a2 | - design parameter, see Table 7.2 of Hairer&Wanner | |
a3 | - design parameter or PETSC_DEFAULT to satisfy one of the order five conditions (Eq 7.22) | |
b3 | - design parameter, see Table 7.2 of Hairer&Wanner | |
beta43 | - design parameter or PETSC_DEFAULT to use Equation 7.21 of Hairer&Wanner | |
e4 | - design parameter for embedded method, see coefficient E4 in ros4.f code from Hairer |