taotaomy
Automotive
- Apr 20, 2017
- 6
Hello everyone
recently I'm trying to use Calculix to generate the substructure stiffness matrix. But I don't know how to control the output directory of the mtx file.
Then I read the source code file ccx_2.10.c and notice there is a parameter about the output file. just post the code as follow
for(i=1;i<argc;i++){
if(strcmp1(argv,"-o")==0) {
strcpy(output,argv[i+1]);break;}
}
but when I try to use the -o parameter with ccx.exe, it doesn't show any different with or without using output parameter.
Another problem I encountered is about element stiffness matrix output problem, since there isn't an example for users.
Thanks for any help!
recently I'm trying to use Calculix to generate the substructure stiffness matrix. But I don't know how to control the output directory of the mtx file.
Then I read the source code file ccx_2.10.c and notice there is a parameter about the output file. just post the code as follow
for(i=1;i<argc;i++){
if(strcmp1(argv,"-o")==0) {
strcpy(output,argv[i+1]);break;}
}
but when I try to use the -o parameter with ccx.exe, it doesn't show any different with or without using output parameter.
Another problem I encountered is about element stiffness matrix output problem, since there isn't an example for users.
Thanks for any help!