SyFi 0.3
|
Go to the source code of this file.
Namespaces | |
namespace | syfi_test |
Variables | |
tuple | syfi_test::t = ReferenceTriangle() |
tuple | syfi_test::fe = Lagrange(t,5) |
int | syfi_test::u = 0 |
list | syfi_test::us = [] |
tuple | syfi_test::ui = symbol("u_%d" % i) |
tuple | syfi_test::J = matrix(fe.nbf(), fe.nbf()) |
tuple | syfi_test::Fi = u*fe.N(i) |
list | syfi_test::uj = us[j] |
tuple | syfi_test::integrands = diff(Fi, uj) |