Searched refs:dup_dual_space (Results 1 – 1 of 1) sorted by relevance
15 PetscDualSpace dual_space, dup_dual_space; in PetscFEVectorTest() local90 …PetscCall(PetscDualSpaceDuplicate(dual_space, &dup_dual_space)); // not necessary just testing int… in PetscFEVectorTest()91 PetscCall(PetscDualSpaceSetUp(dup_dual_space)); in PetscFEVectorTest()92 PetscCall(PetscFECreateFromSpaces(space, dup_dual_space, NULL, NULL, &dup_fe)); in PetscFEVectorTest()