Hello,
I'm trying to solve an eigenfunction problem of the form
$$\nabla\cdot(A\nabla u) = k u$$
with some boundary conditions.
I searched around and found in Python one can either use the functions assemble_system or apply, but what the C++ equivalent for imposing boundary conditions on the problem?
Thank you.