Description
build Gauss_matlab on Ubuntu18.04 with matlab2019a/2017b.
When run example8, this error always occurs:
Warning: The following error was caught while executing 'WorldFEM' class destructor:
Invalid MEX-file '/home/insectbrain/Thirdcodes/GAUSS/build/lib/WorldFEM_Interface.mexa64':
Gateway function is missing
Error in WorldFEM/delete (line 15)
WorldFEM_Interface('delete', this.objectHandle);
Error in WorldFEM (line 8)
function this = WorldFEM(varargin)
Error in example8 (line 11)
fem = WorldFEM('stvk_linear_tetrahedra', DT.Points, DT.ConnectivityList);
> In WorldFEM (line 8)
In example8 (line 11)
Invalid MEX-file '/home/insectbrain/Thirdcodes/GAUSS/build/lib/WorldFEM_Interface.mexa64':
Gateway function is missing
Error in WorldFEM (line 10)
this.objectHandle = WorldFEM_Interface('new', varargin{:});
Error in example8 (line 11)
fem = WorldFEM('stvk_linear_tetrahedra', DT.Points, DT.ConnectivityList);