Home
last modified time | relevance | path

Searched refs:MATLABENGINE_CLASSID (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/classes/matlabengine/
H A Dmatlab.c12 PetscClassId MATLABENGINE_CLASSID = -1; variable
54 …if (MATLABENGINE_CLASSID == -1) PetscCall(PetscClassIdRegister("MATLAB Engine", &MATLABENGINE_CLAS… in PetscMatlabEngineCreate()
56 …PetscCall(PetscHeaderCreate(e, MATLABENGINE_CLASSID, "MatlabEngine", "MATLAB Engine", "Sys", comm,… in PetscMatlabEngineCreate()
112 PetscValidHeaderSpecific(*v, MATLABENGINE_CLASSID, 1); in PetscMatlabEngineDestroy()
/petsc/include/
H A Dpetscmatlab.h9 PETSC_EXTERN PetscClassId MATLABENGINE_CLASSID; variable