With Runge/Kutta parser, we could not use HillTensor declaration :
@Parser RungeKutta;
...
@HillTensor H {0.2,0.8,3,1.5,1.5,1.5};
We get the error :
BehaviourDSLBase::analyse: error while treating keyword '@HillTensor' at line '52' of file 'Base.mfront'.
DSLBase::treatUnknownKeyword: unknown keyword (read '@HillTensor')
Hi Patrick,
Thank you for reporting the issue.
Indeed
@HillTensoris currently limited to theImplicitDSL.I will update the
Runge-Kuttato handle Hill tensor's as well (I must take care to the fact that they must eventually be updated during the integration).Best regards,
Thomas