#include "petscpf.h" PetscErrorCode PFSet(PF pf,PetscErrorCode (*apply)(void*,PetscInt,const PetscScalar*,PetscScalar*),PetscErrorCode (*applyvec)(void*,Vec,Vec),PetscErrorCode (*view)(void*,PetscViewer),PetscErrorCode (*destroy)(void*),void*ctx)Collective on PF Many br
pf | - the function context Many br | |
apply | - function to apply to an array Many br | |
applyvec | - function to apply to a Vec Many br | |
view | - function that prints information about the PF Many br | |
destroy | - function to free the private function context Many br | |
ctx | - private function context Many br |
Many br
Level:beginner
Location:src/vec/pf/interface/pf.c
Index of all PF routines
Table of Contents for all manual pages
Index of all manual pages