Dear feap developers and feap users,
I have been trying to learn how to create a user element in nurbFEAP.
The two dimensional heat transfer element, which is attached to the feap theory manual for feap 8.4, serves as a basis for my user element in nurbFEAP. I implemented this element successfully in normal feap and tested the user element using some input files.
To implement this user element in nurbFEAP I changed some things like for example the usage of shape functions in the fortran code of the element. I was guided by comparing the code of the existing elements in '.../ver84/nurbfeap/elements/' but my work seems to be unsuccessful, as my residual is zero in every time step while carrying out some tests.
So I guess i did not change all of the necessary things.
Is there a plan to publish a heat transfer user element for nurbFEAP, like you did while publishing the theory manual for normal feap? Having a working user element would be a great convencience to create my own user elements.