Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex16.c7 PetscFE vec_fe, dup_fe; in PetscFEVectorTest() local
92 PetscCall(PetscFECreateFromSpaces(space, dup_dual_space, NULL, NULL, &dup_fe)); in PetscFEVectorTest()
93 PetscCall(PetscFECreateTabulation(dup_fe, 1, num_points, points, 1, &dup_T)); in PetscFEVectorTest()
107 PetscCall(PetscFEDestroy(&dup_fe)); in PetscFEVectorTest()