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.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

  • 久违的晴天,家长会。 家长大会开好到教室时,离放学已经没多少时间了。班主任说已经安排了三个家长分享经验。 放学铃声...
    飘雪儿5阅读 7,776评论 16 22
  • 今天感恩节哎,感谢一直在我身边的亲朋好友。感恩相遇!感恩不离不弃。 中午开了第一次的党会,身份的转变要...
    余生动听阅读 10,783评论 0 11
  • 可爱进取,孤独成精。努力飞翔,天堂翱翔。战争美好,孤独进取。胆大飞翔,成就辉煌。努力进取,遥望,和谐家园。可爱游走...
    赵原野阅读 3,428评论 1 1
  • 在妖界我有个名头叫胡百晓,无论是何事,只要找到胡百晓即可有解决的办法。因为是只狐狸大家以讹传讹叫我“倾城百晓”,...
    猫九0110阅读 3,702评论 7 3

友情链接更多精彩内容