reame_superlu
来自「FreeFem++可以生成高质量的有限元网格。可以用于流体力学」· 代码 · 共 26 行
TXT
26 行
To compile superlu.cpp 1) download the SuperLu 3.0 package formcurl http://crd.lbl.gov/~xiaoye/SuperLU/superlu_3.0.tar.gz -o superlu_3.0.tar.gztar xvfz superlu_3.0.tar.gzgo SuperLU_3.0 directoryedite make.incmake 2) in directoy include dotar xvfz ../SuperLU_3.0-include-ff.tar.gzdue to a mistake un SuperLu header, I will give a correct oneto compile with freefm++to compile the freefem++ load file of SuperLu with freefem do:some find like : ./load.link SuperLU.cpp -L$HOME/work/LinearSolver/SuperLU_3.0/ -lsuperlu_3.0to test FreeFem++ SuperLu.edpGook Luck. F. Hecht
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?