SyFi
0.3
|
Go to the source code of this file.
Namespaces | |
namespace | demos::poisson1 |
Variables | |
list | demos::poisson1.p0 = [0,0,0] |
tuple | demos::poisson1.triangle = Triangle(p0, p1, p2) |
tuple | demos::poisson1.fe = Lagrange(triangle,4) |
tuple | demos::poisson1.integrand = inner(grad(fe.N(i)),grad(fe.N(j))) |
tuple | demos::poisson1.Aij = triangle.integrate(integrand) |