Hello,
I got an error message
OS (BIEF) : DIFFERENT TYPES FOR TB1 (12) AND TN1 (11)
when tried to do multiplication between TIBS=>TB%ADR(1)%P and TN%ADR(1)%P
CALL OS('X=YZ ',X=DPST,Y=TIBS,Z=TN%ADR(1)%P)
TIBS=>TB%ADR(1)%P was a result from other operations with vectors TAUB and CF
CALL OS('X=CYZ ',X=TAUB,Y=CF,Z=UNORM,C=0.5D0*ROEAU)
Following the checking on the types of element, TAUB which initially set to IELMU did copy of the CF structure from ELM=11 to ELM=12.
Can somebody show me how to change the ELM either of CF or TAUB from 12 back to 11, so the operation can be done with TN%ADR(1)%P of IELMT?