1 Star 0 Fork 1

吉祥水/mofem-old

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CMakeSrcs.txt 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
mohamed.moussa 提交于 2015-03-16 16:31 . Added Nonlinear Truss Element
# Source files
SET(SRC_MAIN
src/main.cpp)
SET(SRC_CS
src/CS/CS.h
src/CS/CS.cpp)
SET(SRC_DOF
src/DOF/DOF.h
src/DOF/DOF.cpp)
SET(SRC_ELEMENT
src/Element/Element.h
src/Element/Element.cpp
src/Element/Truss.h
src/Element/TrussLinear.cpp
src/Element/TrussNonlinear.cpp)
SET(SRC_INPUT
src/Input/InputData.h
src/Input/InputCreate.h
src/Input/InputCreate.cpp
src/Input/InputLISA.h
src/Input/InputLISA.cpp)
SET(SRC_OUTPUT
src/Output/Output.h
src/Output/OutputLISA.h
src/Output/OutputLISA.cpp)
SET(SRC_MATERIAL
src/Material/Material.h
src/Material/Material.cpp
src/Material/MaterialCalculate.h
src/Material/LinearElastic.h
src/Material/LinearElastic.cpp)
SET(SRC_MODEL
src/Model/ModelData.h
src/Model/ModelGatherScatter.h
src/Model/ModelGatherScatter.cpp
src/Model/ModelCreate.h
src/Model/ModelCreate.cpp)
SET(SRC_NODE
src/Node/Node.h)
SET(SRC_SOLUTION
src/Solution/SolutionData.h
src/Solution/SolutionCreate.h
src/Solution/SolutionCreate.cpp)
SET(SRC_UTIL
src/Util/Array.h
src/Util/BoostEnumString.h
src/Util/CompileType.h
src/Util/Precision.h
src/Util/SparseArray.h
src/Util/Status.h
src/Util/pugixml.hpp
src/Util/pugixml.cpp)
SET(SRC_FEM
src/FEM/FEMContext.h
src/FEM/FEM.h
src/FEM/FEM.cpp)
SET(SRC_SOLVER
src/Solver/CGS.h
src/Solver/CGS.cpp)
SET(SRC_CONTROL
src/Control/Control.h
src/Control/StaticLinear.h
src/Control/StaticLinear.cpp
src/Control/StaticNonlinear.h
src/Control/StaticNonlinear.cpp)
SET(SRC_ALL
${SRC_MAIN}
${SRC_CS}
${SRC_DOF}
${SRC_ELEMENT}
${SRC_INPUT}
${SRC_OUTPUT}
${SRC_MATERIAL}
${SRC_MODEL}
${SRC_NODE}
${SRC_SOLUTION}
${SRC_UTIL}
${SRC_FEM}
${SRC_SOLVER}
${SRC_CONTROL})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jixiangshui/mofem-old.git
git@gitee.com:jixiangshui/mofem-old.git
jixiangshui
mofem-old
mofem-old
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385