Home
last modified time | relevance | path

Searched refs:PF (Results 1 – 25 of 51) sorted by relevance

123

/petsc/include/
H A Dpetscpf.h39 typedef struct _p_PF *PF; typedef
43 PETSC_EXTERN PetscErrorCode PFCreate(MPI_Comm, PetscInt, PetscInt, PF *);
44 PETSC_EXTERN PetscErrorCode PFSetType(PF, PFType, void *);
45 PETSC_EXTERN PetscErrorCode PFSet(PF, PetscErrorCode (*)(void *, PetscInt, const PetscScalar *, Pet…
46 PETSC_EXTERN PetscErrorCode PFApply(PF, PetscInt, const PetscScalar *, PetscScalar *);
47 PETSC_EXTERN PetscErrorCode PFApplyVec(PF, Vec, Vec);
49 PETSC_EXTERN PetscErrorCode PFStringSetFunction(PF, const char *);
54 PETSC_EXTERN PetscErrorCode PFRegister(const char[], PetscErrorCode (*)(PF, void *));
56 PETSC_EXTERN PetscErrorCode PFDestroy(PF *);
57 PETSC_EXTERN PetscErrorCode PFSetFromOptions(PF);
[all …]
/petsc/src/vec/pf/interface/
H A Dpfall.c4 PETSC_INTERN PetscErrorCode PFCreate_Constant(PF, void *);
5 PETSC_INTERN PetscErrorCode PFCreate_Quick(PF, void *);
6 PETSC_INTERN PetscErrorCode PFCreate_Identity(PF, void *);
8 PETSC_INTERN PetscErrorCode PFCreate_String(PF, void *);
11 PETSC_INTERN PetscErrorCode PFCreate_Matlab(PF, void *);
H A Dpf.c27 PetscErrorCode PFSet(PF pf, PetscErrorCode (*apply)(void *, PetscInt, const PetscScalar *, PetscSca… in PFSet()
51 PetscErrorCode PFDestroy(PF *pf) in PFDestroy()
84 PetscErrorCode PFCreate(MPI_Comm comm, PetscInt dimin, PetscInt dimout, PF *pf) in PFCreate()
86 PF newpf; in PFCreate()
122 PetscErrorCode PFApplyVec(PF pf, Vec x, Vec y) in PFApplyVec()
189 PetscErrorCode PFApply(PF pf, PetscInt n, const PetscScalar *x, PetscScalar *y) in PFApply()
218 PetscErrorCode PFViewFromOptions(PF A, PetscObject obj, const char name[]) in PFViewFromOptions()
250 PetscErrorCode PFView(PF pf, PetscViewer viewer) in PFView()
304 PetscErrorCode PFRegister(const char sname[], PetscErrorCode (*function)(PF, void *)) in PFRegister() argument
328 PetscErrorCode PFGetType(PF pf, PFType *type) in PFGetType()
[all …]
H A Dmakefile4 SUBMANSEC = PF
/petsc/doc/manualpages/MANSECHeaders/
H A DPF1 # Defining your own mathematical functions (PF)
3 PETSc functions (`PF` objects) are used to compute grid functions, element functions, etc.
/petsc/src/vec/pf/impls/constant/
H A Dconst.c44 static PetscErrorCode PFSetFromOptions_Constant(PF pf, PetscOptionItems PetscOptionsObject) in PFSetFromOptions_Constant()
55 PETSC_INTERN PetscErrorCode PFCreate_Constant(PF pf, void *value) in PFCreate_Constant()
72 PETSC_INTERN PetscErrorCode PFCreate_Quick(PF pf, PetscErrorCode (*function)(void *, PetscInt, cons… in PFCreate_Quick()
115 PETSC_INTERN PetscErrorCode PFCreate_Identity(PF pf, void *value) in PFCreate_Identity()
H A Dmakefile4 SUBMANSEC = PF
/petsc/src/vec/pf/impls/string/
H A Dcstring.c25 static PetscErrorCode PFSetFromOptions_String(PF pf, PetscOptionItems PetscOptionsObject) in PFSetFromOptions_String()
57 PetscErrorCode PFStringSetFunction(PF pf, const char string[]) in PFStringSetFunction()
100 PETSC_INTERN PetscErrorCode PFCreate_String(PF pf, void *value) in PFCreate_String()
H A Dmakefile5 SUBMANSEC = PF
/petsc/src/vec/pf/impls/matlab/
H A Dcmatlab.c47 static PetscErrorCode PFSetFromOptions_Matlab(PF pf, PetscOptionItems PetscOptionsObject) in PFSetFromOptions_Matlab()
61 PETSC_INTERN PetscErrorCode PFCreate_Matlab(PF pf, void *value) in PFCreate_Matlab()
H A Dmakefile5 SUBMANSEC = PF
/petsc/src/vec/pf/impls/string/tests/output/
H A Dex1_1.out1 PF Object: 1 MPI process
/petsc/src/vec/pf/
H A Dmakefile4 SUBMANSEC = PF
H A Dpfimpl.h16 PetscErrorCode (*setfromoptions)(PF, PetscOptionItems);
/petsc/doc/manualpages/
H A DDiscretization.md11 PF/index
/petsc/src/dm/impls/da/
H A Ddapf.c19 PetscErrorCode DMDACreatePF(DM da, PF *pf) in DMDACreatePF()
/petsc/src/vec/pf/impls/string/tests/
H A Dex1.c9 PF pf; in main()
/petsc/src/dm/tests/
H A Dex37.c23 PF pf; in main()
H A Dex16.c16 PF pf; in main()
/petsc/src/dm/tutorials/
H A Dex4.c29 PF pf; in main()
/petsc/systems/Apple/OSX/bin/
H A Dmakedocs129 <Name>PF</Name>
130 <Path>manualpages/PF</Path>
/petsc/systems/Apple/iOS/bin/
H A Dmakedocs129 <Name>PF</Name>
130 <Path>manualpages/PF</Path>
/petsc/src/ts/tests/
H A Dex11.c91 static PetscErrorCode PFCreate_Dummy(PF pf, PetscCtx ctx) in PFCreate_Dummy()
/petsc/doc/changes/
H A D21.md156 ```{rubric} PF:
H A D311.md17 ```{rubric} PF:

123