Home
last modified time | relevance | path

Searched refs:dx (Results 1 – 25 of 26) sorted by relevance

12

/libCEED/tests/
H A Dt410-qfunction.c10 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 Dt414-qfunction.c12 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 Dt415-qfunction.c12 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 Dex3-volume.jl81 (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 Dex2-surface.jl94 (gallery ? :dx : :J, mesh_rstr, mesh_basis, CeedVectorActive()),
H A Dex1-volume.jl89 (gallery ? :dx : :J, mesh_rstr, mesh_basis, CeedVectorActive()),
H A Dex1-volume-c.jl295 C.CeedQFunctionAddInput(build_qfunc[], "dx", ncompx*dim, C.CEED_EVAL_GRAD)
316 "dx",
/libCEED/python/tests/
H A Dtest-4-qfunction.py69 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 Dstg_shur14.h241 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 Dstg_shur14_type.h30 CeedScalar dx; // !< dx used for h calculation member
H A Ddifferential_filter.h199 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 Dbc_freestream.h163 CEED_QFUNCTION_HELPER CeedScalar Softplus_fwd(CeedScalar x, CeedScalar dx, CeedScalar width) { in Softplus_fwd() argument
/libCEED/python/tests/output/
H A Dtest_523.out12 Name: "dx"
32 Name: "dx"
H A Dtest_413.out4 Name: "dx"
H A Dtest_402.out8 Name: "dx"
H A Dtest_504.out11 Name: "dx"
/libCEED/tests/output/
H A Dt523-operator-f.out12 Name: "dx"
32 Name: "dx"
H A Dt523-operator.out15 Name: "dx"
35 Name: "dx"
H A Dt504-operator-f.out11 Name: "dx"
H A Dt413-qfunction-f.out4 Name: "dx"
H A Dt413-qfunction.out4 Name: "dx"
H A Dt504-operator.out12 Name: "dx"
/libCEED/examples/fluids/problems/
H A Dstg_shur14.c265 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 Dtutorial-5-operator.ipynb101 "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 Dceed-basis.c1597 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()

12