fem_solve¶
-
dolfin.cpp.fem.
fem_solve
(*args)¶ Overloaded versions
solve(equation, u, tol, M)
Solve linear variational problem a(u, v) == L(v) without essential boundary conditions
solve(equation, u, bc, tol, M)
Solve linear variational problem a(u, v) == L(v) with single boundary condition
solve(equation, u, bcs, tol, M)
Solve linear variational problem a(u, v) == L(v) with list of boundary conditions
solve(equation, u, J, tol, M)
Solve nonlinear variational problem F(u; v) = 0 without essential boundary conditions
solve(equation, u, bc, J, tol, M)
Solve linear variational problem F(u; v) = 0 with single boundary condition
solve(equation, u, bcs, J, tol, M)
Solve linear variational problem F(u; v) = 0 with list of boundary conditions