Home
last modified time | relevance | path

Searched defs:PCSetType (Results 1 – 2 of 2) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/interface/
H A Dpcset.c54 PetscErrorCode PCSetType(PC pc,PCType type) in PCSetType() function
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/misc/petsc/
H A Dpetsccommon.hh214 …inline static void PCSetType ( PC pc, const PCType type ) { ErrorCheck( ::PCSetType( pc, type ) )… in PCSetType() function