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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
12465c7d
Commit
12465c7d
authored
Dec 2, 2006
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
a7a1a9c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Mesh/meshGRegionTransfinite.cpp
+9
-7
9 additions, 7 deletions
Mesh/meshGRegionTransfinite.cpp
benchmarks/3d/sph.geo
+2
-2
2 additions, 2 deletions
benchmarks/3d/sph.geo
with
11 additions
and
9 deletions
Mesh/meshGRegionTransfinite.cpp
+
9
−
7
View file @
12465c7d
// $Id: meshGRegionTransfinite.cpp,v 1.
2
2006-12-02 2
0
:1
8:20
geuzaine Exp $
// $Id: meshGRegionTransfinite.cpp,v 1.
3
2006-12-02 2
1
:1
6:49
geuzaine Exp $
//
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -48,13 +48,15 @@
- only works with 5- or 6-face volumes
- the definition of a prismatic volume has to follow the ordering
given in the figure above (degenerescence has to be along s0,s4)
- the faces have to be meshed with the 2D transfinite algorithm
- meshing a hex volume with prisms or tetrahedra assumes that the
surface mesh 1) triangles on opposing faces match and 2) has been
produced with the 2D transfinite algorithm with 'Right' orientation
(not 'left' or 'Alternate')
- the definition of a 5-face volume has to follow the ordering given
in the figure above (degenerescence has to be along s0,s4)
- meshing a volume with prisms or tetrahedra assumes that the
triangular mesh is consistent with the volume mesh: there is no
coherence check in the volume algorithm to ensure that edges will
match.
*/
#define CREATE_HEX new MHexahedron(tab[(i) + N_i*(j) + N_i*N_j*(k)], \
...
...
...
...
This diff is collapsed.
Click to expand it.
benchmarks/3d/sph.geo
+
2
−
2
View file @
12465c7d
...
...
@@ -45,8 +45,8 @@ Transfinite Surface {22} = {4,7,6,3};
Transfinite
Surface
{
20
}
=
{
3
,
2
,
5
,
6
};
Transfinite
Surface
{
18
}
=
{
4
,
2
,
5
,
7
};
Transfinite
Surface
{
24
}
=
{
3
,
4
,
2
};
Transfinite
Surface
{
26
}
=
{
6
,
7
,
5
};
Transfinite
Surface
{
24
}
=
{
3
,
4
,
2
}
Left
;
Transfinite
Surface
{
26
}
=
{
6
,
7
,
5
}
Left
;
Recombine
Surface
{
18
,
20
,
22
};
/*
...
...
...
...
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