VEM Solver Module
The VEMSolver
module provides functionality for solving Virtual Element Method (VEM) problems using command-line arguments, loading problem data from a .mat
file, solving the VEM problem, and optionally plotting the results.
Available Functions
Main Function
The main
function is the entry point that runs the VEM solver, handling argument parsing, solving the VEM problem, and generating plots.
Main.vem_solver.main
— FunctionMain function to parse command-line arguments and run the VEM solver.
Main.vem_solver.parse_vem_args
— FunctionFunction to set up command-line argument parsing using ArgParse.