📄 readme
字号:
This simple test program demonstrates how to implement a PDE solverwith DOLFIN.The problem first needs to be stated in variational form: Find u in Vsuch that a(v, u) = L(v) for all v in V.DOLFIN uses the FEniCS Form Compiler FFC to process variational forms.The bilinear form a and the linear for L are here specified in the filePoisson.form which can be compiled using the command ffc -l dolfin Poisson.formto create the file Poisson.h included in the main program.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -