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
3e97ad84
Commit
3e97ad84
authored
10 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
86870c4e
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
benchmarks/2d/periodic_affine.geo
+1
-1
1 addition, 1 deletion
benchmarks/2d/periodic_affine.geo
benchmarks/3d/PeriodicRotationAndTranslation.geo
+2
-5
2 additions, 5 deletions
benchmarks/3d/PeriodicRotationAndTranslation.geo
doc/texinfo/gmsh.texi
+2
-2
2 additions, 2 deletions
doc/texinfo/gmsh.texi
with
5 additions
and
8 deletions
benchmarks/2d/periodic_affine.geo
+
1
−
1
View file @
3e97ad84
...
...
@@ -141,6 +141,6 @@ Volume(195) = {194};
//Conditions maitre-esclave : ici en utilisant une transformation affine explicite
//---------------------------
Periodic
Surface
{
168
}
=
{
54
}
Us
in
g
{
1
,
0
,
0
,
0
,
0
,
-
1
,
0
,
0
,
0
,
0
,
-
1
,
0
,
0
,
0
,
0
,
1
};
Periodic
Surface
{
168
}
=
{
54
}
Aff
in
e
{
1
,
0
,
0
,
0
,
0
,
-
1
,
0
,
0
,
0
,
0
,
-
1
,
0
,
0
,
0
,
0
,
1
};
Characteristic
Length
{
13
}
=
0.02
;
This diff is collapsed.
Click to expand it.
benchmarks/3d/PeriodicRotationAndTranslation.geo
+
2
−
5
View file @
3e97ad84
...
...
@@ -24,9 +24,6 @@ Extrude {{0, 1, 0}, {-R_rotation, 0, 0}, Pi/4} {
}
Periodic
Surface
28
{
8
,
9
,
10
,
11
}
=
6
{
1
,
2
,
3
,
4
}
;
// This fails with the new code:
// Periodic Surface 50 {30, 31, 32, 33} = 6 {1, 2, 3, 4} ;
Periodic
Surface
50
{
30
,
31
,
32
,
33
}
=
6
{
1
,
2
,
3
,
4
}
;
//Periodic Surface {50} = {6} Rotate { {0, 1, 0}, {-R_rotation, 0, 0}, Pi/3} ;
This diff is collapsed.
Click to expand it.
doc/texinfo/gmsh.texi
+
2
−
2
View file @
3e97ad84
...
...
@@ -2903,11 +2903,11 @@ the mesh of the surface.
Force mesh of lines on the left-hand side (slaves) to match the mesh of
the lines on the right-hand side (masters).
@item Periodic Surface @var
{
expression
}
@
{
@var
{
expression-list
}
@
}
= @var
{
expression
}
@
{
@var
{
expression-list
}
@
}
<
Us
in
g
@
{
@var
{
expression-list
}
@
}
>;
@item Periodic Surface @var
{
expression
}
@
{
@var
{
expression-list
}
@
}
= @var
{
expression
}
@
{
@var
{
expression-list
}
@
}
<
Aff
in
e
@
{
@var
{
expression-list
}
@
}
>;
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
right-hand side (master, with boundary edges specified between braces). The
optional @code
{
Us
in
g
}
list specifies an explicit affine transform (as a 4 x 4
optional @code
{
Aff
in
e
}
list specifies an explicit affine transform (as a 4 x 4
matrix given by row).
@item Coherence Mesh;
...
...
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