Home
last modified time | relevance | path

Searched defs:t (Results 1 – 11 of 11) sorted by relevance

/libCEED/backends/opt/
H A Dceed-opt-tensor.c17const CeedScalar *restrict t, CeedTransposeMode t_mode, const CeedInt add, in CeedTensorContractApply_Core_Opt()
40 …dTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScalar *restrict t, in CeedTensorContractApply_Opt()
/libCEED/backends/avx/
H A Dceed-avx-tensor.c43const CeedScalar *restrict t, CeedTransposeMode t_mode, const CeedInt add, in CeedTensorContract_Avx_Blocked()
105const CeedScalar *restrict t, CeedTransposeMode t_mode, const CeedInt add, in CeedTensorContract_Avx_Remainder()
153 …dTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScalar *restrict t, in CeedTensorContract_Avx_Single()
254 …dTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScalar *restrict t, in CeedTensorContract_Avx_Blocked_4_8()
258 …dTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScalar *restrict t, in CeedTensorContract_Avx_Remainder_8_8()
262 …dTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScalar *restrict t, in CeedTensorContract_Avx_Single_4_8()
270 …dTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScalar *restrict t, in CeedTensorContractApply_Avx()
/libCEED/interface/
H A Dceed-tensor.c94 …dTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScalar *restrict t, in CeedTensorContractApply()
124 …ract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt D, CeedInt J, const CeedScalar *restrict t, in CeedTensorContractStridedApply()
/libCEED/examples/fluids/src/
H A Dsetupts.c19 PetscErrorCode UpdateBoundaryValues(User user, Vec Q_loc, PetscReal t) { in UpdateBoundaryValues()
31 PetscErrorCode RHS_NS(TS ts, PetscReal t, Vec Q, Vec G, void *user_data) { in RHS_NS()
103 PetscErrorCode IFunction_NS(TS ts, PetscReal t, Vec Q, Vec Q_dot, Vec G, void *user_data) { in IFunction_NS()
152 PetscErrorCode FormIJacobian_NS(TS ts, PetscReal t, Vec Q, Vec Q_dot, PetscReal shift, Mat J, Mat J… in FormIJacobian_NS()
/libCEED/backends/ref/
H A Dceed-ref-tensor.c16 …dTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScalar *restrict t, in CeedTensorContractApply_Ref()
/libCEED/backends/xsmm/
H A Dceed-xsmm-tensor.c17 …dTensorContract contract, CeedInt A, CeedInt B, CeedInt C, CeedInt J, const CeedScalar *restrict t, in CeedTensorContractApply_Xsmm()
/libCEED/examples/petsc/
H A Ddmswarm.c302 PetscErrorCode EvalU_Poly_proj(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt num_comp, P… in EvalU_Poly_proj()
310 PetscErrorCode EvalU_Tanh_proj(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt num_comp, P… in EvalU_Tanh_proj()
318 PetscErrorCode EvalU_Sphere_proj(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt num_comp,… in EvalU_Sphere_proj()
/libCEED/examples/fluids/qfunctions/
H A Dturb_spanstats.h75 const CeedScalar t = context->time; in ChildStatsCollectionMMSTest() local
H A Dstg_shur14.h157 CEED_QFUNCTION_HELPER void StgShur14Calc(const CeedScalar X[3], const CeedScalar t, const CeedScala… in StgShur14Calc()
198 CEED_QFUNCTION_HELPER void StgShur14Calc_PrecompEktot(const CeedScalar X[3], const CeedScalar t, co… in StgShur14Calc_PrecompEktot()
H A Dbc_freestream.h165 const CeedScalar t = exp(x / width); in Softplus_fwd() local
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl1142 function CeedTensorContractApply(contract, A, B, C, J, t, t_mode, Add, u, v) argument
1146 function CeedTensorContractStridedApply(contract, A, B, C, D, J, t, t_mode, add, u, v) argument