Skip to content

Commit

Permalink
Bpssphere: improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriabarra committed Aug 14, 2020
1 parent 4858c24 commit 20fd10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/petsc/bpssphere.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ int main(int argc, char **argv) {
NULL, simplex, &simplex, NULL); CHKERRQ(ierr);
ierr = PetscOptionsEnd(); CHKERRQ(ierr);

// Setup DM
// Create DM
if (read_mesh) {
ierr = DMPlexCreateFromFile(PETSC_COMM_WORLD, filename, PETSC_TRUE, &dm);
CHKERRQ(ierr);
Expand Down Expand Up @@ -148,7 +148,7 @@ int main(int argc, char **argv) {
ierr = DMViewFromOptions(dm, NULL, "-dm_view"); CHKERRQ(ierr);
}

// Create DM
// Setup DM
ierr = SetupDMByDegree(dm, degree, ncompu, topodim); CHKERRQ(ierr);

// Create vectors
Expand Down

0 comments on commit 20fd10d

Please sign in to comment.