Home
last modified time | relevance | path

Searched defs:B (Results 1 – 4 of 4) sorted by relevance

/honee/qfunctions/
H A Dchannel.h20 CeedScalar B; // !< Body-force driving the flow member
H A Dutils.h106 CeedScalar *B) { in MatDiagNM()
123 CEED_QFUNCTION_HELPER void MatMatN(const CeedScalar *A, const CeedScalar *B, const CeedInt N, const… in MatMatN()
/honee/problems/
H A Dbc_freestream.c183 static inline CeedScalar RelativeError(CeedScalar S, CeedScalar A, CeedScalar B, CeedScalar thresho… in RelativeError()
H A Dsgs_dd_model.c583 static PetscErrorCode TransposeMatrix(const PetscScalar *A, PetscScalar *B, const PetscInt N, const… in TransposeMatrix()