This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

[C++] Boundary conditions in Eigenfunction problem

+1 vote

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.

asked Dec 12, 2016 by anfneub FEniCS Novice (580 points)
...