Searched refs:newpf (Results 1 – 1 of 1) sorted by relevance
86 PF newpf; in PFCreate() local93 …PetscCall(PetscHeaderCreate(newpf, PF_CLASSID, "PF", "Mathematical functions", "Vec", comm, PFDest… in PFCreate()94 newpf->data = NULL; in PFCreate()95 newpf->ops->destroy = NULL; in PFCreate()96 newpf->ops->apply = NULL; in PFCreate()97 newpf->ops->applyvec = NULL; in PFCreate()98 newpf->ops->view = NULL; in PFCreate()99 newpf->dimin = dimin; in PFCreate()100 newpf->dimout = dimout; in PFCreate()102 *pf = newpf; in PFCreate()