Select Git revision
BoundaryLayers.h
BoundaryLayers.h 317 B
// Gmsh - Copyright (C) 1997-2019 C. Geuzaine, J.-F. Remacle
//
// See the LICENSE.txt file for license information. Please report all
// issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
#ifndef BOUNDARY_LAYERS_H
#define BOUNDARY_LAYERS_H
#include "GModel.h"
int Mesh2DWithBoundaryLayers(GModel *m);
#endif