Searched refs:cvode_type (Results 1 – 2 of 2) sorted by relevance
31 PetscInt cvode_type; /* the SUNDIALS method, BDF or ADAMS */ member
324 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()