computeGradients

A place to ask questions on how to use OpenSees to perform Finite Element Reliability Analysis

Moderators: silvia, selimgunay, mhscott, Moderators

Post Reply
luiscelorrio
Posts: 8
Joined: Wed Aug 07, 2013 6:37 am
Location: Logroño Spain
Contact:

computeGradients

Post by luiscelorrio » Mon May 19, 2014 4:20 am

Hello,
In my code I have used the command computeGradients
This is a pierce of my code:

computeGradients
foreach p [lsort -integer [getParamTags]] {
puts $gradDESfile "[sensNodeDisp 2 2 $p]"
puts "[sensNodeDisp 2 2 $p] "
}

My question is: Are the gradients obtained, normalized gradients or real gradients?
I need these gradientes for optimization.
Thanks on advance

mhscott
Posts: 868
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: computeGradients

Post by mhscott » Fri May 23, 2014 11:56 am

They are real gradients, nor normalized in any way.

auneng
Posts: 5
Joined: Sat Nov 08, 2014 1:50 am
Contact:

Re: computeGradients

Post by auneng » Sun Nov 09, 2014 1:11 am

i think real gradients

Post Reply