petsc-3.7.1 2016-05-15
PFSetType
Builds PF for a particular function
Synopsis
#include "petscpf.h"
PetscErrorCode PFSetType(PF pf,PFType type,void *ctx)
Collective on PF Many br
Input Parameter
| pf | - the function context. Many br |
| type | - a known method Many br |
| ctx | - optional type dependent context Many br |
Options Database Key
-pf_type <type> -Sets PF type Many br
Notes
See "petsc/include/petscpf.h" for available methods (for instance, Many brPFCONSTANT) Many br
Many br
Keywords
PF, set, method, type
See Also
PFSet(), PFRegister(), PFCreate(), DMDACreatePF()
Level:intermediate
Location:src/vec/pf/interface/pf.c
Index of all PF routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/snes/examples/tutorials/ex22.c.html