Searched defs:B (Results 1 – 4 of 4) sorted by relevance
20 CeedScalar B; // !< Body-force driving the flow member
106 CeedScalar *B) { in MatDiagNM()123 CEED_QFUNCTION_HELPER void MatMatN(const CeedScalar *A, const CeedScalar *B, const CeedInt N, const… in MatMatN()
183 static inline CeedScalar RelativeError(CeedScalar S, CeedScalar A, CeedScalar B, CeedScalar thresho… in RelativeError()
583 static PetscErrorCode TransposeMatrix(const PetscScalar *A, PetscScalar *B, const PetscInt N, const… in TransposeMatrix()