Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/petsc/src/mat/tests/
H A Dmmio.c18 FILE *f; in mm_read_unsymmetric_sparse() local
86 int mm_read_banner(FILE *f, MM_typecode *matcode) in mm_read_banner()
140 int mm_write_mtx_crd_size(FILE *f, int M, int N, int nz) in mm_write_mtx_crd_size()
146 int mm_read_mtx_crd_size(FILE *f, int *M, int *N, int *nz) in mm_read_mtx_crd_size()
170 int mm_read_mtx_array_size(FILE *f, int *M, int *N) in mm_read_mtx_array_size()
193 int mm_write_mtx_array_size(FILE *f, int M, int N) in mm_write_mtx_array_size()
205 int mm_read_mtx_crd_data(FILE *f, int M, int N, int nz, int ia[], int ja[], double val[], MM_typeco… in mm_read_mtx_crd_data()
225 int mm_read_mtx_crd_entry(FILE *f, int *ia, int *ja, double *real, double *imag, MM_typecode matcod… in mm_read_mtx_crd_entry()
252 FILE *f; in mm_read_mtx_crd() local
286 int mm_write_banner(FILE *f, MM_typecode matcode) in mm_write_banner()
[all …]
/petsc/include/petsc/private/
H A Dpetsclegacycupmblas.h9 …#define cublasXaxpy(a, b, c, d, e, f, g) cublasCaxpy((a), (b), (cuComplex *)(… argument
11 …#define cublasXdotu(a, b, c, d, e, f, g) cublasCdotu((a), (b), (cuComplex *)(… argument
12 …#define cublasXdot(a, b, c, d, e, f, g) cublasCdotc((a), (b), (cuComplex *)(… argument
13 …#define cublasXswap(a, b, c, d, e, f) cublasCswap((a), (b), (cuComplex *)(… argument
17 …#define cublasXgemv(a, b, c, d, e, f, g, h, i, j, k, l) cublasCgemv((a), (b), (c), (d), (cuC… argument
18 …#define cublasXgemm(a, b, c, d, e, f, g, h, i, j, k, l, m, n) cublasCgemm((a), (b), (c), (d), (e),… argument
19 …#define cublasXgeam(a, b, c, d, e, f, g, h, i, j, k, l, m) cublasCgeam((a), (b), (c), (d), (e),… argument
20 #define cublasXgemvStridedBatched(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p) \ argument
23 …#define cublasXaxpy(a, b, c, d, e, f, g) cublasZaxpy((a), (b), (cuDoubleCompl… argument
25 …#define cublasXdotu(a, b, c, d, e, f, g) cublasZdotu((a), (b), (cuDoubleCompl… argument
[all …]
H A Dsfimpl.h155 #define MPIU_Ireduce(a, b, c, d, e, f, g, req) MPI_Ireduce(a, b, c, d, e, f, g, req) argument
156 #define MPIU_Iscatter(a, b, c, d, e, f, g, h, req) MPI_Iscatter(a, b, c, d, e, f, g, h, req) argument
157 …#define MPIU_Iscatterv(a, b, c, d, e, f, g, h, i, req) MPI_Iscatterv(a, b, c, d, e, f, g, h, i, re… argument
158 #define MPIU_Igather(a, b, c, d, e, f, g, h, req) MPI_Igather(a, b, c, d, e, f, g, h, req) argument
159 …#define MPIU_Igatherv(a, b, c, d, e, f, g, h, i, req) MPI_Igatherv(a, b, c, d, e, f, g, h, i, req) argument
160 #define MPIU_Iallgather(a, b, c, d, e, f, g, req) MPI_Iallgather(a, b, c, d, e, f, g, req) argument
161 …#define MPIU_Iallgatherv(a, b, c, d, e, f, g, h, req) MPI_Iallgatherv(a, b, c, d, e, f, g, h, req) argument
162 #define MPIU_Ialltoall(a, b, c, d, e, f, g, req) MPI_Ialltoall(a, b, c, d, e, f, g, req) argument
168 #define MPIU_Ireduce(a, b, c, d, e, f, g, req) MPI_Reduce(a, b, c, d, e, f, g) argument
169 #define MPIU_Iscatter(a, b, c, d, e, f, g, h, req) MPI_Scatter(a, b, c, d, e, f, g, h) argument
[all …]
/petsc/src/dm/dt/interface/
H A Ddtds.c113 PetscInt Nf, numConstants, f; in PetscDSView_Ascii() local
366 PetscInt dim, dimEmbed, NbMax = 0, NcMax = 0, NqMax = 0, NsMax = 1, f; in PetscDSSetUp() local
548 PetscInt Nf = prob->Nf, f; in PetscDSEnlarge_Static() local
626 PetscInt f; in PetscDSDestroy() local
896 PetscInt f; in PetscDSGetNumCohesive() local
922 PetscErrorCode PetscDSGetCohesive(PetscDS ds, PetscInt f, PetscBool *isCohesive) in PetscDSGetCohesive()
946 PetscErrorCode PetscDSSetCohesive(PetscDS ds, PetscInt f, PetscBool isCohesive) in PetscDSSetCohesive()
1025 PetscErrorCode PetscDSGetDiscretization(PetscDS prob, PetscInt f, PetscObject *disc) in PetscDSGetDiscretization()
1049 PetscErrorCode PetscDSSetDiscretization(PetscDS prob, PetscInt f, PetscObject disc) in PetscDSSetDiscretization()
1189 PetscErrorCode PetscDSGetImplicit(PetscDS prob, PetscInt f, PetscBool *implicit) in PetscDSGetImplicit()
[all …]
/petsc/include/petsc/private/cpp/
H A Dtuple.hpp26 constexpr inline F &&tuple_for_each(index_sequence<Idx...>, T &&tuple, F &&f) in tuple_for_each()
33 constexpr inline F &&tuple_for_each(index_sequence<>, T &&, F &&f) noexcept in tuple_for_each()
41 constexpr inline F &&tuple_for_each(T &&tuple, F &&f) in tuple_for_each()
/petsc/share/petsc/matlab/
H A DUFgetPetscMat.m16 f = find (index.nrows == index.ncols & index.nrows > 940000 & index.isReal) ; variable
18 f = f (j) ; variable
/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Dfastslowsplit.py30 def evalRHSFunction(self, ts, t, u, f): argument
43 def evalRHSFunctionSlow(self, ts, t, u, f): argument
51 def evalRHSFunctionFast(self, ts, t, u, f): argument
57 def evalIFunctionFast(self, ts, t, u, udot, f): argument
93 f = u.duplicate() variable
/petsc/include/
H A Dpetscblaslapack.h82 …#define LAPACKorgqr_(a, b, c, d, e, f, g, h, i) PetscMissingLapack("ORGQR", a, b, c, d, e, f, g, h… argument
103 …#define LAPACKstein_(a, b, c, d, e, f, g, h, i, j, k, l, m) PetscMissingLapack("STEIN", a, b, c, d… argument
116 #define LAPACKsytri_(a, b, c, d, e, f, g) PetscMissingLapack("SYTRI", a, b, c, d, e, f, g) argument
131 …#define LAPACKormqr_(a, b, c, d, e, f, g, h, i, j, k, l, m) PetscMissingLapack("ORMQR", a, b, c, d… argument
136 …#define LAPACKstegr_(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) PetscMissingLapac… argument
142 …#define LAPACKsteqr_(a, b, c, d, e, f, g, h) PetscMissingLapack("STEQR", a, b, c, d, e, f, g, … argument
143 …#define LAPACKREALsteqr_(a, b, c, d, e, f, g, h) PetscMissingLapack("STEQR", a, b, c, d, e, f, g, … argument
149 #define LAPACKstev_(a, b, c, d, e, f, g, h) PetscMissingLapack("STEV", a, b, c, d, e, f, g, h) argument
150 #define LAPACKREALstev_(a, b, c, d, e, f, g, h) PetscMissingLapack("STEV", a, b, c, d, e, f, g, h) argument
155 …#define LAPACKhgeqz_(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t) PetscMissingLapac… argument
[all …]
/petsc/src/dm/tutorials/
H A Dex13f90aux.F9068 subroutine petsc_to_local(da, vec, array, f, dof, stw) argument
80 subroutine transform_petsc_us(array, f, stw) argument
87 subroutine local_to_petsc(da, vec, array, f, dof, stw) argument
98 subroutine transform_us_petsc(array, f, stw) argument
/petsc/lib/petsc/bin/maint/
H A DPetscStaticFunctionCandidates.py27 f = open(file, "r"); variable
55 f = open(file, "r"); variable
/petsc/src/sys/tests/linter/
H A DtestValidPointers.c3 …dPointers(void *a, char *b, PetscInt *c, PetscMPIInt *d, PetscInt *e, PetscBool *f, PetscScalar *g… in testValidPointers()
27 void testValidPointers2(void *a, char *b, PetscInt *c, PetscMPIInt *d, PetscInt *e, PetscBool *f, P… in testValidPointers2()
51 …ers3(void **a, char **b, PetscInt **c, PetscMPIInt **d, PetscInt **e, PetscBool **f, PetscScalar *… in testValidPointers3()
/petsc/src/ts/tests/
H A Dex8.c16 PetscErrorCode f(PetscReal t, Vec UV, Vec F) in f() function
19 PetscScalar *f; in f() local
41 PetscScalar *f; in F() local
59 PetscErrorCode (*f)(PetscReal, Vec, Vec); member
H A Dex7.c16 PetscErrorCode f(PetscReal t, Vec UV, Vec F) in f() function
19 PetscScalar *f; in f() local
40 PetscScalar *f; in F() local
60 PetscErrorCode (*f)(PetscReal, Vec, Vec); member
/petsc/src/tao/leastsquares/tutorials/
H A Dchwirut2.c51 Vec x, f; /* solution, function */ in main() local
104 PetscReal *x, *f; in EvaluateFunction() local
603 PetscReal x[NPARAMETERS], f = 0.0; in TaskWorker() local
626 PetscErrorCode RunSimulation(PetscReal *x, PetscInt i, PetscReal *f, AppCtx *user) in RunSimulation()
644 PetscReal f, x[NPARAMETERS]; in StopWorkers() local
H A Dchwirut2f.F90281 subroutine RunSimulation(x, i, f, ierr) argument
331 subroutine FormFunction(ta, x, f, dummy, ierr) argument
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Dhipsparsematimpl.h33 …#define hipsparseXcsrilu02_bufferSize(a, b, c, d, e, f, g, h, i) hipsparseCcsrilu02_bufferSize(a,… argument
34 …#define hipsparseXcsrilu02_analysis(a, b, c, d, e, f, g, h, i, j) hipsparseCcsrilu02_analysis(a, b… argument
35 …#define hipsparseXcsrilu02(a, b, c, d, e, f, g, h, i, j) hipsparseCcsrilu02(a, b, c, d, (… argument
36 …#define hipsparseXcsric02_bufferSize(a, b, c, d, e, f, g, h, i) hipsparseCcsric02_bufferSize(a, … argument
37 …#define hipsparseXcsric02_analysis(a, b, c, d, e, f, g, h, i, j) hipsparseCcsric02_analysis(a, b,… argument
38 …#define hipsparseXcsric02(a, b, c, d, e, f, g, h, i, j) hipsparseCcsric02(a, b, c, d, (h… argument
42 …#define hipsparseXcsrilu02_bufferSize(a, b, c, d, e, f, g, h, i) hipsparseZcsrilu02_bufferSize(a,… argument
43 …#define hipsparseXcsrilu02_analysis(a, b, c, d, e, f, g, h, i, j) hipsparseZcsrilu02_analysis(a, b… argument
44 …#define hipsparseXcsrilu02(a, b, c, d, e, f, g, h, i, j) hipsparseZcsrilu02(a, b, c, d, (… argument
45 …#define hipsparseXcsric02_bufferSize(a, b, c, d, e, f, g, h, i) hipsparseZcsric02_bufferSize(a, … argument
[all …]
/petsc/src/tao/linesearch/interface/
H A Dtaolinesearch.c285 PetscErrorCode TaoLineSearchApply(TaoLineSearch ls, Vec x, PetscReal *f, Vec g, Vec s, PetscReal *s… in TaoLineSearchApply()
433 PetscErrorCode TaoLineSearchMonitor(TaoLineSearch ls, PetscInt its, PetscReal f, PetscReal step) in TaoLineSearchMonitor()
627 …ine(TaoLineSearch ls, PetscErrorCode (*func)(TaoLineSearch ls, Vec x, PetscReal *f, PetscCtx ctx),… in TaoLineSearchSetObjectiveRoutine()
708 …ine(TaoLineSearch ls, PetscErrorCode (*func)(TaoLineSearch ls, Vec x, PetscReal *f, Vec g, PetscCt… in TaoLineSearchSetObjectiveAndGradientRoutine()
758 …LineSearch ls, PetscErrorCode (*func)(TaoLineSearch ls, Vec x, Vec s, PetscReal *f, PetscReal *gts… in TaoLineSearchSetObjectiveAndGTSRoutine()
813 PetscErrorCode TaoLineSearchComputeObjective(TaoLineSearch ls, Vec x, PetscReal *f) in TaoLineSearchComputeObjective()
861 PetscErrorCode TaoLineSearchComputeObjectiveAndGradient(TaoLineSearch ls, Vec x, PetscReal *f, Vec … in TaoLineSearchComputeObjectiveAndGradient()
950 PetscErrorCode TaoLineSearchComputeObjectiveAndGTS(TaoLineSearch ls, Vec x, PetscReal *f, PetscReal… in TaoLineSearchComputeObjectiveAndGTS()
985 PetscErrorCode TaoLineSearchGetSolution(TaoLineSearch ls, Vec x, PetscReal *f, Vec g, PetscReal *st… in TaoLineSearchGetSolution()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Dcusparsematimpl.h23 …#define cusparseXcsrilu02_bufferSize(a, b, c, d, e, f, g, h, i) cusparseCcsrilu02_bufferSize(a, b… argument
24 …#define cusparseXcsrilu02_analysis(a, b, c, d, e, f, g, h, i, j) cusparseCcsrilu02_analysis(a, b, … argument
25 …#define cusparseXcsrilu02(a, b, c, d, e, f, g, h, i, j) cusparseCcsrilu02(a, b, c, d, (cu… argument
26 …#define cusparseXcsric02_bufferSize(a, b, c, d, e, f, g, h, i) cusparseCcsric02_bufferSize(a, b,… argument
27 …#define cusparseXcsric02_analysis(a, b, c, d, e, f, g, h, i, j) cusparseCcsric02_analysis(a, b, c… argument
28 …#define cusparseXcsric02(a, b, c, d, e, f, g, h, i, j) cusparseCcsric02(a, b, c, d, (cuC… argument
32 …#define cusparseXcsrilu02_bufferSize(a, b, c, d, e, f, g, h, i) cusparseZcsrilu02_bufferSize(a, b… argument
33 …#define cusparseXcsrilu02_analysis(a, b, c, d, e, f, g, h, i, j) cusparseZcsrilu02_analysis(a, b, … argument
34 …#define cusparseXcsrilu02(a, b, c, d, e, f, g, h, i, j) cusparseZcsrilu02(a, b, c, d, (cu… argument
35 …#define cusparseXcsric02_bufferSize(a, b, c, d, e, f, g, h, i) cusparseZcsric02_bufferSize(a, b,… argument
[all …]
/petsc/src/ts/tutorials/
H A Dex31.c73 PetscScalar *f; in RHSFunction_Hull1972A1() local
103 PetscScalar *f; in IFunction_Hull1972A1() local
136 PetscScalar *f; in RHSFunction_Hull1972A2() local
165 PetscScalar *f; in IFunction_Hull1972A2() local
200 PetscScalar *f; in RHSFunction_Hull1972A3() local
228 PetscScalar *f; in IFunction_Hull1972A3() local
261 PetscScalar *f; in RHSFunction_Hull1972A4() local
291 PetscScalar *f; in IFunction_Hull1972A4() local
325 PetscScalar *f; in RHSFunction_Hull1972A5() local
355 PetscScalar *f; in IFunction_Hull1972A5() local
[all …]
/petsc/src/dm/impls/swarm/
H A Ddata_bucket.c91 PetscInt f; in DMSwarmDataBucketDestroy() local
105 PetscInt f; in DMSwarmDataBucketQueryForActiveFields() local
239 …PetscInt current_allocated, current_used, new_used, new_unused, new_buffer, new_allocated, f, end; in DMSwarmDataBucketSetSizes() local
291 PetscInt f; in DMSwarmDataBucketSetInitialSizes() local
410 PetscInt f; in DMSwarmDataBucketCopyPoint() local
432 PetscInt f, L, buffer, allocated, p; in DMSwarmDataBucketCreateFromSubset() local
470 PetscInt f; in DMSwarmDataBucketRemovePointAtIndex() local
531 PetscInt f; in DMSwarmDataBucketZeroPoint() local
564 PetscInt f; in DMSwarmDataBucketView_stdout() local
650 PetscInt f; in DMSwarmDataBucketDuplicateFields() local
[all …]
/petsc/src/dm/interface/
H A Ddmi.c91 for (PetscInt f = 0, off = 0; f < numFields; ++f) { in PetscSectionSelectFields_Private() local
101 for (PetscInt f = 0; f < numFields; ++f) { in PetscSectionSelectFields_Private() local
117 for (PetscInt f = 0; f < numFields; ++f) { in PetscSectionSelectFields_Private() local
175 for (PetscInt f = 0; f < numFields; ++f) { in PetscSectionSelectFields_Private() local
295 for (PetscInt f = 0; f < numFields; ++f) { in DMSelectFields_Private() local
321 PetscInt f, g; in DMSelectFields_Private() local
349 for (PetscInt f = 0, g = 0; f < onf && g < nf; ++f) { in DMSelectFields_Private() local
368 for (PetscInt f = 0; f < numFields; ++f) { in DMSelectFields_Private() local
452 PetscInt *Nfs, Nf = 0, f, supf, oldf = -1, nullf = -1, i; in DMCreateSectionSuperDM() local
/petsc/src/snes/utils/
H A Dconvest.c148 PetscInt Nf, f, Nds, s; in PetscConvEstSetUp() local
217 PetscInt f; in PetscConvEstMonitorDefault() local
287 … for (PetscInt f = 0; f < Nf; ++f) PetscCall(PetscDSGetExactSolution(ds, f, &funcs[f], &ctxs[f])); in PetscConvEstComputeErrorSNES_Private() local
310 PetscInt f; in PetscConvEstSetJacobianNullSpace_Private() local
339 PetscInt Nr = ce->Nr, r, f, dim, oldlevel, oldnlev; in PetscConvEstGetConvRateSNES_Private() local
499 PetscInt f; in PetscConvEstGetConvRate() local
532 PetscInt Nf = ce->Nf, f; in PetscConvEstRateView() local
/petsc/src/tao/interface/
H A Dtaosolver_fg.c175 PetscErrorCode TaoComputeObjective(Tao tao, Vec X, PetscReal *f) in TaoComputeObjective()
224 PetscErrorCode TaoComputeObjectiveAndGradient(Tao tao, Vec X, PetscReal *f, Vec G) in TaoComputeObjectiveAndGradient()
279 PetscErrorCode TaoSetObjective(Tao tao, PetscErrorCode (*func)(Tao tao, Vec x, PetscReal *f, PetscC… in TaoSetObjective()
310 PetscErrorCode TaoGetObjective(Tao tao, PetscErrorCode (**func)(Tao tao, Vec x, PetscReal *f, Petsc… in TaoGetObjective()
542 …iveAndGradient(Tao tao, Vec g, PetscErrorCode (*func)(Tao tao, Vec x, PetscReal *f, Vec g, PetscCt… in TaoSetObjectiveAndGradient()
582 …eAndGradient(Tao tao, Vec *g, PetscErrorCode (**func)(Tao tao, Vec x, PetscReal *f, Vec g, PetscCt… in TaoGetObjectiveAndGradient()
/petsc/src/snes/tutorials/
H A Dex1.c132 Vec f; in main() local
162 PetscErrorCode FormFunction1(SNES snes, Vec x, Vec f, PetscCtx ctx) in FormFunction1()
242 PetscErrorCode FormFunction2(SNES snes, Vec x, Vec f, void *dummy) in FormFunction2()
/petsc/config/BuildSystem/config/
H A Dframework.py763 def outputDefine(self, f, name, value = None, condition = None): argument
778 def outputPoison(self, f, name): argument
784 def outputMakeMacro(self, f, name, value): argument
788 def outputMakeRule(self, f, name, dependencies,rule): argument
798 def outputMakeRules(self, f, child, prefix = None): argument
808 def outputMakeMacros(self, f, child, prefix = None): argument
840 def outputDefines(self, defineDict, f, petscconf=False): argument
847 def outputPoisons(self, defineDict, f): argument
851 def outputPkgVersion(self, f, child): argument
885 def outputTypedefs(self, f, child): argument
[all …]

12345678910>>...21