Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
c381b5fc
Commit
c381b5fc
authored
17 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
remove BGMReset
parent
f837e5fd
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Geo/GModel.cpp
+1
-2
1 addition, 2 deletions
Geo/GModel.cpp
Mesh/BackgroundMesh.cpp
+1
-5
1 addition, 5 deletions
Mesh/BackgroundMesh.cpp
Mesh/BackgroundMesh.h
+0
-1
0 additions, 1 deletion
Mesh/BackgroundMesh.h
with
2 additions
and
8 deletions
Geo/GModel.cpp
+
1
−
2
View file @
c381b5fc
// $Id: GModel.cpp,v 1.7
3
2008-03-19
17:26
:4
8
geuzaine Exp $
// $Id: GModel.cpp,v 1.7
4
2008-03-19
20:09
:4
5
geuzaine Exp $
//
//
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -110,7 +110,6 @@ void GModel::destroy()
...
@@ -110,7 +110,6 @@ void GModel::destroy()
#if !defined(HAVE_GMSH_EMBEDDED)
#if !defined(HAVE_GMSH_EMBEDDED)
_fields
->
reset
();
_fields
->
reset
();
gmshSurface
::
reset
();
gmshSurface
::
reset
();
BGMReset
();
#endif
#endif
}
}
...
...
This diff is collapsed.
Click to expand it.
Mesh/BackgroundMesh.cpp
+
1
−
5
View file @
c381b5fc
// $Id: BackgroundMesh.cpp,v 1.4
3
2008-03-19
17:26
:4
8
geuzaine Exp $
// $Id: BackgroundMesh.cpp,v 1.4
4
2008-03-19
20:09
:4
5
geuzaine Exp $
//
//
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
//
...
@@ -38,10 +38,6 @@ bool BGMExists()
...
@@ -38,10 +38,6 @@ bool BGMExists()
return
(
GModel
::
current
()
->
getFields
()
->
background_field
>
0
);
return
(
GModel
::
current
()
->
getFields
()
->
background_field
>
0
);
}
}
void
BGMReset
()
{
}
// computes the characteristic length of the mesh at a vertex in order
// computes the characteristic length of the mesh at a vertex in order
// to have the geometry captured with accuracy. A parameter called
// to have the geometry captured with accuracy. A parameter called
// CTX.mesh.min_circ_points tells the minimum number of points per
// CTX.mesh.min_circ_points tells the minimum number of points per
...
...
This diff is collapsed.
Click to expand it.
Mesh/BackgroundMesh.h
+
0
−
1
View file @
c381b5fc
...
@@ -23,7 +23,6 @@
...
@@ -23,7 +23,6 @@
class
GEntity
;
class
GEntity
;
double
BGM_MeshSize
(
GEntity
*
ge
,
double
U
,
double
V
,
double
X
,
double
Y
,
double
Z
);
double
BGM_MeshSize
(
GEntity
*
ge
,
double
U
,
double
V
,
double
X
,
double
Y
,
double
Z
);
bool
BGMExists
();
bool
BGMExists
();
void
BGMReset
();
bool
Extend1dMeshIn2dSurfaces
();
bool
Extend1dMeshIn2dSurfaces
();
bool
Extend2dMeshIn3dVolumes
();
bool
Extend2dMeshIn3dVolumes
();
double
LC_MVertex_CURV
(
GEntity
*
ge
,
double
U
,
double
V
);
double
LC_MVertex_CURV
(
GEntity
*
ge
,
double
U
,
double
V
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment