[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/FEAScript/FEAScript-core/main/src/visualization/plotSolution.js [Back]  [Original]

/**
 * 
 *  FEAScript Core Library
 *  Lightweight Finite Element Simulation in JavaScript
 *  Version: 0.3.0 (RC) | https://feascript.com
 *  MIT License  20232026 FEAScript
 * 
 */

/**
 * Function to re-export plotting functions in order to visualize solution fields
 */

export { plotSolution, plotInterpolatedSolution } from "./plotlyPlot.js";

export {
  plotSolutionVtk,
  plotInterpolatedSolutionVtk,
  createColorScale,
  createContourLineOptions,
  transformSolverOutputToVtkData,
  transformSolverOutputToVTP,
  transformSolverOutputToMLBuffers,
} from "./vtkPlot.js";

Web Proxy Viewer  |  New URL  |  Original Page