Implementation of Point Source

Junxiong Jia, 2020.12.02

Introduction

For solving inverse problems, we often meet point source when tacking adjoint equations, e.g., the following equation
-\Delta u - e^{2q}u = -\frac{1}{\sigma^2}\sum_{j=1}^{K}(w(x)-d_j)\delta(x-x_j) \quad\text{ in }\Omega,
where \{x_j\}_{j=1}^{K} are some measurement points, w(x) is usually some function obtained from forward equation. In the following, we explain that how to implement the point source term on the right-hand side of the above equation.

Measurement Matrix

Usually, for a function in L^2(\Omega) (\Omega is some open bounded domain), it can be decomposed by some fixed orthonormal basis \{ \varphi_{i} \}_{i=1}^{\infty}. In the finite element method, we project functions on a finite number of basis as follow
u(x) \approx \sum_{i=1}^{N}u_i \varphi_i(x).
And once we specify the coefficients \{u_i\}_{i=1}^{N}, the function u(x) will be specified. We introduce the following measurement matrix
S = \left[\begin{matrix} \varphi_1(x_1) & \cdots & \varphi_N(x_1) \\ \vdots & & \vdots \\ \varphi_1(x_K) & \cdots & \varphi_N(x_K) \end{matrix}\right].
The matrix has the following property
\left[\begin{matrix} u(x_1) \\ \vdots \\ u(x_K) \end{matrix}\right] = S \left[\begin{matrix} u_1 \\ \vdots \\ u_N \end{matrix}\right].

Implement of the Point Source

Now we can give specific suggestions for implementing the point source. For discretization, we usually introduce the following quantities
f_k := \int_{\Omega}\sum_{j=1}^{K}(w(x)-d_j)\delta(x-x_j)\varphi_{k}(x)dx
with k = 1,2,\cdots, N. Actually, we can reduce f_k by some simple calculations as follow:
f_k = \sum_{j=1}^{K}(w(x_j)-d_j)\varphi_k(x_j).
With these calculations, we find that
\left[\begin{matrix} f_1 \\ \vdots \\ f_N \end{matrix}\right] = \left[\begin{matrix} \varphi_1(x_1) & \cdots & \varphi_1(x_K) \\ \vdots & & \vdots \\ \varphi_{N}(x_1) & \cdots & \varphi_{N}(x_K) \end{matrix}\right] \left[\begin{matrix} w(x_1)-d_1 \\ \vdots \\ w(x_K)-d_K \end{matrix}\right] = S^T \left[\begin{matrix} w(x_1)-d_1 \\ \vdots \\ w(x_K)-d_K \end{matrix}\right].
Denote d = (d_1,\cdots,d_K)^T, f=(f_1,\cdots,f_N)^T and w=(w_1,\cdots,w_N)^T(coefficients of the function w), we can reduce the above formula as follows:
f = S^T(Sw - d),
which is convenient for implementations by some numerical algorithm, e.g., finite element method.

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 久違的晴天,家長會。 家長大會開好到教室時(shí),離放學(xué)已經(jīng)沒多少時(shí)間了。班主任說已經(jīng)安排了三個(gè)家長分享經(jīng)驗(yàn)。 放學(xué)鈴聲...
    飄雪兒5閱讀 7,788評論 16 22
  • 今天感恩節(jié)哎,感謝一直在我身邊的親朋好友。感恩相遇!感恩不離不棄。 中午開了第一次的黨會,身份的轉(zhuǎn)變要...
    余生動聽閱讀 10,798評論 0 11
  • 可愛進(jìn)取,孤獨(dú)成精。努力飛翔,天堂翱翔。戰(zhàn)爭美好,孤獨(dú)進(jìn)取。膽大飛翔,成就輝煌。努力進(jìn)取,遙望,和諧家園??蓯塾巫?..
    趙原野閱讀 3,443評論 1 1
  • 在妖界我有個(gè)名頭叫胡百曉,無論是何事,只要找到胡百曉即可有解決的辦法。因?yàn)槭侵缓偞蠹乙杂瀭饔灲形摇皟A城百曉”,...
    貓九0110閱讀 3,708評論 7 3

友情鏈接更多精彩內(nèi)容