Author Topic: Call UTAN from user macro  (Read 4680 times)

jbruss

  • Jr. Member
  • **
  • Posts: 36
Call UTAN from user macro
« on: January 29, 2018, 12:34:53 PM »
Hello -

Is there a simple method to call "UTAN" from within a user macro rather than having to form an algorithm in the input file? I am using parFEAP so I'm not sure if formfe would perform the complete set of operations to form the jacobian and store it in the PETSc Mat, kmat.

Thank you in advance!
Jonathan

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Call UTAN from user macro
« Reply #1 on: January 29, 2018, 02:18:46 PM »
UTAN itself does a number of things so you should have a look at program/pmacr1.f to understand it.  Notwithstanding,
you may be able to get away with just calling psolve( ).  See pmacr1.f to see how it gets called from UTAN.

jbruss

  • Jr. Member
  • **
  • Posts: 36
Re: Call UTAN from user macro
« Reply #2 on: January 29, 2018, 03:15:14 PM »
Okay thank you!