Searched refs:p_S_hat (Results 1 – 1 of 1) sorted by relevance
1940 static PetscErrorCode CreateAuxiliaryOperator(Ctx ctx, PetscInt level, Mat *p_S_hat) in CreateAuxiliaryOperator() argument1956 PetscCall(DMCreateMatrix(dm_element, p_S_hat)); in CreateAuxiliaryOperator()1957 S_hat = *p_S_hat; in CreateAuxiliaryOperator()