What is this?
This is a course project for MATH578 at UNM. This project discusses the use of Least-square FEM to stabilize numerical solution of convection-diffusion equation. The report can be found here.
This is a course project for MATH578 at UNM. This project discusses the use of Least-square FEM to stabilize numerical solution of convection-diffusion equation. The report can be found here.
Update time: 2020-10-02 07:30:29
Auto created by leetcode_generate
I have solved 159 / 1459 problems
while there are 230 problems still locked.
If you want to use this tool please follow this Usage Guide
If you have any question, please give me an issue.
If you are loving solving problems in leetcode, please contact me to enjoy it together!
(Notes: :lock: means you need to buy a book from Leetcode to unlock the problem)
This is a intern project(PCRSI) at Los Alamos National Lab(LANL) summer 2018. My mentor was Dr. Satish Karra and co-author is Dr. Daniel O’Malley. My sincere thanks to them.
This project dealt with a typical inversion problem arised in computational geophysics. The goal is to infer the distribution of permeability from observation data of pressure. This project is coded in Fortran and C++(lots of binding), under the framework of PETSc. This code is highlighted by hybrid of MPI and openMP in its FEM solver. Actually PETSc doesn’t support hybridization by then. The scaling was tested on over 2400 cores. PDF verion is listed here and also accessible by this link. Also come with a poster.
This document describes how to generate equivalent circuit model for microstrip line example (Fig 4) in paper Integration of Arbitrary Lumped Multiport Circuit Networks Into the Discontinuous Galerkin Time-Domain Analysis. (A typo in paper: [Ls =0.102nH].
在此之前我有写过一篇如何使用我博客模板的文章 请先看这篇基础集成,这篇文章主要讲的是如何使用和修改我的博客主题,文章内容含以下几点:
_config.yml
是博客的配置文件,整个站点的信息都在这修改,想要把我的模板改成你自己的也需要修改_config.yml
重要字段说明
_config.yml 文件除以上字段还有一些可以自行修改,例如title之类的字段
_posts
目录是用来存放文章的目录,写新文章,直接放在这个目录即可
使用博客模板时,请把博客自带的文章给去掉,如果想使用博客自带的文章请 注明出处
。
about.md、support.md 等为自定义页面,如果你想添加自动以页面可以直接复制about.md 文件修改文件名和里面的内容即可。
如果需要在导航显示你新增的页面,直接在_config.yml
文件的nav字段中添加你新页面配置即可
如果要修改博客模板信息建议只修改_config.yml
文件内容和 _posts
里面的文章信息。因为博客模板一直在更新迭代,改动多了以免你后期更新博客模板的时候不方便。
如果你想改动模板的样式又想继续更新迭代博客模板,你可以提交在github上提交pull request
或者直接给我发邮件建议改成什么样,如果你的提议确实可以,我会采纳的,并且非常感谢你的建议。
博客迭代信息请看ReleaseNode
遇到解决不了的问题可以找 技术支持
本博客首发时间为2015年,至今已经5个年头了。
感觉之前更新迭代的有点乱,很多用户在使用的时候也没法确定是否要更新新版的博客,再次我专门用一篇文章来记录博客更新迭代的记录,如果你已经在使用我的博客模板的,你可以看看更新记录后确认下是否要更新。
博客的全功能介绍请看博客功能介绍
2016-11-25 第一版发布,红色主题
如果你已经在使我的博客模板了,现在又想继续更新新版的博客,你下载博客后只需要修改两个各方
_config.yml
文件里面的内容设置成你自己的,也可以用你原来的,最好是更新版的字段做一下对比。
_posts
目录里面的文章全部删掉,把你自己的文章放进来
修改以上两个地方新版的博客便更新完成,快看看效果吧!
Markdown is a plain text formatting syntax aimed at making writing for the internet easier. The philosophy behind Markdown is that plain text documents should be readable without tags mussing everything up, but there should still be ways to add text modifiers like lists, bold, italics, etc. It is an alternative to WYSIWYG (what you see is what you get) editors, which use rich text that later gets converted to proper HTML.
It’s possible you’ve encountered Markdown without realizing it. Facebook chat, Skype, and Reddit all let you use different flavors of Markdown to format your messages.
Here’s a quick example: to make words bold using Markdown, you simply enclose them in * (asterisks). So, bold word would look like bold word when everything is said and done.
All told, Markdown is a great way to write for the web using plain text.
Title
H1 :# Header 1
H2 :## Header 2
H3 :### Header 3
H4 :#### Header 4
H5 :##### Header 5
H6 :###### Header 6
Link :Title
Bold :Bold
Italics :Italics
*strikebreak :text
inlines : alert('Hello World');
- list1
- list2
- list3
1 |
|
item | price | quantity |
---|---|---|
computer | $1600 | 5 |
cellphone | $12 | 12 |
cable | $1 | 234 |