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
b87172ae
Commit
b87172ae
authored
9 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
doc new periodic commands
parent
78bdfe9e
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
benchmarks/3d/CubePeriodic.geo
+3
-2
3 additions, 2 deletions
benchmarks/3d/CubePeriodic.geo
doc/texinfo/gmsh.texi
+175
-170
175 additions, 170 deletions
doc/texinfo/gmsh.texi
with
178 additions
and
172 deletions
benchmarks/3d/CubePeriodic.geo
+
3
−
2
View file @
b87172ae
...
@@ -42,7 +42,7 @@ Volume (26) = {1000026};
...
@@ -42,7 +42,7 @@ Volume (26) = {1000026};
Physical
Volume
(
1
)
=
{
26
};
Physical
Volume
(
1
)
=
{
26
};
Physical
Surface
(
10
)
=
{
14
:
24
:
2
};
Physical
Surface
(
10
)
=
{
14
:
24
:
2
};
/*
Periodic
Line
{
4
}
=
{
2
}
;
Periodic
Line
{
4
}
=
{
2
}
;
Periodic
Line
{
4
}
=
{
6
}
;
Periodic
Line
{
4
}
=
{
6
}
;
Periodic
Line
{
4
}
=
{
8
}
;
Periodic
Line
{
4
}
=
{
8
}
;
...
@@ -54,9 +54,10 @@ Periodic Line {1} = {3} ;
...
@@ -54,9 +54,10 @@ Periodic Line {1} = {3} ;
Periodic
Line
{
9
}
=
{
10
}
;
Periodic
Line
{
9
}
=
{
10
}
;
Periodic
Line
{
9
}
=
{
11
}
;
Periodic
Line
{
9
}
=
{
11
}
;
Periodic
Line
{
9
}
=
{
12
}
;
Periodic
Line
{
9
}
=
{
12
}
;
*/
Periodic
Surface
24
{
1
,
2
,
3
,
4
}
=
16
{
5
,
6
,
7
,
8
};
Periodic
Surface
24
{
1
,
2
,
3
,
4
}
=
16
{
5
,
6
,
7
,
8
};
Periodic
Surface
14
{
10
,
5
,
9
,
1
}
=
22
{
11
,
-
7
,
12
,
-
3
};
Periodic
Surface
14
{
10
,
5
,
9
,
1
}
=
22
{
11
,
-
7
,
12
,
-
3
};
Periodic
Surface
18
{
9
,
8
,
12
,
4
}
=
20
{
10
,
-
6
,
11
,
-
2
};
Periodic
Surface
18
{
9
,
8
,
12
,
4
}
=
20
{
10
,
-
6
,
11
,
-
2
};
// TODO
//Periodic Surface {14} = {22};
//Periodic Surface {14} = {22};
//Periodic Surface {18} = {20};
//Periodic Surface {18} = {20};
This diff is collapsed.
Click to expand it.
doc/texinfo/gmsh.texi
+
175
−
170
View file @
b87172ae
...
@@ -1328,7 +1328,7 @@ evaluation:
...
@@ -1328,7 +1328,7 @@ evaluation:
@c Built-in functions
@c Built-in functions
@c -------------------------------------------------------------------------
@c -------------------------------------------------------------------------
@node Built-in functions, User-defined
function
s, Operators, General tools
@node Built-in functions, User-defined
macro
s, Operators, General tools
@section Built-in functions
@section Built-in functions
@cindex Functions, built-in
@cindex Functions, built-in
...
@@ -1423,7 +1423,7 @@ Hyperbolic tangent of @var{expression}.
...
@@ -1423,7 +1423,7 @@ Hyperbolic tangent of @var{expression}.
@c -------------------------------------------------------------------------
@c -------------------------------------------------------------------------
@node User-defined macros, Loops and conditionals, Built-in functions, General tools
@node User-defined macros, Loops and conditionals, Built-in functions, General tools
@section User-defined
function
s
@section User-defined
macro
s
@cindex Macros, user-defined
@cindex Macros, user-defined
...
@@ -2903,12 +2903,17 @@ the mesh of the surface.
...
@@ -2903,12 +2903,17 @@ the mesh of the surface.
Force mesh of lines on the left-hand side (slaves) to match the mesh of
Force mesh of lines on the left-hand side (slaves) to match the mesh of
the lines on the right-hand side (masters).
the lines on the right-hand side (masters).
@item Periodic Surface @var
{
expression
}
@
{
@var
{
expression-list
}
@
}
= @var
{
expression
}
@
{
@var
{
expression-list
}
@
}
< Affine @
{
@var
{
expression-list
}
@
}
>
;
@item Periodic Surface @var
{
expression
}
@
{
@var
{
expression-list
}
@
}
= @var
{
expression
}
@
{
@var
{
expression-list
}
@
}
;
Force mesh of the surface on the left-hand side (slave, with boundary
Force mesh of the surface on the left-hand side (slave, with boundary
edges specified between braces) to match the mesh of the surface on the
edges specified between braces) to match the mesh of the surface on the
right-hand side (master, with boundary edges specified between braces). The
right-hand side (master, with boundary edges specified between braces).
optional @code
{
Affine
}
list specifies an explicit affine transform (as a 4 x 4
matrix given by row).
@item Periodic Line | Surface @
{
@var
{
expression-list
}
@
}
= @
{
@var
{
expression-list
}
@
}
Affine | Rotate | Translate @
{
@var
{
expression-list
}
@
}
;
Force mesh of lines or surfaces on the left-hand side (slaves) to match
the mesh of the lines on the right-hand side (masters), using prescribed
geometrical transformations. @code
{
Affine
}
takes a 4 x 4 affine
transform matrix given by row; @code
{
Rotate
}
and @code
{
Translate
}
are
specified as in @ref
{
Transformations
}
.
@item Coherence Mesh;
@item Coherence Mesh;
Removes all duplicate mesh vertices.
Removes all duplicate mesh vertices.
...
...
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