| /libCEED/tests/ |
| H A D | t410-qfunction.c | 10 CeedVector q_data, dx, w, u, v; in main() local 17 CeedVectorCreate(ceed, q, &dx); in main() 30 CeedVectorSetArray(dx, CEED_MEM_HOST, CEED_COPY_VALUES, dx_array); in main() 41 in[0] = dx; in main() 66 CeedVectorDestroy(&dx); in main()
|
| H A D | t414-qfunction.c | 12 CeedVector q_data, dx, w, u, v; in main() local 22 CeedVectorCreate(ceed, num_qpts * dim * dim, &dx); in main() 43 CeedVectorSetArray(dx, CEED_MEM_HOST, CEED_COPY_VALUES, dx_array); in main() 56 in[0] = dx; in main() 87 CeedVectorDestroy(&dx); in main()
|
| H A D | t415-qfunction.c | 12 CeedVector q_data, dx, w, du, dv; in main() local 22 CeedVectorCreate(ceed, num_qpts * dim * dim, &dx); in main() 46 CeedVectorSetArray(dx, CEED_MEM_HOST, CEED_COPY_VALUES, dx_array); in main() 59 in[0] = dx; in main() 93 CeedVectorDestroy(&dx); in main()
|
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex3-volume.jl | 81 (dx, :in, EVAL_GRAD, dim, dim), # ← THIS LINE: dx input 86 det_J = det(dx) 95 qdata[idx] = dx[:, i]'*dx[:, j] 107 (:dx, mesh_rstr, mesh_basis, CeedVectorActive()),
|
| H A D | ex2-surface.jl | 94 (gallery ? :dx : :J, mesh_rstr, mesh_basis, CeedVectorActive()),
|
| H A D | ex1-volume.jl | 89 (gallery ? :dx : :J, mesh_rstr, mesh_basis, CeedVectorActive()),
|
| H A D | ex1-volume-c.jl | 295 C.CeedQFunctionAddInput(build_qfunc[], "dx", ncompx*dim, C.CEED_EVAL_GRAD) 316 "dx",
|
| /libCEED/python/tests/ |
| H A D | test-4-qfunction.py | 69 dx = ceed.Vector(q) 70 dx.set_value(1) 80 inputs = [dx, w] 131 dx = ceed.Vector(q) 132 dx.set_value(1) 142 inputs = [dx, w]
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | stg_shur14.h | 241 const CeedScalar dx = stg_ctx->dx; in StgShur14Preprocess() local 261 h_node_sep[0] = dx; in StgShur14Preprocess() 289 const CeedScalar dx = stg_ctx->dx; in ICsStg() local 301 h_node_sep[0] = dx; in ICsStg() 342 const CeedScalar dx = stg_ctx->dx; in StgShur14Inflow() local 359 h_node_sep[0] = dx; in StgShur14Inflow() 479 const CeedScalar dx = stg_ctx->dx; in StgShur14InflowStrongQF() local 494 h_node_sep[0] = dx; in StgShur14InflowStrongQF()
|
| H A D | stg_shur14_type.h | 30 CeedScalar dx; // !< dx used for h calculation member
|
| H A D | differential_filter.h | 199 const CeedScalar dx = 0.5 / 75; in DifferentialFilter_MMS_IC() local 203 …CeedScalar alpha[2] = {Square(dx) * aniso_scale_factor, Square(dy) * aniso_scale_f… in DifferentialFilter_MMS_IC()
|
| H A D | bc_freestream.h | 163 CEED_QFUNCTION_HELPER CeedScalar Softplus_fwd(CeedScalar x, CeedScalar dx, CeedScalar width) { in Softplus_fwd() argument
|
| /libCEED/python/tests/output/ |
| H A D | test_523.out | 12 Name: "dx" 32 Name: "dx"
|
| H A D | test_413.out | 4 Name: "dx"
|
| H A D | test_402.out | 8 Name: "dx"
|
| H A D | test_504.out | 11 Name: "dx"
|
| /libCEED/tests/output/ |
| H A D | t523-operator-f.out | 12 Name: "dx" 32 Name: "dx"
|
| H A D | t523-operator.out | 15 Name: "dx" 35 Name: "dx"
|
| H A D | t504-operator-f.out | 11 Name: "dx"
|
| H A D | t413-qfunction-f.out | 4 Name: "dx"
|
| H A D | t413-qfunction.out | 4 Name: "dx"
|
| H A D | t504-operator.out | 12 Name: "dx"
|
| /libCEED/examples/fluids/problems/ |
| H A D | stg_shur14.c | 265 global_stg_ctx->dx = given_stg_dx ? stg_dx : domain_size[0] / faces[0]; in SetupStg() 266 …PetscCheck((global_stg_ctx->dx > 0) && PetscIsNormalReal((PetscReal)global_stg_ctx->dx), comm, PET… in SetupStg() 267 "STG dx must be positive normal number, got %g", global_stg_ctx->dx); in SetupStg()
|
| /libCEED/examples/python/ |
| H A D | tutorial-5-operator.ipynb | 101 "op_setup.set_field(\"dx\", restriction_x, basis_x, libceed.VECTOR_ACTIVE)\n", 189 "op_setup.set_field(\"dx\", restriction_x, basis_x, libceed.VECTOR_ACTIVE)\n",
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 1597 CeedScalar c1, c2, c3, c4, dx, *nodes, *interp_1d, *grad_1d, *q_ref_1d, *q_weight_1d; in CeedBasisCreateTensorH1Lagrange() local 1632 dx = nodes[j] - nodes[k]; in CeedBasisCreateTensorH1Lagrange() 1633 c2 *= dx; in CeedBasisCreateTensorH1Lagrange() 1638 grad_1d[i * P + k] = (c3 * grad_1d[i * P + k] - interp_1d[i * P + k]) / dx; in CeedBasisCreateTensorH1Lagrange() 1639 interp_1d[i * P + k] = c3 * interp_1d[i * P + k] / dx; in CeedBasisCreateTensorH1Lagrange()
|