FEAP User Forum

FEAP => Programming => Topic started by: markus_h on April 26, 2021, 01:29:19 AM

Title: Setting iste = 0 in user Element for isw = 8
Post by: markus_h on April 26, 2021, 01:29:19 AM
Dear Feap community,

I am writing a thermal userelement.
My userelement has no history-variables and in terms of results I am only interested in the temperature as the DOF.
So there are no quantities to project from quadrature-points to the nodes.
I set iste to 0 in the task isw=8.

However this triggered an error in program/passble.f
It looks like i am not allowed to set iste to 0.
What should i do if my element has nothing to project onto the nodes?

Kind regards
Title: Re: Setting iste = 0 in user Element for isw = 8
Post by: Prof. R.L. Taylor on April 26, 2021, 11:45:43 AM
Set "iste = 1" to avoid the error