Hello day, ladies and gentlemen. I want to carry out FEA whose model is about multimaterial. Some elements are from material A, and others are from material B. However, I have not found some document about FEA on different material. I will be grateful if someone give me some examples on constructing multimaterial model.

2

(6 replies, posted in General Help)

Mikael Öhman wrote:

Hi, You can actually attach files, instead of pasting file contents directly.
But anyway, the important parts are here; the matrix and solver you picked,
lstype 3 smtype 7
and roughly the number of dofs we are dealing with here
ndofman 136941 nelem 722279
I'm not sure how you have managed to have a whole 722k elements with only 137k nodes. They would have to overlap?

Secondly you have picked linear solver type 3, petsc. Well in this case, you get the solver you specify by using the petsc command line options.
If you didn't pick anyway, I think the default is CG with incomplete LU precond, which often is a good pick.
What solver works best for you depends on a ton of things, and you have everything PETSc can manage on offer here.
There are algebraic multigrid there, but I have only ever had one case where it outperformed CG and GMRES/MINRES

Naturally, the OS is completely irrelevant.

Thank you Mikael, perhaps the meshing is not so good that makes the numbers of elements and nodes seem to be ridiculars. And I have question about  using the petsc command line options. I do not think the manual includes it. Or maybe I am too careless to read the manual.

3

(1 replies, posted in General Help)

Hi, I want to try to execute oofem program for parallel. So I type it as:
mpirun -np 4 oofem -p -f topo.in
My computer has only 4 cores, and the name of input file is topo.in.
However, it shows as follows:
           OOFEM - Finite Element Solver
        Copyright (C) 1994-2017 Borek Patzak
____________________________________________________
____________________________________________________
           OOFEM - Finite Element Solver
        Copyright (C) 1994-2017 Borek Patzak
____________________________________________________
____________________________________________________
           OOFEM - Finite Element Solver
        Copyright (C) 1994-2017 Borek Patzak
____________________________________________________
____________________________________________________
           OOFEM - Finite Element Solver
        Copyright (C) 1994-2017 Borek Patzak
____________________________________________________
_______________________________________________________
Error: (/home/satoshi/hello/oofem.git/src/oofemlib/oofemtxtdatareader.C:49)
_______________________________________________________
Error: (/home/satoshi/hello/oofem.git/src/oofemlib/oofemtxtdatareader.C:49)
In OOFEMTXTDataReader:
Can't open input stream (topo.in.2)
_______________________________________________________
stack trace:
_______________________________________________________
Error: (/home/satoshi/hello/oofem.git/src/oofemlib/oofemtxtdatareader.C:49)
In OOFEMTXTDataReader:
Can't open input stream (topo.in.3)
_______________________________________________________
stack trace:
In OOFEMTXTDataReader:
Can't open input stream (topo.in.0)
_______________________________________________________
stack trace:
_______________________________________________________
Error: (/home/satoshi/hello/oofem.git/src/oofemlib/oofemtxtdatareader.C:49)
In OOFEMTXTDataReader:
Can't open input stream (topo.in.1)
_______________________________________________________
stack trace:
  /home/satoshi/hello/buildwithslepc/liboofem.so : oofem::OOFEMTXTDataReader::OOFEMTXTDataReader(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)+0x15d
  /home/satoshi/hello/buildwithslepc/liboofem.so : oofem::OOFEMTXTDataReader::OOFEMTXTDataReader(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)+0x15d
  ./oofem : main()+0x8b4
  /lib/i386-linux-gnu/libc.so.6 : __libc_start_main()+0xf7
  ./oofem() [0x804cc51]
  /home/satoshi/hello/buildwithslepc/liboofem.so : oofem::OOFEMTXTDataReader::OOFEMTXTDataReader(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)+0x15d
  ./oofem : main()+0x8b4
  /lib/i386-linux-gnu/libc.so.6 : __libc_start_main()+0xf7
  ./oofem() [0x804cc51]
oofem exit code 1
  ./oofem : main()+0x8b4
  /lib/i386-linux-gnu/libc.so.6 : __libc_start_main()+0xf7
  ./oofem() [0x804cc51]
oofem exit code 1
  /home/satoshi/hello/buildwithslepc/liboofem.so : oofem::OOFEMTXTDataReader::OOFEMTXTDataReader(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)+0x15d
  ./oofem : main()+0x8b4
  /lib/i386-linux-gnu/libc.so.6 : __libc_start_main()+0xf7
  ./oofem() [0x804cc51]
Total 4 error(s) and 0 warning(s) reported
oofem exit code 1
oofem exit code 1
by the way, I have compiled oofem with PETSc and SLEPc  successfully.

