Searched defs:cost (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/impls/implicit/glle/ |
| H A D | glleadapt.c | 185 …, 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 D | tsadapt.c | 834 …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 D | ex11.c | 228 PetscReal x0[DIM], v[DIM], r, cost, sint; in PhysicsSolution_Advect() local
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 360 … PetscReal cost[16]; /* relative measure of the amount of work required for each scheme */ member
|