Home
last modified time | relevance | path

Searched refs:readMSH (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/wings/libigl-2.1.0/include/igl/
H A DreadMSH.h28 IGL_INLINE bool readMSH(
H A DreadMSH.cpp20 IGL_INLINE bool igl::readMSH( in readMSH() function in igl
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A DreadMSH.h28 IGL_INLINE bool readMSH(
H A DreadMSH.cpp20 IGL_INLINE bool igl::readMSH( in readMSH() function in igl
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModelIO_MSH.cpp12 int GModel::readMSH(const std::string &name) in readMSH() function in GModel
H A DGModel.h742 int readMSH(const std::string &name);
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewIO.cpp84 bool PView::readMSH(const std::string &fileName, int fileIndex, in readMSH() function in PView
290 if(!d->readMSH(viewName, fileName, fileIndex, fp, binary, swap, in readMSH()
H A DPView.h135 static bool readMSH(const std::string &fileName, int fileIndex = -1,
H A DPViewDataGModel.h301 bool readMSH(const std::string &viewName, const std::string &fileName,
H A DPViewDataGModelIO.cpp135 bool PViewDataGModel::readMSH(const std::string &viewName, in readMSH() function in PViewDataGModel
/dports/cad/gmsh/gmsh-4.9.2-source/Plugin/
H A DFieldFromAmplitudePhase.cpp105 umodel->readMSH(fileName); in execute()
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DOpenFile.cpp503 tmp->readMSH(fileName); in MergeFile()
512 status = GModel::current()->readMSH(fileName); in MergeFile()
515 if(status > 1) status = PView::readMSH(fileName, -1, partitionToRead); in MergeFile()
/dports/cad/gmsh/gmsh-4.9.2-source/Solver/
H A DthermicSolver.cpp30 pModel->readMSH(meshFileName.c_str()); in setMesh()
H A DelasticitySolver.cpp70 pModel->readMSH(meshFileName.c_str()); in setMesh()
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DPos_Formulation.cpp546 m->readMSH(std::string(Current.GeoData->Name)); in Pos_Formulation()