When atom compiles .edp file, which cannot generate TXT . for example,
…
ofstream stiffnessmatrix(“matrix,P2,03.02,”+omega+","+lambda+","+Tf+","+R+","+dt+".txt");
…
stiffnessmatrix<<“matric”<<A<<endl;
When atom compiles .edp file, which cannot generate TXT . for example,
…
ofstream stiffnessmatrix(“matrix,P2,03.02,”+omega+","+lambda+","+Tf+","+R+","+dt+".txt");
…
stiffnessmatrix<<“matric”<<A<<endl;