Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-preconditioning.c723 const CeedScalar **B_mats_in, **B_mats_out, *B_mat_in, *B_mat_out; in CeedOperatorAssembleSingle() local
739 …emblyDataGetBases(data, NULL, &active_bases_in, &B_mats_in, NULL, &active_bases_out, &B_mats_out)); in CeedOperatorAssembleSingle()
744 B_mat_out = B_mats_out[0]; in CeedOperatorAssembleSingle()