4

(6 replies, posted in General Help)

I am sorry, the input file is so big that unable to upload. And by the way, my computer is Core i5-3470CPU3.2GHz*4. The key information of input file is as follows:

StaticStructural nsteps 1 nmodules 1 lstype 3 smtype 7
vtkxml tstep_all domain_all vars 2 1 81 primvars 1 1 cellvars 2 1 81 stype 1 
domain 3d
OutputManager tstep_all dofman_all element_all
ndofman 136941 nelem 722279 ncrosssect 1 nmat 1  nbc 3 nic 0 nltf 1 nset 4


SimpleCS 1 material 1 set 1
IsoLE 1 d 7.9e-09 E 2.1e+8 n 0.3 talpha 1.0
BoundaryCondition 1 loadTimeFunction 1 dofs 5 1 2 3 5 6 values 5 0 0 0 0 0 set 2
NodalLoad 2 loadTimeFunction 1 dofs 1 3 components 1 100 set 3
NodalLoad 3 loadTimeFunction 1 dofs 1 1 components 1 10 set 4
ConstantFunction 1 f(t) 1.0
Set 1 elementranges { (1 722279) }
Set 2 nodes 884 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 60 61 62 63 64 65 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 90 91 92 93 94 95 97 98 99 100 101 102 103 105 106 108 109 110 111 112 113 114 115 117 118 119 120 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 148 149 150 151 152 153 154 155 156 157 158 159 161 162 163 164 165 166 167 168 169 170 171 187 188 212 213 231 232 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 382 383 413 414 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 530 531 532 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 825 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1059 1060 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504
Set 3 nodes 198 86 87 88 116 181 182 183 184 206 207 208 209 225 226 227 228 244 245 246 247 376 377 378 379 407 408 409 410 426 427 428 429 523 524 525 526 527 598 599 600 601 602 603 820 821 822 860 861 862 863 874 875 876 877 1011 1012 1013 1014 1307 1308 1309 1310 1311 1514 2612 2616 2638 2686 2728 2729 2775 2792 2805 2837 2966 2982 3029 3066 3117 3170 3182 3185 3189 3406 3582 3605 3694 3822 3835 3889 3921 3952 3960 4063 4205 4285 4328 4361 4368 4511 4530 4571 4615 4803 4831 5097 5103 5117 5310 5388 5528 5686 5823 5872 5994 6060 6069 6127 6312 6386 6476 6526 6581 6583 6866 6892 6987 7073 7367 7464 7648 7940 7941 8088 8541 8579 9344 9360 9692 9777 9985 10478 10686 10852 10915 10998 10999 11000 11191 11193 11210 11843 11879 11887 11888 11914 12444 12445 12656 12774 13093 13377 13417 14181 14215 14239 14354 14366 14621 14972 15054 16544 16770 16771 17032 17277 18443 18532 18877 19720 19818 20277 23337 23338 24529 36092 36195 36515 36706 38712 40954 46878 49537 53025 63231 88043 97003 115242
Set 4 nodes 357 85 87 88 96 177 178 183 185 202 203 208 210 220 221 227 229 240 241 246 248 256 259 372 373 378 380 404 405 409 411 420 421 428 430 438 441 518 519 520 525 526 528 548 592 593 594 595 600 601 602 604 635 636 637 640 817 823 840 859 861 864 869 870 871 876 878 883 887 1007 1008 1013 1015 1032 1033 1034 1037 1312 1313 1341 1342 1346 1365 1372 1373 1511 1512 1536 1539 1542 1543 1545 1592 1593 1596 1709 1710 2680 2694 2769 2770 2823 2865 2904 2911 2922 2926 3096 3109 3226 3330 3379 3402 3579 3583 3588 3618 3669 3714 3734 3874 4069 4093 4207 4363 4399 4418 4489 4606 4770 5004 5170 5227 5270 5329 5338 5535 5536 5774 5954 5955 5989 6080 6229 6333 6418 6569 6613 7335 7479 7481 7575 7674 7935 7984 8065 8397 8490 8586 8652 8915 9280 9306 9364 9577 9587 9774 9778 9801 10024 10033 10239 10356 10360 10726 10727 10732 10757 10784 10801 10862 10932 10935 10962 11116 11317 11459 11559 11673 11703 11728 11933 12039 12107 12178 12228 12230 12282 12454 12539 12809 12969 13056 13070 13071 13495 13654 13656 14561 14662 14720 14722 14921 15052 15198 15380 15423 15424 15700 16053 16184 16222 16266 16627 16969 16970 17111 17120 17121 17223 17237 17708 17859 18034 18064 18139 18148 18190 18263 18265 18699 18759 19217 19219 19220 19221 19724 20180 20481 20612 20613 20661 20846 21692 22000 22220 22235 22879 22911 22912 23488 23960 23961 24442 25057 25224 25225 25226 26129 27940 35797 35997 36037 36059 36083 36142 36395 36677 36690 36707 36748 36837 36997 37349 37714 37878 40849 41262 46593 48030 50853 51631 53091 54145 54568 55060 58686 58969 60909 63040 66169 67143 67285 68878 68894 71099 71939 72023 74459 75309 75329 81100 81764 86298 86449 90507 91835 92305 92953 93112 93983 94464 95011 95810 98229 103189 110292 112843 114751 115149 115398 116192 116211 117829 118541 118932 119181 119478 119715 120205 120302 121042 123110 123535 125975 129450 129765 133983 134399 134679 135662 135739 135880 136140 136141 136212 136448 136586

