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
b58a8f3c
Commit
b58a8f3c
authored
19 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
don't optimize transfinite volumes!
parent
1d536be8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Mesh/3D_Mesh_Netgen.cpp
+3
-2
3 additions, 2 deletions
Mesh/3D_Mesh_Netgen.cpp
Mesh/3D_Transfinite.cpp
+2
-2
2 additions, 2 deletions
Mesh/3D_Transfinite.cpp
with
5 additions
and
4 deletions
Mesh/3D_Mesh_Netgen.cpp
+
3
−
2
View file @
b58a8f3c
// $Id: 3D_Mesh_Netgen.cpp,v 1.1
6
2005-
05-15 01:44:26
geuzaine Exp $
// $Id: 3D_Mesh_Netgen.cpp,v 1.1
7
2005-
11-28 19:19:45
geuzaine Exp $
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -297,7 +297,8 @@ void Optimize_Netgen(Volume * v)
// abort of we don't have real volumes (volume has no CAD, or has no
// surface loop w/ oriented surfaces) or if there are no simplices
// to optimize
if
(
v
->
Typ
==
MSH_VOLUME_DISCRETE
||
Extrude_Mesh
(
v
)
||
!
Tree_Nbr
(
v
->
Simplexes
))
if
(
v
->
Typ
==
MSH_VOLUME_DISCRETE
||
v
->
Method
==
TRANSFINI
||
Extrude_Mesh
(
v
)
||
!
Tree_Nbr
(
v
->
Simplexes
))
return
;
Msg
(
STATUS3
,
"Optimizing volume %d"
,
v
->
Num
);
...
...
This diff is collapsed.
Click to expand it.
Mesh/3D_Transfinite.cpp
+
2
−
2
View file @
b58a8f3c
// $Id: 3D_Transfinite.cpp,v 1.
3
2005-11-28 19:1
3
:4
9
geuzaine Exp $
// $Id: 3D_Transfinite.cpp,v 1.
4
2005-11-28 19:1
9
:4
5
geuzaine Exp $
//
// Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -24,7 +24,7 @@
//
/*
Volume trasfinite meshes
Volume tra
n
sfinite meshes
a0 s0 s1 f0 s0 s1 s5 s4 s6
s7 s6 a1 s1 s2 f1 s1 s2 s6 s4 *
...
...
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