8000 Gateway function is missing · Issue #57 · dilevin/GAUSS · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Gateway function is missing #57
Open
@Rupemgera

Description

@Rupemgera

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0