Home
last modified time | relevance | path

Searched refs:CopyN (Results 1 – 3 of 3) sorted by relevance

/honee/qfunctions/
H A Dsgs_dd_model.h48 CopyN(bias1, V, num_neurons); in DataDrivenInference()
51 CopyN(bias2, outputs, num_outputs); in DataDrivenInference()
59 CopyN(&sgsdd_ctx->data[sgsdd_ctx->offsets.out_scaling], (CeedScalar *)new_bounds, 12); in ComputeSgsDD_Fused()
185 CopyN(&sgsdd_ctx->data[sgsdd_ctx->offsets.out_scaling], (CeedScalar *)new_bounds, 12); in ComputeSgsDDNodal_Sequential_Outputs()
H A Dadvection.h556 CopyN(&Grad_qn[4 * dim], grad_E_ref, dim); in DivDiffusiveFluxVolumeRHS_AdvDif_Generic()
593 CopyN(&Grad_qn[4 * dim], grad_E_ref, dim); in DivDiffusiveFluxBoundaryRHS_AdvDif_Generic()
628 CopyN(&Grad_qn[4 * dim], grad_E_ref, dim); in DiffusiveFluxRHS_AdvDif_Generic()
H A Dutils.h37 CEED_QFUNCTION_HELPER void CopyN(const CeedScalar *x, CeedScalar *y, const CeedInt N) { CeedPragmaS… in CopyN() function
40 CEED_QFUNCTION_HELPER void CopyMat3(const CeedScalar A[3][3], CeedScalar B[3][3]) { CopyN((const Ce… in CopyMat3()