chapter 2

Q1: what is an Euler-Lagrange equation? Here why the Euler-Lagrange equation is the Laplace equation?

A1: refer to http://blog.csdn.net/seamanj/article/details/50898781

Q2: How can we get equation (2.10) from equation (2.9)?

A2: refer to http://blog.csdn.net/seamanj/article/details/50899295

Q3: what is a hat funtion?

The shape of hat function is just like a hat, notice that it's a continuous function not a discrete one.  Every vertex in mesh has a hat function, then we sum up all these hat functions as a approximate function of the real mesh surface.
say the black one is the real surface.
Then, we use the formulation(2.11) to approximate the real surface
see the blue line is coincident with the black one exactly.
the matlab source code as follows:
x1 = linspace(0,1,100);
y11 = 1 - x1;
y12 = x1;
x2 = linspace(1,2,100);
y21 = 2-x2;
y22 = x2-1;
x3 = linspace(2,3,100);
y31 = 3-x3;
y32 = x3-2;
x4 = linspace(3,4,100);
y41 = 4-x4;
y42 = x4-3;
hold on
plot(x1,y11,'.c')
plot(x1,y12,'.y')
plot(x2,y21,'.y')
plot(x2,y22,'.r')
plot(x3,y31,'.r')
plot(x3,y32,'.g')
plot(x4,y41,'.g')
plot(x4,y42,'.m')
x = [x1 x2 x3 x4];
y_real = [0.3+0.2*x1 0.6-0.1*x2 0.2*x3 1.8-0.4*x4];
y = [0.3*y11+0.5*y12 0.5*y21+0.4*y22 0.4*y31+0.6*y32 0.6*y41+0.2*y42];
plot(x,y_real,'.k')
plot(x,y,'-b')

N4: explain about elliptic PDE

Q5: what is the gradient of the hat funciton? how to solve?

Alec jacobson thesis analysis相关推荐

  1. solve mass matrix in matlab

    note: this passage serves for the analysis of Alec Jacobson's thesis 1. what's mass matrix According ...

  2. solve stiffness matrix in matlab

    note: this passage serves for the analysis of Alec Jacobson's thesis 1.what's stiffness matrix Accor ...

  3. 《A Mixed-Initiative Interface for Animating Static Pictures》翻译

    此文发表于UIST 2018,作者来自Princeton University和Autodesk Research以及University of Toronto ABSTRACT 我们基于简单的基于草 ...

  4. Coding and Paper Letter(四十五)

    资源整理. 1 Coding: 1.Python库gempy,一种基于Python的开源三维结构地质建模软件,它允许从界面和方向数据隐式(即自动)创建复杂的地质模型. 它还支持随机建模以解决参数和模型 ...

  5. Coding and Paper Letter(四十五) 1

    资源整理. 1 Coding: 1.Python库gempy,一种基于Python的开源三维结构地质建模软件,它允许从界面和方向数据隐式(即自动)创建复杂的地质模型. 它还支持随机建模以解决参数和模型 ...

  6. 清华姚班陈丹琦等27位华人学者获奖,斯隆奖2022年获奖名单颁布!

    整理 | 于轩 出品 | 程序人生 (ID:coder _life) 近日,素有"诺奖风向标"之称的斯隆研究奖颁布了2022年获奖名单.斯隆研究奖于1955年设立,每年颁发一次,旨 ...

  7. signature=fa342ee2b7c3e3e9cba3f194df2d59ca,Date of Signature

    Date of Signature ByMesut Güngör, Prof Dr and Ferit Acar SavaciProf Dr. Cüneyt Güzel˙is, Asst Prof, ...

  8. web应用非法访问linux路径,Web安全对策研究.doc

    Web安全对策研究 Web安全对策研究 摘 要 本文主要以Web应用和服务的大众化平台--网站系统的安全为研究对象包括服务器.操作系统.数据库.编程语言和客户端,分析Web应用中存在的各种安全问题.W ...

  9. mesh gradient的求法

    先从alec jacobson代码入手, 这里求得的G是一个#Face*dim by #V, 所以他求的结果是以按面来算的,然后dim分别是x,y,z上的分量. 关于梯度求法的理论请看 http:// ...

最新文章

  1. mysql 前后代表什么_MySQL的锁
  2. cannot import name filter
  3. 微量元素与中医药 谋定·大健康医药-李喜贵:辩证研究病理变化
  4. Webclient UI view里Javascript的注释问题
  5. zbb20171215 git 版本回退
  6. 用Cocos2dx开发棋牌游戏的观点解析
  7. php缩放库,php的缩放图像类使用
  8. 每天至少保证4个小时在学习知识
  9. java基于文件的map实现_Mybatis中返回Map的实现
  10. 华为捐赠欧拉 共建数字基础设施开源操作系统
  11. 目标检测相关概念:IOU,precision, recall, AP, mAP
  12. Android中resource参数变量使用
  13. Android成长日记-Activity
  14. 前端进阶篇——02、CSS和JS
  15. 不同平台安装python的方式一样吗_Python软件的正确安装方式
  16. AMESim中Demo简介
  17. Java开发自行车管理项目要求_java毕业设计_springboot框架的公共自行车租赁管理...
  18. 网盘密码提取工具,专治各种套路作者!盘哥对不住您了
  19. VS导入easyx图形库
  20. STL的使用和背后数据结构

热门文章

  1. http协议编程java_Java与Http协议的详细介绍
  2. Visual Studio 2017在编译OpenCV 4.2.0时出现编译器错误C2001:常量中有换行符
  3. U盘安装Linux安装报错及解决方案
  4. 分布式文件系统的实现
  5. SPLUNK 安装配置及常用语法
  6. Scribe安装问题
  7. cacti添加apache监控模板
  8. 远程桌面提示RPC不可用
  9. SQL 導入導出大全
  10. linux中产生随机数函数,如何用C++产生随机数