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
81abea0c
Commit
81abea0c
authored
17 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
b78c6a90
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Geo/MEdge.h
+1
-1
1 addition, 1 deletion
Geo/MEdge.h
Geo/MElement.cpp
+4
-4
4 additions, 4 deletions
Geo/MElement.cpp
Geo/MFace.h
+1
-1
1 addition, 1 deletion
Geo/MFace.h
doc/VERSIONS
+2
-2
2 additions, 2 deletions
doc/VERSIONS
with
8 additions
and
8 deletions
Geo/MEdge.h
+
1
−
1
View file @
81abea0c
...
...
@@ -28,7 +28,7 @@
class
MEdge
{
private:
MVertex
*
_v
[
2
];
char
_si
[
2
];
// sorted indices
char
_si
[
2
];
// sorted indices
public:
MEdge
(
MVertex
*
v0
,
MVertex
*
v1
)
...
...
This diff is collapsed.
Click to expand it.
Geo/MElement.cpp
+
4
−
4
View file @
81abea0c
// $Id: MElement.cpp,v 1.5
7
2008-02-2
1 15:08:22
geuzaine Exp $
// $Id: MElement.cpp,v 1.5
8
2008-02-2
2 07:19:07
geuzaine Exp $
//
// Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
//
...
...
@@ -755,7 +755,7 @@ void MTriangle::pnt(double uu, double vv, SPoint3 &p)
MTriangle
::
pnt
(
1
,
0
,
uu
,
vv
,
p
);
}
int
MTriangle6
::
getNumEdgesRep
(){
return
3
*
9
;
}
int
MTriangle6
::
getNumEdgesRep
(){
return
3
*
6
;
}
void
MTriangle6
::
getEdgeRep
(
int
num
,
double
*
x
,
double
*
y
,
double
*
z
,
SVector3
*
n
)
{
...
...
@@ -791,9 +791,9 @@ void MTriangle6::getEdgeRep(int num, double *x, double *y, double *z, SVector3 *
}
}
int
MTriangleN
::
getNumEdgesRep
(){
return
3
*
9
;
}
int
MTriangleN
::
getNumEdgesRep
(){
return
3
*
12
;
}
void
MTriangleN
::
getEdgeRep
(
int
num
,
double
*
x
,
double
*
y
,
double
*
z
,
SVector3
*
n
)
void
MTriangleN
::
getEdgeRep
(
int
num
,
double
*
x
,
double
*
y
,
double
*
z
,
SVector3
*
n
)
{
n
[
0
]
=
n
[
1
]
=
getFace
(
0
).
normal
();
int
N
=
getNumEdgesRep
()
/
3
;
...
...
This diff is collapsed.
Click to expand it.
Geo/MFace.h
+
1
−
1
View file @
81abea0c
...
...
@@ -29,7 +29,7 @@
class
MFace
{
private:
MVertex
*
_v
[
4
];
char
_si
[
4
];
// sorted indices
char
_si
[
4
];
// sorted indices
public:
MFace
(
MVertex
*
v0
,
MVertex
*
v1
,
MVertex
*
v2
,
MVertex
*
v3
=
0
);
...
...
This diff is collapsed.
Click to expand it.
doc/VERSIONS
+
2
−
2
View file @
81abea0c
$Id: VERSIONS,v 1.39
6
2008-02-2
1 20:09:33
geuzaine Exp $
$Id: VERSIONS,v 1.39
7
2008-02-2
2 07:19:26
geuzaine Exp $
2.1.0 (Feb 2
1
, 2008): new post-processing database; complete rewrite
2.1.0 (Feb 2
3
, 2008): new post-processing database; complete rewrite
of post-processing drawing code; improved surface mesh algorithms;
improved STEP/IGES/BREP support; new 3D mesh optimization algorithm;
new default native file choosers; fixed 'could not find extruded
...
...
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