Marie Rognes wrote:
Mehdi Nikbakht wrote:
Hello,
I am trying to use new syntax for the enriched elements. I don't see
the reason why we can not enrich an scaler element. Assume this form
file,
P1 = FiniteElement("Lagrange", triangle, 1)
Mini = P1 + P1
v = TestFunction(Mini)
u = TrialFuncti
Mehdi Nikbakht wrote:
Hello,
I am trying to use new syntax for the enriched elements. I don't see
the reason why we can not enrich an scaler element. Assume this form
file,
P1 = FiniteElement("Lagrange", triangle, 1)
Mini = P1 + P1
v = TestFunction(Mini)
u = TrialFunction(Mini)
a = inner(v
Hello,
I am trying to use new syntax for the enriched elements. I don't see
the reason why we can not enrich an scaler element. Assume this form
file,
P1 = FiniteElement("Lagrange", triangle, 1)
Mini = P1 + P1
v = TestFunction(Mini)
u = TrialFunction(Mini)
a = inner(v, u)*dx
this file can't
3 matches
Mail list logo