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
fcceb044
Commit
fcceb044
authored
13 years ago
by
Emilie Marchandise
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
17c94b2e
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
benchmarks/3d/CubeAniso2.geo
+3
-3
3 additions, 3 deletions
benchmarks/3d/CubeAniso2.geo
benchmarks/3d/CubeAniso2D.msh
+7913
-0
7913 additions, 0 deletions
benchmarks/3d/CubeAniso2D.msh
with
7916 additions
and
3 deletions
benchmarks/3d/CubeAniso2.geo
+
3
−
3
View file @
fcceb044
...
...
@@ -3,17 +3,17 @@ lc = 0.1;
Mesh
.
RemeshParametrization
=
1
;
//(0) harmonic (1) conformal
Mesh
.
RemeshAlgorithm
=
1
;
//(0) nosplit (1) automatic (2) split only with metis ///Default: 1
Merge
"CubeAniso.msh"
;
Merge
"CubeAniso
2D
.msh"
;
CreateTopology
;
Compound
Surface
(
106
)
=
{
6
};
Compound
Surface
(
106
)
=
{
6
};
//, 15};
Compound
Surface
(
115
)
=
{
15
};
Compound
Surface
(
119
)
=
{
19
};
Compound
Surface
(
123
)
=
{
23
};
Compound
Surface
(
127
)
=
{
27
};
Compound
Surface
(
128
)
=
{
28
};
Surface
Loop
(
100
)
=
{
106
,
115
,
119
,
123
,
127
,
128
};
Surface
Loop
(
100
)
=
{
106
,
115
,
119
,
123
,
127
,
128
};
Volume
(
1
)
=
{
100
};
Field
[
2
]
=
MathEvalAniso
;
...
...
This diff is collapsed.
Click to expand it.
benchmarks/3d/CubeAniso2D.msh
0 → 100644
+
7913
−
0
View file @
fcceb044
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