소스 검색

FEM求解

hxx 2 년 전
부모
커밋
5e9bb62689
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/main/java/com/miniframe/solverconfig/fem/FEMPath.java

+ 4 - 4
src/main/java/com/miniframe/solverconfig/fem/FEMPath.java

@@ -40,10 +40,10 @@ public class FEMPath {
         SysFileMapper fileMapper = UtilTools.getBean(SysFileMapper.class);
         SysFile nmlFile= fileMapper.selectByPrimaryKey(config.getNmlFile());
         fileMove(nmlFile,exePath+MFConstant.separator+"analysis.in");
-        SysFile mapbcFile= fileMapper.selectByPrimaryKey(config.getMapbcFile());
-        fileMove(mapbcFile,exeInPath+MFConstant.separator+"fem.bdf");
-//        SysFile grid= fileMapper.selectByPrimaryKey(modeling.getGridFile());
-//        fileMove(grid,exeInPath+MFConstant.separator+"FE_Pre_New.vtk");
+//        SysFile mapbcFile= fileMapper.selectByPrimaryKey(config.getMapbcFile());
+//        fileMove(mapbcFile,exeInPath+MFConstant.separator+"fem.bdf");
+        SysFile grid= fileMapper.selectByPrimaryKey(modeling.getGridFile());
+        fileMove(grid,exeInPath+MFConstant.separator+"fem.bdf");
     }
 
     /**