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
03587153
Commit
03587153
authored
9 years ago
by
Jean-François Remacle
Browse files
Options
Downloads
Patches
Plain Diff
oops
parent
c2ea472e
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/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Geo/CMakeLists.txt
Mesh/meshGRegionLocalMeshMod.cpp
+0
-5
0 additions, 5 deletions
Mesh/meshGRegionLocalMeshMod.cpp
benchmarks/3d/hex.geo
+2
-2
2 additions, 2 deletions
benchmarks/3d/hex.geo
with
3 additions
and
8 deletions
Geo/CMakeLists.txt
+
1
−
1
View file @
03587153
...
@@ -15,7 +15,7 @@ set(SRC
...
@@ -15,7 +15,7 @@ set(SRC
gmshSurface.cpp
gmshSurface.cpp
OCCVertex.cpp OCCEdge.cpp OCCFace.cpp OCCRegion.cpp
OCCVertex.cpp OCCEdge.cpp OCCFace.cpp OCCRegion.cpp
GenericVertex.cpp GenericEdge.cpp GenericFace.cpp GenericRegion.cpp
GenericVertex.cpp GenericEdge.cpp GenericFace.cpp GenericRegion.cpp
discreteEdge.cpp discreteFace.cpp
discreteDiskFace.cpp
discreteRegion.cpp
discreteEdge.cpp discreteFace.cpp discreteRegion.cpp
fourierEdge.cpp fourierFace.cpp fourierProjectionFace.cpp
fourierEdge.cpp fourierFace.cpp fourierProjectionFace.cpp
ACISVertex.cpp
ACISVertex.cpp
ACISEdge.cpp
ACISEdge.cpp
...
...
This diff is collapsed.
Click to expand it.
Mesh/meshGRegionLocalMeshMod.cpp
+
0
−
5
View file @
03587153
...
@@ -71,11 +71,6 @@ bool buildEdgeCavity(MTet4 *t, int iLocalEdge, MVertex **v1, MVertex **v2,
...
@@ -71,11 +71,6 @@ bool buildEdgeCavity(MTet4 *t, int iLocalEdge, MVertex **v1, MVertex **v2,
while
(
1
){
while
(
1
){
MVertex
*
ov1
=
t
->
tet
()
->
getVertex
(
edges
[
5
-
iLocalEdge
][
0
]);
MVertex
*
ov1
=
t
->
tet
()
->
getVertex
(
edges
[
5
-
iLocalEdge
][
0
]);
MVertex
*
ov2
=
t
->
tet
()
->
getVertex
(
edges
[
5
-
iLocalEdge
][
1
]);
MVertex
*
ov2
=
t
->
tet
()
->
getVertex
(
edges
[
5
-
iLocalEdge
][
1
]);
// printf("edge %d %d tet %d %d %d %d\n",(*v1)->getNum(),(*v2)->getNum(),
// t->tet()->getVertex(0)->getNum(),
// t->tet()->getVertex(1)->getNum(),
// t->tet()->getVertex(2)->getNum(),
// t->tet()->getVertex(3)->getNum());
int
K
=
ov1
==
lastinring
?
1
:
0
;
int
K
=
ov1
==
lastinring
?
1
:
0
;
lastinring
=
ov1
==
lastinring
?
ov2
:
ov1
;
lastinring
=
ov1
==
lastinring
?
ov2
:
ov1
;
// look in the 2 faces sharing this edge the one that has vertex
// look in the 2 faces sharing this edge the one that has vertex
...
...
This diff is collapsed.
Click to expand it.
benchmarks/3d/hex.geo
+
2
−
2
View file @
03587153
...
@@ -40,8 +40,8 @@ Line Loop(24) = {6,-12,3,10};
...
@@ -40,8 +40,8 @@ Line Loop(24) = {6,-12,3,10};
Ruled
Surface
(
25
)
=
{
24
};
Ruled
Surface
(
25
)
=
{
24
};
Surface
Loop
(
1
)
=
{
17
,
-
25
,
-
23
,
-
21
,
19
,
15
};
Surface
Loop
(
1
)
=
{
17
,
-
25
,
-
23
,
-
21
,
19
,
15
};
Volume
(
1
)
=
{
1
};
Volume
(
1
)
=
{
1
};
Transfinite
Line
{
1
:
4
,
6
:
9
}
=
1
0
;
Transfinite
Line
{
1
:
4
,
6
:
9
}
=
3
0
;
Transfinite
Line
{
10
:
13
}
=
1
0
;
Transfinite
Line
{
10
:
13
}
=
3
0
;
Transfinite
Surface
{
15
}
=
{
1
,
2
,
3
,
4
};
Transfinite
Surface
{
15
}
=
{
1
,
2
,
3
,
4
};
...
...
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