首页

有限元的C++程序代码

c

2021-2-17

这是一个关于有限元的C++程序代码,其中包括线性,非线性,扩展有限元模块,等几何有限元模块

资源下载此资源下载价格为2D币(VIP免费),请先
资源文件列表
oofem-2.0/oofem-2.0/base/dss_makefile.in , 653
oofem-2.0/oofem-2.0/base/fm_makefile.in , 1789
oofem-2.0/oofem-2.0/base/main_makefile.in , 2735
oofem-2.0/oofem-2.0/base/oofem-header.h , 1351
oofem-2.0/oofem-2.0/base/oofemcfg.h.in , 1337
oofem-2.0/oofem-2.0/base/oofemdef.h.in , 3021
oofem-2.0/oofem-2.0/base/oofemlib_makefile.in , 4491
oofem-2.0/oofem-2.0/base/sm_makefile.in , 3547
oofem-2.0/oofem-2.0/base/target_makefile.in , 2450
oofem-2.0/oofem-2.0/base/tm_makefile.in , 1901
oofem-2.0/oofem-2.0/ChangeLog , 21132
oofem-2.0/oofem-2.0/config.guess , 39311
oofem-2.0/oofem-2.0/config.sub , 27594
oofem-2.0/oofem-2.0/configure , 193447
oofem-2.0/oofem-2.0/configure.in , 30359
oofem-2.0/oofem-2.0/doc/elementlibmanual.pdf , 406600
oofem-2.0/oofem-2.0/doc/extractorInput.pdf , 114212
oofem-2.0/oofem-2.0/doc/matlibmanual.pdf , 941961
oofem-2.0/oofem-2.0/doc/oofemInput.pdf , 611075
oofem-2.0/oofem-2.0/doc/paper-actap.pdf , 279065
oofem-2.0/oofem-2.0/doc/programmer.pdf , 548392
oofem-2.0/oofem-2.0/doc/refman/doxygen.cfg , 52194
oofem-2.0/oofem-2.0/doc/refman/footer.html , 589
oofem-2.0/oofem-2.0/doc/refman/footer.shtml , 460
oofem-2.0/oofem-2.0/doc/refman/intro , 3346
oofem-2.0/oofem-2.0/doc/refman/mainpage , 1359
oofem-2.0/oofem-2.0/doc/refman/makefile , 744
oofem-2.0/oofem-2.0/do_release , 965
oofem-2.0/oofem-2.0/gpl.txt , 18009
oofem-2.0/oofem-2.0/install.sh , 4662
oofem-2.0/oofem-2.0/makefile , 1045
oofem-2.0/oofem-2.0/makefile.in , 1043
oofem-2.0/oofem-2.0/README , 11939
oofem-2.0/oofem-2.0/src/dss/Array.h , 3485
oofem-2.0/oofem-2.0/src/dss/BigMatrix.cpp , 8563
oofem-2.0/oofem-2.0/src/dss/BigMatrix.h , 6640
oofem-2.0/oofem-2.0/src/dss/BiSection.cpp , 4321
oofem-2.0/oofem-2.0/src/dss/BiSection.h , 2257
oofem-2.0/oofem-2.0/src/dss/ColHash.h , 2602
oofem-2.0/oofem-2.0/src/dss/ConList.h , 2117
oofem-2.0/oofem-2.0/src/dss/DenseMatrix.h , 3367
oofem-2.0/oofem-2.0/src/dss/DenseMatrixArithmeticsNN.cpp , 16241
oofem-2.0/oofem-2.0/src/dss/DenseMatrixArithmeticsNN.h , 6467
oofem-2.0/oofem-2.0/src/dss/DSSAfx.h , 2602
oofem-2.0/oofem-2.0/src/dss/DSSolver.cpp , 25016
oofem-2.0/oofem-2.0/src/dss/DSSolver.h , 10073
oofem-2.0/oofem-2.0/src/dss/IntArrayList.cpp , 8206
oofem-2.0/oofem-2.0/src/dss/IntArrayList.h , 3996
oofem-2.0/oofem-2.0/src/dss/MathTracer.cpp , 3269
oofem-2.0/oofem-2.0/src/dss/MathTracer.h , 2494
oofem-2.0/oofem-2.0/src/dss/Ordering.h , 2532
oofem-2.0/oofem-2.0/src/dss/SkyLineMtx.cpp , 3455
oofem-2.0/oofem-2.0/src/dss/SkyLineMtx.h , 3088
oofem-2.0/oofem-2.0/src/dss/SkyLineMtxLDL.cpp , 3103
oofem-2.0/oofem-2.0/src/dss/SkyLineMtxLDL.h , 2564
oofem-2.0/oofem-2.0/src/dss/SparseConectivityMtx.cpp , 28431
oofem-2.0/oofem-2.0/src/dss/SparseConectivityMtx.h , 5208
oofem-2.0/oofem-2.0/src/dss/SparseConectivityMtxFixed.h , 2262
oofem-2.0/oofem-2.0/src/dss/SparseGridColumn.h , 3191
oofem-2.0/oofem-2.0/src/dss/SparseGridMtx.cpp , 5061
oofem-2.0/oofem-2.0/src/dss/SparseGridMtx.h , 4071
oofem-2.0/oofem-2.0/src/dss/SparseGridMtxLDL.cpp , 24959
oofem-2.0/oofem-2.0/src/dss/SparseGridMtxLDL.h , 4836
oofem-2.0/oofem-2.0/src/dss/SparseGridMtxLL.cpp , 20563
oofem-2.0/oofem-2.0/src/dss/SparseGridMtxLL.h , 3711
oofem-2.0/oofem-2.0/src/dss/SparseGridMtxLU.cpp , 19697
oofem-2.0/oofem-2.0/src/dss/SparseGridMtxLU.h , 3879
oofem-2.0/oofem-2.0/src/dss/SparseGridMtxPD.cpp , 3315
oofem-2.0/oofem-2.0/src/dss/SparseGridMtxPD.h , 2741
oofem-2.0/oofem-2.0/src/dss/SparseMatrixF.cpp , 7023
oofem-2.0/oofem-2.0/src/dss/SparseMatrixF.h , 3373
oofem-2.0/oofem-2.0/src/fm/binghamfluid2.C , 21540
oofem-2.0/oofem-2.0/src/fm/binghamfluid2.h , 10589
oofem-2.0/oofem-2.0/src/fm/cbs.C , 28798
oofem-2.0/oofem-2.0/src/fm/cbs.h , 6629
oofem-2.0/oofem-2.0/src/fm/cbselement.C , 9480
oofem-2.0/oofem-2.0/src/fm/cbselement.h , 7109
oofem-2.0/oofem-2.0/src/fm/fastmarchingmethod.C , 10428
oofem-2.0/oofem-2.0/src/fm/fastmarchingmethod.h , 4962
oofem-2.0/oofem-2.0/src/fm/fluiddynamicmaterial.C , 4095
oofem-2.0/oofem-2.0/src/fm/fluiddynamicmaterial.h , 7862
oofem-2.0/oofem-2.0/src/fm/fmelement.C , 2657
oofem-2.0/oofem-2.0/src/fm/fmelement.h , 2822
oofem-2.0/oofem-2.0/src/fm/leplic.C , 28397
oofem-2.0/oofem-2.0/src/fm/leplic.h , 10119
oofem-2.0/oofem-2.0/src/fm/levelsetpcs.C , 21583
oofem-2.0/oofem-2.0/src/fm/levelsetpcs.h , 7527
oofem-2.0/oofem-2.0/src/fm/newtonianfluid.C , 7774
oofem-2.0/oofem-2.0/src/fm/newtonianfluid.h , 6178
oofem-2.0/oofem-2.0/src/fm/py1_3d_supg.C , 28063
oofem-2.0/oofem-2.0/src/fm/py1_3d_supg.h , 5065
oofem-2.0/oofem-2.0/src/fm/supg.C , 56465
oofem-2.0/oofem-2.0/src/fm/supg.h , 10818
oofem-2.0/oofem-2.0/src/fm/supgelement.C , 9613
oofem-2.0/oofem-2.0/src/fm/supgelement.h , 7545
oofem-2.0/oofem-2.0/src/fm/supgelement2.C , 39046
oofem-2.0/oofem-2.0/src/fm/supgelement2.h , 11803
oofem-2.0/oofem-2.0/src/fm/tr1_2d_cbs.C , 40461
oofem-2.0/oofem-2.0/src/fm/tr1_2d_cbs.h , 11911
oofem-2.0/oofem-2.0/src/fm/tr1_2d_supg.C , 81659
oofem-2.0/oofem-2.0/src/fm/tr1_2d_supg.h , 15999
oofem-2.0/oofem-2.0/src/fm/tr1_2d_supg2.C , 80498
oofem-2.0/oofem-2.0/src/fm/tr1_2d_supg2.h , 15778
oofem-2.0/oofem-2.0/src/fm/tr1_2d_supg2_axi.C , 77269
oofem-2.0/oofem-2.0/src/fm/tr1_2d_supg2_axi.h , 11929
oofem-2.0/oofem-2.0/src/fm/tr1_2d_supg_axi.C , 35544
oofem-2.0/oofem-2.0/src/fm/tr1_2d_supg_axi.h , 5595
oofem-2.0/oofem-2.0/src/fm/tr21_2d_supg.C , 52061
oofem-2.0/oofem-2.0/src/fm/tr21_2d_supg.h , 11372
oofem-2.0/oofem-2.0/src/fm/tractionpressurebc.C , 2819
oofem-2.0/oofem-2.0/src/fm/tractionpressurebc.h , 3404
oofem-2.0/oofem-2.0/src/fm/twofluidmaterial.C , 7602
oofem-2.0/oofem-2.0/src/fm/twofluidmaterial.h , 6476
oofem-2.0/oofem-2.0/src/main/main.C , 9398
oofem-2.0/oofem-2.0/src/main/maindebug.C , 7375
oofem-2.0/oofem-2.0/src/main/none.h , 0
oofem-2.0/oofem-2.0/src/main/oofeg.C , 99158
oofem-2.0/oofem-2.0/src/main/usrdefsub.C , 37041
oofem-2.0/oofem-2.0/src/oofemlib/alist.h , 8667
oofem-2.0/oofem-2.0/src/oofemlib/appordering.h , 2607
oofem-2.0/oofem-2.0/src/oofemlib/bcgeomtype.h , 1722
oofem-2.0/oofem-2.0/src/oofemlib/bctype.h , 1652
oofem-2.0/oofem-2.0/src/oofemlib/bcvaltype.h , 1752
oofem-2.0/oofem-2.0/src/oofemlib/bodyload.C , 1493
oofem-2.0/oofem-2.0/src/oofemlib/bodyload.h , 2884
oofem-2.0/oofem-2.0/src/oofemlib/boundary.C , 6176
oofem-2.0/oofem-2.0/src/oofemlib/boundary.h , 6851
oofem-2.0/oofem-2.0/src/oofemlib/boundaryload.C , 4901
oofem-2.0/oofem-2.0/src/oofemlib/boundaryload.h , 11411
oofem-2.0/oofem-2.0/src/oofemlib/buffereddatareader.C , 4420
oofem-2.0/oofem-2.0/src/oofemlib/buffereddatareader.h , 2957
oofem-2.0/oofem-2.0/src/oofemlib/calmls.C , 61325
oofem-2.0/oofem-2.0/src/oofemlib/calmls.h , 12041
oofem-2.0/oofem-2.0/src/oofemlib/chartype.h , 7077
oofem-2.0/oofem-2.0/src/oofemlib/classtype.h , 8852
oofem-2.0/oofem-2.0/src/oofemlib/clock.C , 3869
oofem-2.0/oofem-2.0/src/oofemlib/clock.h , 3452
oofem-2.0/oofem-2.0/src/oofemlib/cltypes.C , 8414
oofem-2.0/oofem-2.0/src/oofemlib/cltypes.h , 1981
oofem-2.0/oofem-2.0/src/oofemlib/column.C , 3853
oofem-2.0/oofem-2.0/src/oofemlib/column.h , 2959
oofem-2.0/oofem-2.0/src/oofemlib/combuff.C , 6404
oofem-2.0/oofem-2.0/src/oofemlib/combuff.h , 21833
oofem-2.0/oofem-2.0/src/oofemlib/commbufftype.h , 1547
oofem-2.0/oofem-2.0/src/oofemlib/communicator.C , 4346
oofem-2.0/oofem-2.0/src/oofemlib/communicator.h , 14051
oofem-2.0/oofem-2.0/src/oofemlib/communicatormode.h , 2214
oofem-2.0/oofem-2.0/src/oofemlib/compcol.C , 14553
oofem-2.0/oofem-2.0/src/oofemlib/compcol.h , 8454
oofem-2.0/oofem-2.0/src/oofemlib/compiler.C , 1698
oofem-2.0/oofem-2.0/src/oofemlib/compiler.h , 1956
最多只能显示150条信息!
没有账号? 忘记密码?

社交账号快速登录