Dear Prof. S. Govindjee,
I have a question for this code:
VecSetValue( Mdiag, i, p(n), ADD_VALUES, ierr)
I know that the parallel feap fills Mdiag with p(n), but now, I want to print out Mdiag vector for every processor, how can I do that? Because as I test, the Mdiag is a Vec type which
is not a standard fortran type and is more like a user defined type, when I use the open(...),write(...) same as what I always do for fortran programs, but the Mdiag can't be
printed out successfully. I need your help really.
Thanks in advance.