Searched refs:fct (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | spectraladjointassimilation.c | 619 PetscReal fct, gnorm; in MonitorError() local 633 PetscCall(TaoGetSolutionStatus(tao, NULL, &fct, NULL, NULL, NULL, NULL)); in MonitorError() 638 …(PETSC_COMM_WORLD, "%3" PetscInt_FMT " %g %g %g\n", its, (double)nrm, (double)fct, (double)gnorm)); in MonitorError()
|
| /petsc/doc/changes/ |
| H A D | 317.md | 195 - Change `TaoGetObjective()`. Use `TaoGetSolutionStatus(tao,NULL,&fct,NULL,NULL,NULL,NULL)` instead
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 9601 DMPolytopeType fct; in DMPlexCheckFaces() local 9604 PetscCall(DMPlexGetCellType(dm, cone[f], &fct)); in DMPlexCheckFaces() 9610 …t_FMT " vertices but should have %" PetscInt_FMT, cone[f], DMPolytopeTypes[fct], f, c, DMPolytopeT… in DMPlexCheckFaces() 9620 …cInt_FMT ", %" PetscInt_FMT " != %" PetscInt_FMT, cone[f], DMPolytopeTypes[fct], f, ornt[f], c, DM… in DMPlexCheckFaces()
|