Home
last modified time | relevance | path

Searched refs:CeedInt_FMT (Results 1 – 25 of 125) sorted by relevance

12345

/libCEED/tests/
H A Dt219-elemrestriction.c64 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n",… in main()
68 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n",… in main()
74 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n",… in main()
94 printf("Error in restricted array x[%" CeedInt_FMT "] = %f\n", i, (CeedScalar)x_array[i]); in main()
H A Dt218-elemrestriction.c80 … printf("Error in restricted array y[%" CeedInt_FMT "] = %f\n", k, (CeedScalar)y_array[k]); in main()
84 … printf("Error in restricted array y[%" CeedInt_FMT "] = %f\n", k, (CeedScalar)y_array[k]); in main()
89 …printf("Error in unsigned restricted array y[%" CeedInt_FMT "] = %f\n", k, (CeedScalar)y_unsigned_… in main()
93 …printf("Error in unsigned restricted array y[%" CeedInt_FMT "] = %f\n", k, (CeedScalar)y_unsigned_… in main()
99 … printf("Error in restricted array y[%" CeedInt_FMT "] = %f\n", k, (CeedScalar)y_array[k]); in main()
119 printf("Error in restricted array x[%" CeedInt_FMT "] = %f\n", i, (CeedScalar)x_array[i]); in main()
136 printf("Error in restricted array x[%" CeedInt_FMT "] = %f\n", i, (CeedScalar)x_array[i]); in main()
H A Dt203-elemrestriction.c54 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n",… in main()
74 …printf("Error in restricted array x[%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n", j, i, (double)x_a… in main()
H A Dt213-elemrestriction.c58 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n",… in main()
77 …printf("Error in restricted array x[%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n", j, i, (double)x_a… in main()
H A Dt233-elemrestriction.c57 …printf("Error in min/max points: min %" CeedInt_FMT " max %" CeedInt_FMT "\n", min_points, max_poi… in main()
74 …printf("Error in restricted element array %" CeedInt_FMT " y[%" CeedInt_FMT "] = %f\n", i, j, (Cee… in main()
H A Dt202-elemrestriction.c48 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n",… in main()
67 printf("Error in restricted array x[%" CeedInt_FMT "] = %f\n", i, (double)x_array[i]); in main()
H A Dt122-vector.c38 …printf("Error in w = x .* y at index %" CeedInt_FMT ", computed: %f actual: %f\n", i, read_array[i… in main()
50 …printf("Error in w = w .* y at index %" CeedInt_FMT ", computed: %f actual: %f\n", i, read_array[i… in main()
62 …printf("Error in w = x .* w at index %" CeedInt_FMT ", computed: %f actual: %f\n", i, read_array[i… in main()
80 …printf("Error in y = y .* y at index %" CeedInt_FMT ", computed: %f actual: %f\n", i, read_array[i… in main()
H A Dt208-elemrestriction.c47 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n",… in main()
66 printf("Error in restricted array x[%" CeedInt_FMT "] = %f\n", i, (double)x_array[i]); in main()
H A Dt201-elemrestriction.c38 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n",… in main()
H A Dt306-basis.c21 if (p != 64) printf("%" CeedInt_FMT " != 64\n", p); in main()
22 if (q != 125) printf("%" CeedInt_FMT " != 125\n", q); in main()
H A Dt205-elemrestriction.c48 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f != … in main()
H A Dt204-elemrestriction.c48 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f != … in main()
H A Dt415-qfunction.c56 snprintf(name_setup, sizeof name_setup, "Poisson%" CeedInt_FMT "DBuild", dim); in main()
65 snprintf(name_apply, sizeof name_apply, "Vector3Poisson%" CeedInt_FMT "DApply", dim); in main()
86 …printf("%" CeedInt_FMT "D volume error in component %" CeedInt_FMT ": %f != %f\n", dim, c, sum, di… in main()
H A Dt234-elemrestriction.c44 …printf("Error in min/max points: min %" CeedInt_FMT " max %" CeedInt_FMT "\n", min_points, max_poi… in main()
66 …printf("Error in restricted array x[%" CeedInt_FMT "] = %f\n", point_index, (CeedScalar)read_array… in main()
H A Dt305-basis.c59 …printf("Error in diagonalization of M [%" CeedInt_FMT ", %" CeedInt_FMT "]: %f != %f\n", i, j, M[p… in main()
84 …printf("Error in diagonalization of K [%" CeedInt_FMT ", %" CeedInt_FMT "]: %f != %f\n", i, j, K[p… in main()
H A Dt301-basis.c29 …printf("Error in QR factorization A_qr[%" CeedInt_FMT "] = %f != A[%" CeedInt_FMT "] = %f\n", i, A… in main()
H A Dt407-qfunction.c39 …if (num_fields != 3) printf("Incorrect number of fields set: %" CeedInt_FMT " != 2\n", num_fields); in main()
85 …if (ctx_data.count[0] != 14) printf("Incorrect context data for count[0]: %" CeedInt_FMT " != 14\n… in main()
86 …if (ctx_data.count[1] != 43) printf("Incorrect context data for count[1]: %" CeedInt_FMT " != 43\n… in main()
H A Dt319-basis.c77 …if (fabs(u - u_array[i]) > tol) printf("[%" CeedInt_FMT ", %" CeedInt_FMT "] %f != %f\n", dim, i, … in VerifyProjectedBasis()
101 …printf("[%" CeedInt_FMT ", %" CeedInt_FMT ", %" CeedInt_FMT "] %f != %f\n", dim, i, d, du_array[p_… in VerifyProjectedBasis()
229 …printf("Mixed Topology Projection: interp[%" CeedInt_FMT "] expected %f, got %f\n", i, interp_proj… in main()
237 …printf("Mixed Topology Projection: grad[%" CeedInt_FMT "] expected %f, got %f\n", i, grad_proj[i],… in main()
H A Dt220-elemrestriction.c52 …printf("Error in oriented restricted array y[%" CeedInt_FMT "] = %f\n", k, (CeedScalar)y_oriented_… in main()
57 …printf("Error in unsigned restricted array y[%" CeedInt_FMT "] = %f\n", k, (CeedScalar)y_unsigned_… in main()
62 …printf("Error in copy restricted array y[%" CeedInt_FMT "] = %f\n", k, (CeedScalar)y_unsigned_copy… in main()
H A Dt414-qfunction.c53 snprintf(name, sizeof name, "Mass%" CeedInt_FMT "DBuild", dim); in main()
80 …printf("%" CeedInt_FMT "D volume error in component %" CeedInt_FMT ": %f != %f\n", dim, c, sum, (c… in main()
/libCEED/interface/
H A Dceed-elemrestriction.c1327 …"Input vector size %" CeedInt_FMT " not compatible with element restriction (%" CeedInt_FMT ", %" in CeedElemRestrictionApply()
1331 …"Output vector size %" CeedInt_FMT " not compatible with element restriction (%" CeedInt_FMT ", %"… in CeedElemRestrictionApply()
1378 …"Input vector size %" CeedInt_FMT " not compatible with element restriction (%" CeedInt_FMT ", %" in CeedElemRestrictionApplyAtPointsInElement()
1379 ") for element %" CeedInt_FMT, in CeedElemRestrictionApplyAtPointsInElement()
1383 …"Output vector size %" CeedInt_FMT " not compatible with element restriction (%" CeedInt_FMT ", %"… in CeedElemRestrictionApplyAtPointsInElement()
1384 ") for element %" CeedInt_FMT, in CeedElemRestrictionApplyAtPointsInElement()
1388 …"Cannot retrieve element %" CeedInt_FMT ", element %" CeedInt_FMT " > total elements %" CeedInt_FM… in CeedElemRestrictionApplyAtPointsInElement()
1434 …"Input vector size %" CeedInt_FMT " not compatible with element restriction (%" CeedInt_FMT ", %" in CeedElemRestrictionApplyBlock()
1438 …"Output vector size %" CeedInt_FMT " not compatible with element restriction (%" CeedInt_FMT ", %"… in CeedElemRestrictionApplyBlock()
1442 …"Cannot retrieve block %" CeedInt_FMT ", element %" CeedInt_FMT " > total elements %" CeedInt_FMT in CeedElemRestrictionApplyBlock()
[all …]
/libCEED/examples/ceed/
H A Dex2-surface.c108 printf(" Mesh dimension [-d] : %" CeedInt_FMT "\n", dim); in main()
109 printf(" Mesh degree [-m] : %" CeedInt_FMT "\n", mesh_degree); in main()
110 printf(" Solution degree [-p] : %" CeedInt_FMT "\n", sol_degree); in main()
111 printf(" Num. 1D quadrature pts [-q] : %" CeedInt_FMT "\n", num_qpts); in main()
112 printf(" Approx. # unknowns [-s] : %" CeedInt_FMT "\n", prob_size); in main()
140 printf("Mesh size: nx = %" CeedInt_FMT, num_xyz[0]); in main()
141 if (dim > 1) printf(", ny = %" CeedInt_FMT, num_xyz[1]); in main()
142 if (dim > 2) printf(", nz = %" CeedInt_FMT, num_xyz[2]); in main()
156 printf("Number of mesh nodes : %" CeedInt_FMT "\n", mesh_size / dim); in main()
157 printf("Number of solution nodes : %" CeedInt_FMT "\n", sol_size); in main()
[all …]
H A Dex1-volume.c104 printf(" Mesh dimension [-d] : %" CeedInt_FMT "\n", dim); in main()
105 printf(" Mesh degree [-m] : %" CeedInt_FMT "\n", mesh_degree); in main()
106 printf(" Solution degree [-p] : %" CeedInt_FMT "\n", sol_degree); in main()
107 printf(" Num. 1D quadrature pts [-q] : %" CeedInt_FMT "\n", num_qpts); in main()
108 printf(" Approx. # unknowns [-s] : %" CeedInt_FMT "\n", prob_size); in main()
135 printf("Mesh size: nx = %" CeedInt_FMT, num_xyz[0]); in main()
136 if (dim > 1) printf(", ny = %" CeedInt_FMT, num_xyz[1]); in main()
137 if (dim > 2) printf(", nz = %" CeedInt_FMT, num_xyz[2]); in main()
150 printf("Number of mesh nodes : %" CeedInt_FMT "\n", mesh_size / dim); in main()
151 printf("Number of solution nodes : %" CeedInt_FMT "\n", sol_size); in main()
[all …]
H A Dex3-volume.c101 printf(" Mesh dimension [-d] : %" CeedInt_FMT "\n", dim); in main()
102 printf(" Mesh degree [-m] : %" CeedInt_FMT "\n", mesh_degree); in main()
103 printf(" Solution degree [-p] : %" CeedInt_FMT "\n", sol_degree); in main()
104 printf(" Num. 1D quadrature pts [-q] : %" CeedInt_FMT "\n", num_qpts); in main()
105 printf(" Approx. # unknowns [-s] : %" CeedInt_FMT "\n", prob_size); in main()
132 printf("Mesh size: nx = %" CeedInt_FMT, num_xyz[0]); in main()
133 if (dim > 1) printf(", ny = %" CeedInt_FMT, num_xyz[1]); in main()
134 if (dim > 2) printf(", nz = %" CeedInt_FMT, num_xyz[2]); in main()
148 printf("Number of mesh nodes : %" CeedInt_FMT "\n", mesh_size / dim); in main()
149 printf("Number of solution nodes : %" CeedInt_FMT "\n", sol_size); in main()
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c105 printf(" Mesh dimension [-d] : %" CeedInt_FMT "\n", dim); in main()
106 printf(" Mesh degree [-m] : %" CeedInt_FMT "\n", mesh_degree); in main()
107 printf(" Solution degree [-p] : %" CeedInt_FMT "\n", sol_degree); in main()
108 printf(" Num. 1D quadrature pts [-q] : %" CeedInt_FMT "\n", num_qpts); in main()
109 printf(" Approx. # unknowns [-s] : %" CeedInt_FMT "\n", prob_size); in main()
145 printf("Mesh size: nx = %" CeedInt_FMT, num_xyz[0]); in main()
146 if (dim > 1) printf(", ny = %" CeedInt_FMT, num_xyz[1]); in main()
147 if (dim > 2) printf(", nz = %" CeedInt_FMT, num_xyz[2]); in main()
160 printf("Number of mesh nodes : %" CeedInt_FMT "\n", mesh_size / dim); in main()
161 printf("Number of solution nodes : %" CeedInt_FMT "\n", sol_size); in main()
[all …]

12345