Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gyacomo
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
Environments
Terraform modules
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Antoine Cyril David Hoffmann
Gyacomo
Commits
0b542b7d
Commit
0b542b7d
authored
4 years ago
by
Antoine Cyril David Hoffmann
Browse files
Options
Downloads
Patches
Plain Diff
adapted for 0D output
parent
938602b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/compile_results.m
+11
-2
11 additions, 2 deletions
matlab/compile_results.m
with
11 additions
and
2 deletions
matlab/compile_results.m
+
11
−
2
View file @
0b542b7d
...
...
@@ -2,7 +2,10 @@ CONTINUE = 1;
JOBNUM
=
0
;
JOBFOUND
=
0
;
Nipj_
=
[];
Nepj_
=
[];
Ni00_
=
[];
Ne00_
=
[];
GGAMMA_
=
[];
PGAMMA_
=
[];
PHI_
=
[];
Ts0D_
=
[];
Ts2D_
=
[];
Ts5D_
=
[];
Sipj_
=
[];
Sepj_
=
[];
...
...
@@ -36,7 +39,12 @@ while(CONTINUE)
end
end
if
W_GAMMA
GGAMMA_
=
cat
(
1
,
GGAMMA_
,
GGAMMA_RI
);
PGAMMA_
=
cat
(
1
,
PGAMMA_
,
PGAMMA_RI
);
Ts0D_
=
cat
(
1
,
Ts0D_
,
Ts0D
);
end
if
W_PHI
||
W_NA00
Ts2D_
=
cat
(
1
,
Ts2D_
,
Ts2D
);
end
...
...
@@ -70,9 +78,10 @@ while(CONTINUE)
Pe_old
=
Pe_new
;
Je_old
=
Je_new
;
Pi_old
=
Pi_new
;
Ji_old
=
Ji_new
;
end
GGAMMA_RI
=
GGAMMA_
;
PGAMMA_RI
=
PGAMMA_
;
Ts0D
=
Ts0D_
;
Nipj
=
Nipj_
;
Nepj
=
Nepj_
;
Ts5D
=
Ts5D_
;
Ni00
=
Ni00_
;
Ne00
=
Ne00_
;
PHI
=
PHI_
;
Ts2D
=
Ts2D_
;
clear
Nipj_
Nepj_
Ni00_
Ne00_
PHI_
Ts2D_
Ts5D_
clear
Nipj_
Nepj_
Ni00_
Ne00_
PHI_
Ts2D_
Ts5D_
GGAMMA_
PGAMMA_
Ts0D_
Sipj
=
Sipj_
;
Sepj
=
Sepj_
;
clear
Sipj_
Sepj_
...
...
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