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
Package registry
Model registry
Operate
Terraform modules
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
Romin Tomasetti
gmsh
Commits
06be3f0b
Commit
06be3f0b
authored
7 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
pp
parent
7f1a900e
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
Common/GmshAPI.h
+2
-3
2 additions, 3 deletions
Common/GmshAPI.h
Geo/GModelIO_GEO.h
+1
-1
1 addition, 1 deletion
Geo/GModelIO_GEO.h
with
3 additions
and
4 deletions
Common/GmshAPI.h
+
2
−
3
View file @
06be3f0b
...
@@ -49,7 +49,7 @@ GMSH_API gmshModelDestroy();
...
@@ -49,7 +49,7 @@ GMSH_API gmshModelDestroy();
GMSH_API
gmshModelMesh
(
int
dim
);
GMSH_API
gmshModelMesh
(
int
dim
);
GMSH_API
gmshModelGetElementaryTags
(
int
dim
,
std
::
vector
<
int
>
&
tags
);
GMSH_API
gmshModelGetElementaryTags
(
int
dim
,
std
::
vector
<
int
>
&
tags
);
GMSH_API
gmshModelGetPhysicalTags
(
int
dim
,
std
::
vector
<
int
>
&
tags
);
GMSH_API
gmshModelGetPhysicalTags
(
int
dim
,
std
::
vector
<
int
>
&
tags
);
GMSH_API
gmshModel
Set
PhysicalGroup
(
int
dim
,
int
tag
,
const
std
::
vector
<
int
>
&
tags
);
GMSH_API
gmshModel
Add
PhysicalGroup
(
int
dim
,
int
tag
,
const
std
::
vector
<
int
>
&
tags
);
GMSH_API
gmshModelGetPhysicalGroup
(
int
dim
,
int
tag
,
std
::
vector
<
int
>
&
tags
);
GMSH_API
gmshModelGetPhysicalGroup
(
int
dim
,
int
tag
,
std
::
vector
<
int
>
&
tags
);
GMSH_API
gmshModelSetPhysicalName
(
int
dim
,
int
tag
,
const
std
::
string
&
name
);
GMSH_API
gmshModelSetPhysicalName
(
int
dim
,
int
tag
,
const
std
::
string
&
name
);
GMSH_API
gmshModelGetPhysicalName
(
int
dim
,
int
tag
,
std
::
string
&
name
);
GMSH_API
gmshModelGetPhysicalName
(
int
dim
,
int
tag
,
std
::
string
&
name
);
...
@@ -77,7 +77,7 @@ GMSH_API gmshModelAddEmbeddedVertex(int tag, int inDim, int inTag);
...
@@ -77,7 +77,7 @@ GMSH_API gmshModelAddEmbeddedVertex(int tag, int inDim, int inTag);
// GmshModelGeo
// GmshModelGeo
GMSH_API
gmshModelGeoAddVertex
(
int
&
tag
,
double
x
,
double
y
,
double
z
,
double
lc
);
GMSH_API
gmshModelGeoAddVertex
(
int
&
tag
,
double
x
,
double
y
,
double
z
,
double
lc
);
GMSH_API
gmshModelGeoAddLine
(
int
&
tag
,
int
startTag
,
int
endTag
);
GMSH_API
gmshModelGeoAddLine
(
int
&
tag
,
int
startTag
,
int
endTag
);
GMSH_API
gmshModelGeoAddCircleArc
(
int
&
tag
,
int
startTag
,
int
centerTag
,
int
E
ndTag
,
GMSH_API
gmshModelGeoAddCircleArc
(
int
&
tag
,
int
startTag
,
int
centerTag
,
int
e
ndTag
,
double
nx
=
0
.,
double
ny
=
0
.,
double
nz
=
0
.);
double
nx
=
0
.,
double
ny
=
0
.,
double
nz
=
0
.);
GMSH_API
gmshModelGeoAddEllipseArc
(
int
&
tag
,
int
startTag
,
int
centerTag
,
int
majorTag
,
GMSH_API
gmshModelGeoAddEllipseArc
(
int
&
tag
,
int
startTag
,
int
centerTag
,
int
majorTag
,
int
endTag
,
double
nx
=
0
.,
double
ny
=
0
.,
double
nz
=
0
.);
int
endTag
,
double
nx
=
0
.,
double
ny
=
0
.,
double
nz
=
0
.);
...
@@ -88,7 +88,6 @@ GMSH_API gmshModelGeoAddNurbs(int &tag, const std::vector<int> &vertexTags,
...
@@ -88,7 +88,6 @@ GMSH_API gmshModelGeoAddNurbs(int &tag, const std::vector<int> &vertexTags,
const
std
::
vector
<
double
>
&
knots
);
const
std
::
vector
<
double
>
&
knots
);
GMSH_API
gmshModelGeoAddLineLoop
(
int
&
tag
,
const
std
::
vector
<
int
>
&
edgeTags
);
GMSH_API
gmshModelGeoAddLineLoop
(
int
&
tag
,
const
std
::
vector
<
int
>
&
edgeTags
);
GMSH_API
gmshModelGeoAddPlaneSurface
(
int
&
tag
,
const
std
::
vector
<
int
>
&
wireTags
);
GMSH_API
gmshModelGeoAddPlaneSurface
(
int
&
tag
,
const
std
::
vector
<
int
>
&
wireTags
);
GMSH_API
gmshModelGeoAddDiscreteSurface
(
int
&
tag
);
GMSH_API
gmshModelGeoAddSurfaceFilling
(
int
&
tag
,
const
std
::
vector
<
int
>
&
wireTags
,
GMSH_API
gmshModelGeoAddSurfaceFilling
(
int
&
tag
,
const
std
::
vector
<
int
>
&
wireTags
,
int
sphereCenterTag
=-
1
);
int
sphereCenterTag
=-
1
);
GMSH_API
gmshModelGeoAddSurfaceLoop
(
int
&
tag
,
const
std
::
vector
<
int
>
&
faceTags
);
GMSH_API
gmshModelGeoAddSurfaceLoop
(
int
&
tag
,
const
std
::
vector
<
int
>
&
faceTags
);
...
...
This diff is collapsed.
Click to expand it.
Geo/GModelIO_GEO.h
+
1
−
1
View file @
06be3f0b
...
@@ -53,7 +53,7 @@ class GEO_Internals{
...
@@ -53,7 +53,7 @@ class GEO_Internals{
bool
addVertex
(
int
&
tag
,
double
x
,
double
y
,
gmshSurface
*
s
,
double
lc
);
bool
addVertex
(
int
&
tag
,
double
x
,
double
y
,
gmshSurface
*
s
,
double
lc
);
bool
addLine
(
int
&
tag
,
int
startTag
,
int
endTag
);
bool
addLine
(
int
&
tag
,
int
startTag
,
int
endTag
);
bool
addLine
(
int
&
tag
,
const
std
::
vector
<
int
>
&
vertexTags
);
bool
addLine
(
int
&
tag
,
const
std
::
vector
<
int
>
&
vertexTags
);
bool
addCircleArc
(
int
&
tag
,
int
startTag
,
int
centerTag
,
int
E
ndTag
,
bool
addCircleArc
(
int
&
tag
,
int
startTag
,
int
centerTag
,
int
e
ndTag
,
double
nx
=
0.
,
double
ny
=
0.
,
double
nz
=
0.
);
double
nx
=
0.
,
double
ny
=
0.
,
double
nz
=
0.
);
bool
addEllipseArc
(
int
&
tag
,
int
startTag
,
int
centerTag
,
int
majorTag
,
bool
addEllipseArc
(
int
&
tag
,
int
startTag
,
int
centerTag
,
int
majorTag
,
int
endTag
,
double
nx
=
0.
,
double
ny
=
0.
,
double
nz
=
0.
);
int
endTag
,
double
nx
=
0.
,
double
ny
=
0.
,
double
nz
=
0.
);
...
...
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