Home
last modified time | relevance | path

Searched defs:cost (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c185 …, PetscInt n, const PetscInt orders[], const PetscReal errors[], const PetscReal cost[], PetscInt … in TSGLLEAdaptChoose()
226 …, PetscInt n, const PetscInt orders[], const PetscReal errors[], const PetscReal cost[], PetscInt … in TSGLLEAdaptChoose_None()
254 …, PetscInt n, const PetscInt orders[], const PetscReal errors[], const PetscReal cost[], PetscInt … in TSGLLEAdaptChoose_Size()
295 …, PetscInt n, const PetscInt orders[], const PetscReal errors[], const PetscReal cost[], PetscInt … in TSGLLEAdaptChoose_Both()
/petsc/src/ts/adapt/interface/
H A Dtsadapt.c834 …st char name[], PetscInt order, PetscInt stageorder, PetscReal ccfl, PetscReal cost, PetscBool inu… in TSAdaptCandidateAdd()
879 …onst PetscInt **order, const PetscInt **stageorder, const PetscReal **ccfl, const PetscReal **cost) in TSAdaptCandidatesGet()
/petsc/src/ts/tutorials/
H A Dex11.c228 PetscReal x0[DIM], v[DIM], r, cost, sint; in PhysicsSolution_Advect() local
/petsc/include/petsc/private/
H A Dtsimpl.h360 … PetscReal cost[16]; /* relative measure of the amount of work required for each scheme */ member