We want to use FEVariable to its maximum potential.
let a,b,c... be the FEVariables then.
Let obj be ElemshapeData_, or STElemshapeData_, or vector of STElemshapeData_
a = grad(obj, b)
a = div(obj, b)
a = curl(obj, b)
a = interpol(obj, b)
a = grad2(obj, b)
we want to describe these expressions.
Regards
Vikas