Searched refs:fe_space_from (Results 1 – 1 of 1) sorted by relevance
257 CeedFESpace fe_space_to, fe_space_from; in CeedBasisCreateProjectionMatrices() local260 CeedCall(CeedBasisGetFESpace(basis_from, &fe_space_from)); in CeedBasisCreateProjectionMatrices()261 CeedCheck(fe_space_to == fe_space_from, CeedBasisReturnCeed(basis_to), CEED_ERROR_MINOR, in CeedBasisCreateProjectionMatrices()264 CeedFESpaces[fe_space_from], CeedFESpaces[fe_space_to]); in CeedBasisCreateProjectionMatrices()