Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 348) sorted by relevance

12345678910>>...14

/petsc/src/dm/impls/plex/tutorials/
H A Dex20.c59 for (PetscInt d = 0; d < dim; d++) { in main() local
110 for (PetscInt d = 0; d < dim; d++) { in main() local
124 for (PetscInt d = 0; d < dim && d < 2; d++) nvertexobs *= 3; in main() local
137 for (PetscInt d = 0; d < dim; d++) PetscCall(VecGetArrayRead(Vecxyz[d], &coords[d])); in main() local
138 for (PetscInt d = 0; d < dim; d++) gridSpacing[d] = (upper[d] - lower[d]) / faces[d]; in main() local
144 for (PetscInt d = 0; d < dim; d++) c[d] = PetscRealPart(coords[d][v]); in main() local
146 for (PetscInt d = 0; d < dim; d++) { in main() local
157 for (PetscInt d = 0; d < dim; d++) PetscCall(VecRestoreArrayRead(Vecxyz[d], &coords[d])); in main() local
195 for (PetscInt d = 0; d < dim; d++) PetscCall(VecGetArray(Vecxyz[d], &coords[d])); in main() local
198 for (PetscInt d = 0; d < dim; d++) { in main() local
[all …]
/petsc/include/petsc/private/
H A Dpetsclegacycupmblas.h9 …#define cublasXaxpy(a, b, c, d, e, f, g) cublasCaxpy((a), (b), (cuComplex *)(… argument
10 …#define cublasXscal(a, b, c, d, e) cublasCscal((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
14 …#define cublasXnrm2(a, b, c, d, e) cublasScnrm2((a), (b), (cuComplex *)… argument
15 …#define cublasIXamax(a, b, c, d, e) cublasIcamax((a), (b), (cuComplex *)… argument
16 …#define cublasXasum(a, b, c, d, e) cublasScasum((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
[all …]
H A Dsfimpl.h154 #define MPIU_Ibcast(a, b, c, d, e, req) MPI_Ibcast(a, b, c, d, e, req) argument
155 #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
167 #define MPIU_Ibcast(a, b, c, d, e, req) MPI_Bcast(a, b, c, d, e) argument
[all …]
/petsc/src/dm/interface/
H A Ddmgeommodel.c19 for (PetscInt d = 0; d < dE; ++d) norm += PetscSqr(PetscRealPart(mcoords[d])); in DMSnapToGeomModelBall() local
21 for (PetscInt d = 0; d < dE; ++d) gcoords[d] = mcoords[d] / norm; in DMSnapToGeomModelBall() local
23 for (PetscInt d = 0; d < dE; ++d) gcoords[d] = mcoords[d]; in DMSnapToGeomModelBall() local
39 for (PetscInt d = 0; d < dE - 1; ++d) norm += PetscSqr(PetscRealPart(mcoords[d])); in DMSnapToGeomModelCylinder() local
41 for (PetscInt d = 0; d < dE - 1; ++d) gcoords[d] = mcoords[d] * gmax[0] / norm; in DMSnapToGeomModelCylinder() local
44 for (PetscInt d = 0; d < dE; ++d) gcoords[d] = mcoords[d]; in DMSnapToGeomModelCylinder() local
183 for (PetscInt d = 0; d < dE; ++d) gcoords[d] = mcoords[d]; in DMSnapToGeomModel() local
H A Ddmperiodicity.c49 PetscInt dim, d; in DMSetPeriodicity() local
99 PetscInt dim, d; in DMLocalizeCoordinate() local
142 PetscInt d; in DMLocalizeCoordinate_Internal() local
161 PetscInt d; in DMLocalizeCoordinateReal_Internal() local
200 PetscInt d; in DMLocalizeAddCoordinate_Internal() local
391 PetscInt dof, d, p; in DMLocalizeCoordinates() local
428 PetscInt p = 0, q, dof, cdof, d, offDG; in DMLocalizeCoordinates() local
/petsc/share/petsc/saws/js/
H A Dtree.js75 .children(function(d) //find who has children from the data structure argument
90 .attr("transform", function (d){return "translate(" + d.y + "," + d.x + ")";}) //root: left argument
109 .html(function (d) { return d.name; }) //this is where the data is actually placed in the tree argument
114 .projection(function (d) { return [d.y, d.x]}) //root: left argument
/petsc/src/dm/impls/product/
H A Dproduct.c6 PetscInt d; in DMDestroy_Product() local
17 PetscInt d; in DMView_Product() local
66 PetscInt d; in DMCreate_Product() local
/petsc/share/petsc/matlab/@PetscOpenFile/
H A Dread.m7 d = longdoubleread(freader.fd,count,datatype); variable
9 d = fread(freader.fd,count,datatype); variable
/petsc/src/vec/is/sf/utils/
H A Dsfcoord.c6 for (PetscInt d = 0; d < dim; d++) { in GetBoundingBox_Internal() local
11 for (PetscInt d = 0; d < dim; d++) { in GetBoundingBox_Internal() local
21 for (PetscInt d = 0; d < dim; d++) { in IntersectBoundingBox_Internal() local
29 for (PetscInt d = 0; d < dim; d++) { in InBoundingBox_Internal() local
177 …for (PetscInt d = 0; d < dim; d++) target_coords[num_targets * dim + d] = target_coords[i * dim + … in PetscSFSetGraphFromCoordinates() local
/petsc/share/petsc/matlab/@PetscOpenSocket/
H A Dread.m20 d = sread(sreader.fd,count,datatype); variable
22 d = d'; 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/impls/plex/tests/
H A Dex100.c14 for (PetscInt d = 0; d < dim; d++) x_tot += x[d]; in project_function() local
88 for (PetscInt d = 0; d < cdim; ++d) { in main() local
94 for (PetscInt d = 0; d < cdim; d++) cell_bounding_box_size[d] = max[d] - min[d]; in main() local
97 for (PetscInt d = 0; d < cdim; d++) { in main() local
/petsc/src/sys/tests/linter/
H A DtestValidPointers.c3 PetscErrorCode testValidPointers(void *a, char *b, PetscInt *c, PetscMPIInt *d, PetscInt *e, PetscB… in testValidPointers()
27 void testValidPointers2(void *a, char *b, PetscInt *c, PetscMPIInt *d, PetscInt *e, PetscBool *f, P… in testValidPointers2()
51 void testValidPointers3(void **a, char **b, PetscInt **c, PetscMPIInt **d, PetscInt **e, PetscBool … in testValidPointers3()
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c564 for (PetscInt d = 0; d < ex->cdimEx; ++d) cnormal[d] *= -1.; in DMPlexTransformSetUp_Extrude() local
565 for (PetscInt d = 0; d < ex->cdimEx; ++d) normal[d] += cnormal[d]; in DMPlexTransformSetUp_Extrude() local
813 for (PetscInt d = 0; d < dEx; ++d) normal[d] = ones2[d]; in DMPlexTransformMapCoordinates_Extrude() local
816 for (PetscInt d = 0; d < dEx; ++d) normal[d] = ones3[d]; in DMPlexTransformMapCoordinates_Extrude() local
823 for (PetscInt d = 0; d < dEx; ++d) normal[d] = ex->normal[d]; in DMPlexTransformMapCoordinates_Extrude() local
836 for (PetscInt d = 0; d < dEx; ++d) normal[d] += cnormal[d]; in DMPlexTransformMapCoordinates_Extrude() local
847 for (PetscInt d = 0; d < dEx; ++d) normal[d] = PetscRealPart(vnormal[d]); in DMPlexTransformMapCoordinates_Extrude() local
857 for (PetscInt d = 0; d < ex->cdim; ++d) x[d] = PetscRealPart(in[d]); in DMPlexTransformMapCoordinates_Extrude() local
859 for (PetscInt d = 0; d < dEx; ++d) dot += PetscRealPart(n[d]) * normal[d]; in DMPlexTransformMapCoordinates_Extrude() local
860 for (PetscInt d = 0; d < dEx; ++d) normal[d] = PetscSign(dot) * PetscRealPart(n[d]); in DMPlexTransformMapCoordinates_Extrude() local
[all …]
/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/snes/tests/
H A Dex8.c152 PetscInt d = user->dir; in constant() local
164 PetscInt d = user->dir; in constantDer() local
178 PetscInt d = user->dir; in linear() local
190 PetscInt d = user->dir; in linearDer() local
208 PetscInt d = user->dir; in quadratic() local
227 PetscInt d = user->dir; in quadraticDer() local
248 PetscInt d = user->dir; in cubic() local
267 PetscInt d = user->dir; in cubicDer() local
288 PetscInt d = user->dir; in quartic() local
307 PetscInt d = user->dir; in quarticDer() local
[all …]
/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/autodiff/adolc-utils/
H A Dmatfree.cxx33 PetscInt m, n, i, j, k = 0, d; in PetscAdolcIJacobianVectorProduct() local
115 PetscInt m, n, i, j, k = 0, d; in PetscAdolcIJacobianVectorProductIDMass() local
183 PetscInt m, n, i, j, k = 0, d; in PetscAdolcIJacobianTransposeVectorProduct() local
269 PetscInt m, n, i, j, k = 0, d; in PetscAdolcIJacobianTransposeVectorProductIDMass() local
/petsc/src/binding/petsc4py/src/lib-petsc/compat/
H A Dh2opus.h11 … Mat a,PETSC_UNUSED PetscInt b,PETSC_UNUSED const PetscReal c[],PETSC_UNUSED PetscBool d,PETSC_UNU… in MatCreateH2OpusFromMat()
14 …pdate(PETSC_UNUSED Mat a,PETSC_UNUSED Mat b,PETSC_UNUSED Mat c,PETSC_UNUSED PetscScalar d) {PetscM… in MatH2OpusLowRankUpdate()
/petsc/src/snes/tutorials/
H A Dex26.c28 PetscInt d; in g0_uu() local
34 PetscInt d; in g3_uu() local
40 PetscInt d; in trig_u() local
48 PetscInt d; in quad_u() local
56 PetscInt d; in f0_trig_u() local
63 PetscInt d; in f0_quad_u() local
84 PetscInt d; in f1_u() local
/petsc/src/dm/impls/swarm/
H A Ddata_ex.c87 DMSwarmDataEx d; in DMSwarmDataExCreate() local
131 PetscErrorCode DMSwarmDataExView(DMSwarmDataEx d) in DMSwarmDataExView()
161 PetscErrorCode DMSwarmDataExDestroy(DMSwarmDataEx d) in DMSwarmDataExDestroy()
182 PetscErrorCode DMSwarmDataExTopologyInitialize(DMSwarmDataEx d) in DMSwarmDataExTopologyInitialize()
197 PetscErrorCode DMSwarmDataExTopologyAddNeighbour(DMSwarmDataEx d, const PetscMPIInt proc_id) in DMSwarmDataExTopologyAddNeighbour()
331 PetscErrorCode DMSwarmDataExTopologyFinalize(DMSwarmDataEx d) in DMSwarmDataExTopologyFinalize()
/petsc/src/mat/impls/aij/seq/klu/
H A Dklu.c14 …#define klu_K_analyze(a, b, c, d) klu_l_analyze((SuiteSparse_long)a, (SuiteSparse_long… argument
15 …#define klu_K_analyze_given(a, b, c, d, e, f) klu_l_analyze_given((SuiteSparse_long)a, (SuiteSpars… argument
22 …#define klu_K_factor(a, b, c, d, e) klu_zl_factor((SuiteSparse_long *)a, (SuiteSparse_long *… argument
24 …#define klu_K_tsolve(a, b, c, d, e, f, g) klu_zl_tsolve((a), (b), (c), (d), (PetscReal *)(e), (f),… argument
33 …#define klu_K_factor(a, b, c, d, e) klu_l_factor((SuiteSparse_long *)a, (SuiteSparse_long *)… argument
35 #define klu_K_tsolve(a, b, c, d, e, f, g) klu_l_tsolve((a), (b), (c), (d), (e), (g)) argument
56 …#define klu_K_tsolve(a, b, c, d, e, f, g) klu_z_tsolve((a), (b), (c), (d), (PetscReal *)(e), (f), … argument
67 #define klu_K_tsolve(a, b, c, d, e, f, g) klu_tsolve((a), (b), (c), (d), (e), (g)) argument
/petsc/src/dm/impls/swarm/tests/
H A Dex1.c24 PetscInt cdim, d; in CreateMesh() local
82 for (PetscInt d = 0; d < dim; ++d) coords[p * dim + d] = 0.5 * (upper[d] - lower[d]); in CreateSwarm() local
176 for (PetscInt d = 0; d < dim; ++d) { in CheckPointInsertion_Boundary() local
182 …for (PetscInt d = 0; d < dim; ++d) coords[(Np - 1) * dim + d] = 0.5 * (lbox_high[d] - lbox_low[d]); in CheckPointInsertion_Boundary() local
/petsc/src/mat/tests/
H A Dex235.c15 static PetscErrorCode myGetDiagonal(Mat S, Vec d) in myGetDiagonal()
27 Vec ll, d, rr; in shiftandscale() local
/petsc/src/ksp/ksp/impls/cg/
H A Dcgeig.c12 PetscScalar *d, *e; in KSPComputeEigenvalues_CG() local
45 PetscScalar *d, *e; in KSPComputeExtremeSingularValues_CG() local

12345678910>>...14