Home
last modified time | relevance | path

Searched refs:InterfacedClient (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/onelab/
H A DOnelabClients.h304 class InterfacedClient : public localSolverClient {
307 InterfacedClient(const std::string &name, const std::string &cmdl, in InterfacedClient() function
312 ~InterfacedClient() {} in ~InterfacedClient()
349 : public InterfacedClient
355 : InterfacedClient(name, cmdl, wdir), remoteClient(host, rdir) in RemoteInterfacedClient()
H A DOnelabClients.cpp276 localSolverClient *c = new InterfacedClient("OLParser", "", ""); in receiveMessage()
792 c = new InterfacedClient(name, cmdl, getWorkingDir()); in registerClient()
830 void InterfacedClient::analyze() in analyze()
852 void InterfacedClient::convert() in convert()
874 void InterfacedClient::compute() in compute()
H A DOnelabParser.cpp1399 localSolverClient *c = new InterfacedClient(client, "", workDir); in preProcess()