Forked from
gmsh / gmsh
12860 commits behind the upstream repository.
-
Christophe Geuzaine authoredChristophe Geuzaine authored
BoundaryLayers.h 304 B
// Gmsh - Copyright (C) 1997-2012 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>.
#ifndef _BOUNDARY_LAYERS_H_
#define _BOUNDARY_LAYERS_H_
#include "GModel.h"
int Mesh2DWithBoundaryLayers(GModel *m);
#endif