------------------------------------------------------------------------------ 1. "PolyDPG.m" is the main script (the model problem is also explained there). ------------------------------------------------------------------------------ 2. “Shape.F” which contains the shape functions needs to be compiled before running PolyDPG (only once on each machine) by using the command: >> mex Shape.F A Fortran compiler needs to be installed on the machine. Gfortran (for free) can be installed as shown in the following tutorials: Windows: https://www.youtube.com/watch?v=oVfAU1ziOjg Linux: https://www.youtube.com/watch?v=wI4savquzBs ------------------------------------------------------------------------------ 3. To use the parallel version, open the parallel pool before running PolyDPG by using the command: >> parpool(number_of_desired_threads) ------------------------------------------------------------------------------ 4. Bugs or issues can be reported by using the email: inquiry@PolyDPG.com ------------------------------------------------------------------------------