5

(6 replies, posted in General Help)

Hi everyone.Recently, I installed oofem with petsc on Ubuntu. However, when I try it with 1000,000 elements, it nearly spends half an hour. And often it happens to diverge. I want to ask following questions:
1 is there any method that can improve efficiency?
2 How does oofem solve the equations?multigrid methods?or Conjugate gradient method?
3 any suggestions on resisting diverge?

6

(2 replies, posted in General Help)

Mikael Öhman wrote:

All loads support splitting into a time function, which scales the load.

F(t) = load * f(t)

so, pick a deltaT, and pick a function

E.g.  deltaT = 0.1, number of time steps  = 10 with staticstructural
PieceWiseLinFunction 1 t 2 0.0 1.0 f(t) 2 0.0 1.0

will gradually increase the load over the 10 time steps until it finally reaches 1.0

Thank you for clearing up my question. However, could you please give me some suggestions on resisting diverge?

7

(4 replies, posted in General Help)

Hi, do you mean that you want to apply loads at different time?or different load at same time?
If former, you can see http://www.oofem.org/forum/viewtopic.php?id=1725, it will describe in detail.

8

(2 replies, posted in General Help)

Hi, recently, I tried to do my research on Ubuntu with oofem, and it is convinient to run oofem on Ubuntu. However, I found that it is easier to diverge on Ubuntu with PETSc than it on Windows. I have searched some information about it in the forum.

solution starts to diverge. This is caused by several things: 1) your mesh is really coarse and steps are too big. Also the nonlocal model requires at least several neighboring integration points to be within the the nonlocal averaging zone and from this point of view the grid is again coarse (and may be that the value you are using is not physically based, since the averaging radius is closely related to the width of fracture process zone). The fact that you have obtained convergence for larger steps was rather coincidence.
So my suggestion is to use finer grid with smaller steps.

The number of meshes is 1000,000, so I think it is refine enough. I still don't understand how to apply the static forces in several steps. The number of nodal force is big, several hundred. But isn't it applied at same time?

9

(1 replies, posted in General Help)

Hi, I want to know the strain energy. However, it seems that there are  only
ENUM_ITEM_WITH_VALUE(IST_PlasStrainEnerDens, 49) \
ENUM_ITEM_WITH_VALUE(IST_ElasStrainEnerDens, 50) \
ENUM_ITEM_WITH_VALUE(IST_TotalStrainEnerDens, 51) \
  in the file "src/oofemlib/internalstatetype.h". And I add them to vtk line just like:
vtkxml tstep_all domain_all vars 5 1 81 49 50 51 primvars 1 1 cellvars 5 1 81 49 50 51 .
But I just get lots of 0.
The elements I used is the type of LTRSpace.
I am curios about this question. Could anyone help me?

Hi, it seems that you have not installed with PETSc successfully. I have met this question before

11

(10 replies, posted in Installation Help)

I got it and all things goes well after your instructions. Thank you for your hard work, Mr. Patzak. You give me the sunshine on the way of my research. Best wishes to you.

12

(10 replies, posted in Installation Help)

Thank you. I got it. It seems a little difficult for me. But I will try my best. Have a nice day, Borek.

13

(10 replies, posted in Installation Help)

Thank you very mush, Mr. Patzak.It works now.However, I still feel confused about the results I get.I run oofem on windows and Ubuntu, but I get the different results. As you can see as follows:
on Windows,it puts,
Eigen Values (Omega^2) are:
-----------------
2.98316123e+06  9.99849540e+06  9.99849540e+06  1.90058007e+07  6.62352588e+07
however, on Ubuntu with SLEPc, it puts,
Eigen Values (Omega^2) are:
-----------------
1.63646667e+08  1.47355085e+08  8.24496496e+07  7.68442649e+07  6.62352549e+07
on Ubuntu without SLEPc, it puts,
Eigen Values (Omega^2) are:
-----------------
2.98316123e+06  9.99849540e+06  9.99849540e+06  1.90058007e+07  6.62352588e+07
Should I do something to control the precision of the SLEPc solver?

