Searched refs:RKCreate_Gauss (Results 1 – 1 of 1) sorted by relevance
79 static PetscErrorCode RKCreate_Gauss(PetscInt, PetscScalar **, PetscScalar **, PetscReal **);97 PetscCall(PetscFunctionListAdd(&IRKList, IRKGAUSS, RKCreate_Gauss)); in main()280 static PetscErrorCode RKCreate_Gauss(PetscInt nstages, PetscScalar **gauss_A, PetscScalar **gauss_b… in RKCreate_Gauss() function