dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #20744
[Question #141904]: Eigenproblem for integral operator
New question #141904 on DOLFIN:
https://answers.launchpad.net/dolfin/+question/141904
Hi,
I am looking for a way to implement an integral operator in Python/Dolfin of the following form:
Carleman operator Q : L^2 -> L^2
Given: an integral kernel q(x,y), where q is symmetric q(x,y) = q(y,x)
For u in L^2 the integral operator Q is given by
[Qu](x) = \int q(x,y) u(y) dy
In particular, I am interested in determing the eigenvalues and eigenfunctions of Q, i.e.
Qu = \lambda u
Thus, for a finite element approximation I need the matrix
\int \int q(x,y) u(x) v(y) dy dx
where u and v are the trial and test function, respectively.
I am new to Dolfin and sorry if there already is an answer to this question.
Thank you for any help!
Raphael
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.
Follow ups