## Overview This thread will monitor the development of a new FEAScript solver for 1D linear differential equations with the following general form:  where the parameters A, B, C, D will be defined by the user. ## Tasks - [x] Review and update the mesh generation and nodal numbering process for 1D meshes - [ ] Create a new ```generalFormPDEScript``` solver for 1D differential equations - [ ] Create a new tutorial and compare the results with the analytical solution