Home
last modified time | relevance | path

Searched refs:PETSCFVLEASTSQUARES (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex11.c23 PetscCall(PetscFVSetType(fvm, PETSCFVLEASTSQUARES)); in main()
/petsc/include/
H A Dpetscfv.h63 #define PETSCFVLEASTSQUARES "leastsquares" macro
/petsc/src/dm/interface/
H A Ddmregall.c216 PetscCall(PetscFVRegister(PETSCFVLEASTSQUARES, PetscFVCreate_LeastSquares)); in PetscFVRegisterAll()
/petsc/src/dm/impls/plex/tests/
H A Dex49.c60 PetscCall(PetscFVSetType(fv, PETSCFVLEASTSQUARES)); in SetupDiscretization()
H A Dex3.c619 PetscCall(PetscFVSetType(fv, PETSCFVLEASTSQUARES)); in TestFVGrad()
/petsc/src/dm/impls/forest/tests/
H A Dex2.c200 PetscCall(PetscFVSetType(fv, PETSCFVLEASTSQUARES)); in main()