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".

Thanks,
Mark

Reply via email to