gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
meshRefine.h
Go to the documentation of this file.
1 // Gmsh - Copyright (C) 1997-2022 C. Geuzaine, J.-F. Remacle
2 //
3 // See the LICENSE.txt file in the Gmsh root directory for license information.
4 // Please report all issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
5 
6 #ifndef MESH_REFINE_H
7 #define MESH_REFINE_H
8 
9 class GModel;
10 
11 void RefineMesh(GModel *m, bool linear, bool splitIntoQuads = false,
12  bool splitIntoHexas = false);
14 
15 #endif
BarycentricRefineMesh
void BarycentricRefineMesh(GModel *m)
Definition: meshRefine.cpp:507
RefineMesh
void RefineMesh(GModel *m, bool linear, bool splitIntoQuads=false, bool splitIntoHexas=false)
Definition: meshRefine.cpp:463
GModel
Definition: GModel.h:44