Author Topic: Checking consistency of algorithmic tangents  (Read 6062 times)

dhurtado

  • New Member
  • *
  • Posts: 2
Checking consistency of algorithmic tangents
« on: April 19, 2013, 01:22:17 PM »
Hi all,

I am coding user material and element subroutines. Is there any way in FEAP to check the consistency of the material and element algorithmic tangents (other than hoping for quadratic convergence)?

Best,

Daniel

FEAP_Admin

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 993
Re: Checking consistency of algorithmic tangents
« Reply #1 on: April 25, 2013, 11:59:51 PM »
There are two things you can try:

TANG,NUME,1

will use a numerically computed tangent (finite differenced).  You can compare this to what you get with TANG,,1.

NTANgent does something similar but test on a simple problem to understand what each does.