On Fri, Jun 1, 2018 at 11:09 AM, Mark Adams <[email protected]> wrote: > I have: > > ierr = PetscObjectSetName((PetscObject) uproj,"u");CHKERRQ(ierr); > ierr = PetscObjectViewFromOptions((PetscObject)uproj, NULL, > "-vec_view");CHKERRQ(ierr); > > The name that I see in the viewer (Visit) is "u_PetscFE_0x840000 ...". Can > I get rid of all the crap that PETSc added and just get "u". >
I am guessing this is HDF5? If you are using PetscFE, give your FE a name. Matt > Thanks, > Mark > -- What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead. -- Norbert Wiener https://www.cse.buffalo.edu/~knepley/ <http://www.caam.rice.edu/~mk51/>
