Searched refs:B (Results 1 – 7 of 7) sorted by relevance
| /honee/qfunctions/ |
| H A D | utils.h | 40 …id CopyMat3(const CeedScalar A[3][3], CeedScalar B[3][3]) { CopyN((const CeedScalar *)A, (CeedScal… in CopyMat3() 106 CeedScalar *B) { in MatDiagNM() argument 109 …CeedInt i = 0; i < N; i++) { CeedPragmaSIMD for (CeedInt j = 0; j < M; j++) B[i * M + j] += D[i] *… in MatDiagNM() 112 …CeedInt i = 0; i < M; i++) { CeedPragmaSIMD for (CeedInt j = 0; j < N; j++) B[i * N + j] += D[i] *… in MatDiagNM() 119 …edScalar A[3][3], const CeedScalar D[3], const CeedTransposeMode transpose_A, CeedScalar B[3][3]) { in MatDiag3() 120 MatDiagNM((const CeedScalar *)A, (const CeedScalar *)D, 3, 3, transpose_A, (CeedScalar *)B); in MatDiag3() 123 CEED_QFUNCTION_HELPER void MatMatN(const CeedScalar *A, const CeedScalar *B, const CeedInt N, const… in MatMatN() argument 131 … CeedPragmaSIMD for (CeedInt k = 0; k < N; k++) C[i * N + j] += A[i * N + k] * B[k * N + j]; in MatMatN() 138 … CeedPragmaSIMD for (CeedInt k = 0; k < N; k++) C[i * N + j] += A[i * N + k] * B[j * N + k]; in MatMatN() 149 … CeedPragmaSIMD for (CeedInt k = 0; k < N; k++) C[i * N + j] += A[k * N + i] * B[k * N + j]; in MatMatN() [all …]
|
| H A D | channel.h | 20 CeedScalar B; // !< Body-force driving the flow member
|
| /honee/problems/ |
| H A D | channel.c | 92 channel_ctx->B = body_force_scale * 2 * umax * newtonian_ig_ctx->gas.mu / (H * H); in NS_CHANNEL() 99 CeedScalar g[] = {channel_ctx->B / rho, 0., 0.}; in NS_CHANNEL()
|
| H A D | bc_freestream.c | 183 static inline CeedScalar RelativeError(CeedScalar S, CeedScalar A, CeedScalar B, CeedScalar thresho… in RelativeError() argument 184 return (A - B) / (fabs(S) > threshold ? S : 1); in RelativeError()
|
| H A D | sgs_dd_model.c | 583 static PetscErrorCode TransposeMatrix(const PetscScalar *A, PetscScalar *B, const PetscInt N, const… in TransposeMatrix() argument 587 B[j * N + i] = A[i * M + j]; in TransposeMatrix()
|
| /honee/doc/ |
| H A D | references.bib | 65 …author = {Straka, Jerry M and Wilhelmson, Robert B and Wicker, Louis J and Anderson, John R and… 198 author={Pope, Stephen B},
|
| H A D | auxiliary.md | 198 B(\Delta; \bm{r}) =
|