readme

来自「Dolfin provide a high-performance linear」· 代码 · 共 16 行

TXT
16
字号
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 + =
减小字号Ctrl + -
显示快捷键?