Author Topic: Re: How to use ParaView to process the result file from FEAP ?  (Read 5686 times)

dba_2006

  • New Member
  • *
  • Posts: 7
EXCUSE ME, I would like to know if  the program" http://www.ce.berkeley.edu/~sanjay/FEAP/umacr9_parav.f" can be  used in feappv,
I have copy the code into umacr1, and replace the "umacr9"to "umacr1", "mac9"to"mac1". then when i run the "pvie,a". feappv note:no allocation for user array number 20 named:temp1.
can you help me . thank you!

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: How to use ParaView to process the result file from FEAP ?
« Reply #1 on: July 04, 2015, 09:29:43 PM »
The macro was designed with FEAP in mind but you should be able to modify it for FEAPpv.  The thing to do is to work your way though it
looking to make sure that everything it tries to output is part of FEAPpv.  If it is not, then just comment it out.

K.Li

  • Full Member
  • ***
  • Posts: 191
Re: How to use ParaView to process the result file from FEAP ?
« Reply #2 on: July 27, 2015, 12:21:37 AM »
Hi, dba_2006: Have you made the macro work for FEAPpv?