Skip to content

ElemshapeData Grad, Div, Curl, Interpol operator #96

@vickysharma0812

Description

@vickysharma0812

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

Metadata

Metadata

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions