Hi all,
How does one apply a pointsource to a LinearVariationalProblem?
problem = LinearVariationalProblem(a, L, u, bc)
Normally I'd assemble L and then pointsource.apply works. But LinearVariationalProblem cannot take assembled version of L as input, so how can it be done int this case?
Thanks