Home
last modified time | relevance | path

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

/petsc/src/ts/impls/implicit/sundials/
H A Dsundials.h31 PetscInt cvode_type; /* the SUNDIALS method, BDF or ADAMS */ member
H A Dsundials.c324 cvode->mem = CVodeCreate(cvode->cvode_type, CV_NEWTON); in TSSetUp_Sundials()
391 … "TSSundialsSetType", TSSundialsLmmTypes, 3, TSSundialsLmmTypes[cvode->cvode_type], &indx, &flag)); in TSSetFromOptions_Sundials()
423 if (cvode->cvode_type == SUNDIALS_ADAMS) type = atype; in TSView_Sundials()
487 cvode->cvode_type = type; in TSSundialsSetType_Sundials()
904 cvode->cvode_type = SUNDIALS_BDF; in TSCreate_Sundials()