Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tutorials
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
conveks
tutorials
Commits
d0b62d1e
Commit
d0b62d1e
authored
6 years ago
by
Erin Kuci
Browse files
Options
Downloads
Patches
Plain Diff
give the absolute path instead of a relative path
parent
ea5fffea
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Lbracket/topo.geo
+1
-1
1 addition, 1 deletion
Lbracket/topo.geo
Lbracket/topo.pro
+2
-2
2 additions, 2 deletions
Lbracket/topo.pro
Team25/shape.pro
+1
-1
1 addition, 1 deletion
Team25/shape.pro
with
4 additions
and
4 deletions
Lbracket/topo.geo
+
1
−
1
View file @
d0b62d1e
mm=1e-3;
mm=1e-3;
lc=
8
*mm;
lc=
7
*mm;
Point(1) = {0, 0, 0, lc};
Point(1) = {0, 0, 0, lc};
Point(2) = {600*mm, 0, 0, lc};
Point(2) = {600*mm, 0, 0, lc};
...
...
This diff is collapsed.
Click to expand it.
Lbracket/topo.pro
+
2
−
2
View file @
d0b62d1e
Struct
OPT
::
YOUNG_LAW
[
Enum
,
simp
,
modifiedSimp
,
ramp
,
none
];
Struct
OPT
::
YOUNG_LAW
[
Enum
,
simp
,
modifiedSimp
,
ramp
,
none
];
DefineConstant
[
DefineConstant
[
Opt_ResDir
=
"res_opt/"
Opt_ResDir
=
StrCat
[
CurrentDir
,
"res_opt/"
]
Opt_ResDir_Onelab
=
"Optimization/Results/"
Opt_ResDir_Onelab
=
"Optimization/Results/"
densityFieldInit
=
{
0.5
,
Name
"Optimization/3Density/0Inital value"
}
densityFieldInit
=
{
0.5
,
Name
"Optimization/3Density/0Inital value"
}
Opt_filter_radius
=
{
0.00
9
,
Name
"Optimization/3Density/2filter radius"
}
Opt_filter_radius
=
{
0.00
8
,
Name
"Optimization/3Density/2filter radius"
}
Flag_PrintLevel
=
{
1
,
Name
"General/Verbosity"
,
Visible
1
}
Flag_PrintLevel
=
{
1
,
Name
"General/Verbosity"
,
Visible
1
}
Flag_opt_matlaw
=
{
OPT
::
YOUNG_LAW
.
modifiedSimp
,
Flag_opt_matlaw
=
{
OPT
::
YOUNG_LAW
.
modifiedSimp
,
Choices
{
Choices
{
...
...
This diff is collapsed.
Click to expand it.
Team25/shape.pro
+
1
−
1
View file @
d0b62d1e
...
@@ -64,7 +64,7 @@
...
@@ -64,7 +64,7 @@
*/
*/
DefineConstant
[
DefineConstant
[
Opt_ResDir
=
"res_opt/"
Opt_ResDir
=
StrCat
[
CurrentDir
,
"res_opt/"
]
Opt_ResDir_Onelab
=
"Optimization/Results/"
Opt_ResDir_Onelab
=
"Optimization/Results/"
Model_smallAT
=
{
1
,
Name
"Model/Small Ampere-Turn"
,
Choices
{
0
,
1
}}
Model_smallAT
=
{
1
,
Name
"Model/Small Ampere-Turn"
,
Choices
{
0
,
1
}}
Flag_PrintLevel
=
1
Flag_PrintLevel
=
1
...
...
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