Last change
on this file since 5047 was 5047, checked in by Mathieu Morlighem, 15 years ago |
Added nightly run steadystate
|
File size:
757 bytes
|
Rev | Line | |
---|
[5047] | 1 | field_names ={'Gradient' 'Misfits' 'DragCoefficient' 'Pressure' 'Vel' 'Vx' 'Vy' 'Vz' 'Temperature' 'MeltingRate'};
|
---|
| 2 | field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13};
|
---|
[4998] | 3 | field_values={...
|
---|
[5047] | 4 | PatchToVec(md.results.SteadystateSolution.Gradient),...
|
---|
| 5 | md.results.SteadystateSolution.J,...
|
---|
| 6 | PatchToVec(md.results.SteadystateSolution.DragCoefficient),...
|
---|
| 7 | PatchToVec(md.results.SteadystateSolution.Pressure),...
|
---|
| 8 | PatchToVec(md.results.SteadystateSolution.Vel),...
|
---|
| 9 | PatchToVec(md.results.SteadystateSolution.Vx),...
|
---|
| 10 | PatchToVec(md.results.SteadystateSolution.Vy),...
|
---|
| 11 | PatchToVec(md.results.SteadystateSolution.Vz),...
|
---|
| 12 | PatchToVec(md.results.SteadystateSolution.Temperature),...
|
---|
| 13 | PatchToVec(md.results.SteadystateSolution.MeltingRate)
|
---|
| 14 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.