Searched refs:fe_coords (Results 1 – 1 of 1) sorted by relevance
50 PetscFE fe_coords; in main() local53 PetscCall(PetscFECreateLagrange(PETSC_COMM_SELF, cdim, cdim, PETSC_FALSE, 1, 1, &fe_coords)); in main()54 PetscCall(DMSetCoordinateDisc(dm, fe_coords, PETSC_FALSE, PETSC_TRUE)); in main()55 PetscCall(PetscFEDestroy(&fe_coords)); in main()