Home
last modified time | relevance | path

Searched refs:PartitionUsingThisSplit (Results 1 – 4 of 4) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshPartition.h16 int PartitionUsingThisSplit(GModel *model,
H A DmeshPartition.cpp2508 int PartitionUsingThisSplit(GModel *model, in PartitionUsingThisSplit() function
2635 return PartitionUsingThisSplit(model, elmToPartition); in ConvertOldPartitioningToNewOne()
2650 int PartitionUsingThisSplit( in PartitionUsingThisSplit() function
/dports/cad/gmsh/gmsh-4.9.2-source/Plugin/
H A DSimplePartition.cpp167 int ier = PartitionUsingThisSplit(m, elmToPartition); in run()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DGModel.cpp2209 return PartitionUsingThisSplit(this, elementPartition); in partitionMesh()