| /libCEED/tests/ |
| H A D | t219-elemrestriction.c | 64 …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 D | t218-elemrestriction.c | 80 … 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 D | t203-elemrestriction.c | 54 …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 D | t213-elemrestriction.c | 58 …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 D | t233-elemrestriction.c | 57 …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 D | t202-elemrestriction.c | 48 …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 D | t122-vector.c | 38 …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 D | t208-elemrestriction.c | 47 …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 D | t201-elemrestriction.c | 38 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f\n",… in main()
|
| H A D | t306-basis.c | 21 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 D | t205-elemrestriction.c | 48 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f != … in main()
|
| H A D | t204-elemrestriction.c | 48 …printf("Error in restricted array y[%" CeedInt_FMT "][%" CeedInt_FMT "][%" CeedInt_FMT "] = %f != … in main()
|
| H A D | t415-qfunction.c | 56 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 D | t234-elemrestriction.c | 44 …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 D | t305-basis.c | 59 …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 D | t301-basis.c | 29 …printf("Error in QR factorization A_qr[%" CeedInt_FMT "] = %f != A[%" CeedInt_FMT "] = %f\n", i, A… in main()
|
| H A D | t407-qfunction.c | 39 …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 D | t319-basis.c | 77 …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 D | t220-elemrestriction.c | 52 …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 D | t414-qfunction.c | 53 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 D | ceed-elemrestriction.c | 1327 …"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 D | ex2-surface.c | 108 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 D | ex1-volume.c | 104 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 D | ex3-volume.c | 101 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 D | ex1-volume.c | 105 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 …]
|