bp wrote:

Hi,
the answer is in the output. The default slepc solver (Shift-and-invert) requires following options: -st_type sinvert -eps_target 0 -eps_target_magnitude. You can pass them in the command line, when executing oofem, so for example:

oofem -f input.in -st_type sinvert -eps_target 0 -eps_target_magnitude

For more command line options allowing to fine tune slepc, please refer to slepc documentation.
Borek

14

(10 replies, posted in Installation Help)

Hi, thank you very much. I found that I miss installation of MPI. And I have install with SLEPC, it seems success. However, it puts like follows:
____________________________________________________
           OOFEM - Finite Element Solver
        Copyright (C) 1994-2017 Borek Patzak
____________________________________________________
Assembling stiffness and mass matrices
Solving ...
[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
[0]PETSC ERROR: Shift-and-invert requires a target 'which' (see EPSSetWhichEigenpairs), for instance -st_type sinvert -eps_target 0 -eps_target_magnitude
[0]PETSC ERROR: See http://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting.
[0]PETSC ERROR: Petsc Release Version 3.8.4, Mar, 24, 2018
[0]PETSC ERROR: ./oofem on a arch-linux2-c-debug named ubuntu by satoshi Tue Apr 24 11:29:56 2018
[0]PETSC ERROR: Configure options --with-cc=gcc --with-cxx=g++ --with-fc=gfortran --download-mpich --download-fblaslapack
[0]PETSC ERROR: #1 EPSSetUp() line 272 in /home/satoshi/Documents/slepc-3.8.3/src/eps/interface/epssetup.c
[0]PETSC ERROR: #2 EPSSolve() line 135 in /home/satoshi/Documents/slepc-3.8.3/src/eps/interface/epssolve.c
[0]PETSC ERROR: #3 solve() line 154 in /home/satoshi/Documents/oofem.git/src/oofemlib/slepcsolver.C
EngngModel info: user time consumed by solution step 5: 1.52s


ANALYSIS FINISHED


Real time consumed: 000h:00m:01s
User time consumed: 000h:00m:01s
Total 0 error(s) and 0 warning(s) reported
By the way, it goes all right with PETSc. So what can I do to deal with it? Could you please tell me.

bp wrote:

HI,
yes, the fix is on github repository (https://github.com/oofem/oofem). It is fixing the cmake problem when SLEPC_DIR is provided, but cmake fails due to slepc libs not found.  So your installation of petsc and slepc libraries is probably ok, the problem was on oofem cmake side.
Borek

15

(10 replies, posted in Installation Help)

Hi, Borek.I am sorry and busy on other things these days. I am so glad that you can help me, but do you mean that you have put it on https://github.com/oofem/oofem? Well, I have difficulty on installing oofem with it. You see, it seems that I have not installed it right?could you please help me.

bp wrote:

Hi, thank you for reporting.
I have committed a fix to the github repository, that allows to compile with SLEPc. I have used petsc-3.9.0 and corresponding slepc version.
Borek

Hello, Mr. Zhang. I am trying oofem on Ubuntu these days. I believe that I have compile oofem with PETSc successfully on Ubuntu. However, I found it is difficult to do with slepc. I type it like as follows:
Export PETSC_DIR=/…/petsc-3.8.3
Export PETSC_ARCH=arch-linux2-c-debug
Export LD_LIBRARY_PATH=/…/arch-linux2-c-debug
Cmake –DUSE_PARALLEL=“ON” –DUSE_SLEPC=“ON” –DSLEPC_DIR=/…/slepc –DUSE_PETSC=“ON” –DMY_PETSC_DIR=/…/petsc-3.8.3 –DMY_PETSC_ARCH=arch-linux2-c-debug  oofem.git
make
It is a pity that it puts that"slepc lib not found".
can you help me?

Zhang.Ji wrote:

Hello all,

I'm try to install OOFEM in ubuntu 14.04. I can successfully build it with petsc. But I don't know how to build it with slepc. slepc is succefully build in my desktop now, and pass the default test. I DONOT know what should write after SLEPC_DIR and SLEPC_LIBS. Can any one help me?

I have one more question. I found other libraries might be used in oofem (i.e. ckit (CKIT_DIR), dl (DL_DIR), lapack (LAPACK_DIR), metis (METIS_DIR), parmetis (PARMETIS_DIR), x11 (X11_DIR), and vtk (VTK_DIR)). What are they? Do they necessary? When should I use them? Can any one give me a suggestion which of them I'd better install?

Thanks!

17

(10 replies, posted in Installation Help)

Hi, everyone. I believe that I have compile oofem with PETSc successfully on Ubuntu. However, I found it is difficult to do with slepc. I type it like as follows:
Export PETSC_DIR=/…/petsc-3.8.3
Export PETSC_ARCH=arch-linux2-c-debug
Export LD_LIBRARY_PATH=/…/arch-linux2-c-debug
Cmake –DUSE_PARALLEL=“ON” –DUSE_SLEPC=“ON” –DSLEPC_DIR=/…/slepc –DUSE_PETSC=“ON” –DMY_PETSC_DIR=/…/petsc-3.8.3 –DMY_PETSC_ARCH=arch-linux2-c-debug  oofem.git
make
It is a pity that it puts that"slepc lib not found".
can anyone help me?

Besides, found that it works really quicker with petsc than oofem with dss on Ubuntu. But I found that it works quick than windows only when it compiled and installed. When I poweroff Ubuntu and turn it on  again, I found it works slower than it on windows. In fact, I build it on the VMware Workstation, not real Ubuntu. Is this the reason?

18

(4 replies, posted in General Help)

Hi, I think you can try it with DSS. I suggest you to compile it again with DSS. And there are some documents on web on how to use it.

Dennis wrote:

Hi,

and a happy, successful and healthy new year to everyone.

I've got a question regarding the OOFEM performance, see also the attached input and output files.
I am calculating a system using 8400 cctplate elements. Calculating time for this is almost 400seconds.

Since I often calculate systems with 10.000-15.000 elements (only 2D), so a better performance would be very interesting for me.

Is there any way to improve speed of the calculations exept using the parallel mode, e.g. using a different solver?

Thank u for your answers!

Dennis

Oh, I found I have not installed slepc successfully. It always puts it that "SLEPc library not found". In fact, I have export the enviroments like PETSC_DIR, PETSC_ARCH, LD_LIBRARY_PATH and SLEPC_DIR. I do not know why it does not work.

ousatoshi wrote:
nitramkaroh wrote:

Hi,  you can switch it on by -DUSE_DSS=ON or you can use the “ccmake” which is the CMake curses interface where you can simply switch on the dss solver.

thank you very much, it works.

nitramkaroh, I appreciate you very much. However, I found too many questions nowadays.
First, I found that it works really quicker with petsc than oofem with dss on Ubuntu. But I found that it works quick than windows only when it compiled and installed. When I poweroff Ubuntu and turn it on  again, I found it works slower than it on windows. In fact, I build it on the VMware Workstation, not real Ubuntu. Is this the reason?
I believe that I have installed PETSc successfully, but I am confused about SLEPc for that I have no idea about how to use it. Could you please tell me how to use it correctly? Just write down"stype 2 smtype 7"?

nitramkaroh wrote:

Hi,  you can switch it on by -DUSE_DSS=ON or you can use the “ccmake” which is the CMake curses interface where you can simply switch on the dss solver.

nitramkaroh wrote:

Hi,  you can switch it on by -DUSE_DSS=ON or you can use the “ccmake” which is the CMake curses interface where you can simply switch on the dss solver.

thank you very much, it works.

Hi,I am new to Ubuntu. I have used oofem before on Windows, however, I would like to try it on Ubuntu. I think I have install it successfully. The question is I don't know how to compile DSS Solver. For example, I can't find out configure file where it is. And I could not find the information in detail. Can you help me or show me the manual in detail.

nitramkaroh wrote:

Hi,

thanks for reporting that. It seems to me that there is a bug in the linquad3dplanestress element, but I am not sure yet.
Meanwhile, you can solve your problem using 2d plane stress elements as is done in the attached file.

Martin

It is OK now.Really thanks for your help,Have a nice day.
谢谢!ありがとうございます。

Hello everyone.Recently, I am reasearching on the intrinsic frequency(also called eigenvalues).And I need the help of OOFEM.Luckily,I used the elements of LTRSpace and LSpace in the EigenValueDynamic. And I get the result.However, when I tried the ekements of linquad3dplanestress, I can not get the intrinsic frequency,but get the result like 1.#QNAN000e+000 .

Eigen Values (Omega^2) are:
-----------------
1.#QNAN000e+000 -1.#IND0000e+000 1.#QNAN000e+000 -1.#IND0000e+000 1.#QNAN000e+000