File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ export { FEAScriptModel } from "./FEAScript.js";
1111export { importGmshQuadTri } from "./readers/gmshReaderScript.js" ; //TODO rename importGmshQuadTri to importGmsh
1212export { logSystem } from "./utilities/loggingScript.js" ;
1313export {
14- plotSolution ,
15- plotInterpolatedSolution ,
16- createColorScale ,
17- createContourLineOptions ,
18- transformSolverOutputToVtkData ,
19- transformSolverOutputToVTP ,
20- transformSolverOutputToMLBuffers ,
14+ plotSolution ,
15+ plotInterpolatedSolution ,
16+ createColorScale ,
17+ createContourLineOptions ,
18+ transformSolverOutputToVtkData ,
19+ transformSolverOutputToVTP ,
20+ transformSolverOutputToMLBuffers ,
2121} from "./visualization/vtkSolutionScript.js" ;
2222export { FEAScriptWorker } from "./workers/workerScript.js" ;
2323export const printVersion = "0.2.0" ;
You can’t perform that action at this time.
0 commit comments