source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17650   11 years Mathieu Morlighem NEW: done with X-TH LA
(edit) @17649   11 years cborstad NEW: module for modifying matplotlib colormaps, for now just contains …
(edit) @17648   11 years cborstad minor bug in xy2ll if statement
(edit) @17647   11 years Mathieu Morlighem BUG: tau must be stored in Dev Stress
(edit) @17646   11 years Mathieu Morlighem CHG: only load Vz in 3d models
(edit) @17645   11 years cborstad CHG: forgot to remove print statement from debugging
(edit) @17644   11 years cborstad BUG: fixed a couple bugs in matlab code for damage evolution analysis …
(edit) @17643   11 years cborstad CHG: minor, index for colorbar saturation not needed here
(edit) @17642   11 years cborstad CHG: added damage evolution analysis to transient run
(edit) @17641   11 years Mathieu Morlighem CHG: added GL Migration in 3d, testing required
(edit) @17640   11 years cborstad CHG: better handling of colormap and clim, added options to specify …
(edit) @17639   11 years Mathieu Morlighem CHG: saved archive now that vz Dirichlet is applied at the GL
(edit) @17638   11 years hongjuy CHG: using max instead of min of Groundedicelevelset to test if …
(edit) @17637   11 years Mathieu Morlighem CHG: constrain vz on FS if levelset = 0
(edit) @17636   11 years hongjuy CHG: (1) add constraint on vy if levelset == 0 (2) GL migration only …
(edit) @17635   11 years cborstad CHG: better default handling of colormap in python plots
(edit) @17634   11 years hongjuy CHG: minor, no need to declare basis variable
(edit) @17633   11 years hongjuy NEW: first version of contact GL criterion
(edit) @17632   11 years cborstad BUG: fixed indent error in output marshalling for damage
(edit) @17631   11 years Mathieu Morlighem BUG: fixed problem with matlab mex extension when matlab is installed …
(edit) @17630   11 years Mathieu Morlighem CHG: relaxing some tolerances
(edit) @17629   11 years Mathieu Morlighem CHG: fixing Newton algo with first guess
(edit) @17628   11 years Mathieu Morlighem CHG: fixing Dstar
(edit) @17627   11 years Mathieu Morlighem CHG: working on templating MPI calls
(edit) @17626   11 years Mathieu Morlighem CHG: trying to make _DEVELOPMENT_ variable defined
(edit) @17625   11 years seroussi CHG: updated flow line archives
(edit) @17624   11 years cborstad BUG: fixed problem for vector vs. array in damage calcs
(edit) @17623   11 years seroussi BUG: use only x to compute Jacobian (1d model do not use 3d coordinates)
(edit) @17622   11 years cborstad python-izing some mech functions
(edit) @17621   11 years Mathieu Morlighem CHG: fixing some memory leaks
(edit) @17620   11 years toanqngu Updates to include online and offline web app mode
(edit) @17619   11 years Mathieu Morlighem CHG: added initial guess when u=0 and number of non linear iterations …
(edit) @17618   11 years cborstad better default fill value for nan's
(edit) @17617   11 years cborstad CHG: fill nan's by default since matplotlib doesn't handle them
(edit) @17616   11 years Mathieu Morlighem CHG: updating FS archives: now keep vx and vy on actual interpolation …
(edit) @17615   11 years Mathieu Morlighem CHG: added 1/sqrt(2) factor in effective straine rate for flow band models
(edit) @17614   11 years cborstad corrected help text for python usage
(edit) @17613   11 years Mathieu Morlighem CHG: updating archives now that we do not reinterpolate results on P1
(edit) @17612   11 years cborstad BUG: fixed shp2exp for point shapefiles
(edit) @17611   11 years Mathieu Morlighem CHG: do not update old class
(edit) @17610   11 years Mathieu Morlighem NEW: renamed onbed -> onbase
(edit) @17609   11 years Mathieu Morlighem CHG: InputUpdateFromSolution do not assume a P1 finite element anymore
(edit) @17608   11 years Mathieu Morlighem BUG: fixed some memory leaks/delete problems
(edit) @17607   11 years Mathieu Morlighem CHG: updating archives now that FS does not reinterpolate to P1
(edit) @17606   11 years Mathieu Morlighem CHG: updating FS archives: now keep vx and vy on actual interpolation …
(edit) @17605   11 years Mathieu Morlighem CHG: fixing depth averaging for non P1 input
(edit) @17604   11 years Mathieu Morlighem CHG: for FS, do not reinterpolate results on P1 inputs, keep the same …
(edit) @17603   11 years Mathieu Morlighem NEW: added convergence test for LA Theta algorithm
(edit) @17602   11 years Mathieu Morlighem BUG: do not use mesh variable
(edit) @17601   11 years Mathieu Morlighem BUG: fixed initial temperatures
(edit) @17600   11 years Mathieu Morlighem NEW: relaxed constrain for free surface bed when floating, and removed …
(edit) @17599   11 years Mathieu Morlighem CHG: fixed bathymetry
(edit) @17598   11 years cborstad CHG: subset the input data for better efficiency, mask out nan's since …
(edit) @17597   11 years cborstad BUG: some fixes for new mesh handling
(edit) @17596   11 years cborstad NEW: python interpolation module. Largely analogous to existing …
(edit) @17595   11 years Mathieu Morlighem CHG: minor
(edit) @17594   11 years Mathieu Morlighem BUG: fixed bathymetry:
(edit) @17593   11 years Mathieu Morlighem BUG: fixed grounding line migration type
(edit) @17592   11 years Mathieu Morlighem CHG: fixed GL tests
(edit) @17591   11 years Mathieu Morlighem BUG: fixed for pfe interactive=0
(edit) @17590   11 years Mathieu Morlighem CHG: WARNING: md.geometry.bed is now md.geometry.base and bathymetry is bed
(edit) @17589   11 years Mathieu Morlighem BUG: fixed mesh3dprisms constructor
(edit) @17588   11 years Mathieu Morlighem BUG: class mesh does not exist anymore
(edit) @17587   11 years cborstad NEW: python version of ll2xy
(edit) @17586   11 years Mathieu Morlighem CHG: removing cmake files, Gil is giving up the idea
(edit) @17585   11 years Mathieu Morlighem CHG: renaming OnBed OnBase for consistency
(edit) @17584   11 years Mathieu Morlighem NEW: fixing constraints at the bed for grounded free surface bed
(edit) @17583   11 years Mathieu Morlighem BUG: fixing compilation
(edit) @17582   11 years hongjuy CHG: some minor details in FS contact migration
(edit) @17581   11 years cborstad BUG: missed import of MatlabFuncs
(edit) @17580   11 years Mathieu Morlighem NEW: added FS contact method for GL (not implemented yet)
(edit) @17579   11 years Mathieu Morlighem NEW: added FS contact method for GL (not implemented yet)
(edit) @17578   11 years Eric.Larour CHG: fixed simple name bug.
(edit) @17577   11 years Mathieu Morlighem BUG: fixed processmesh for 2d meshes
(edit) @17576   11 years Mathieu Morlighem BUG: fixed processmesh for 2d meshes
(edit) @17575   11 years Mathieu Morlighem NEW: added vorticity.m
(edit) @17574   11 years Mathieu Morlighem BUG: fixed gethostname
(edit) @17573   11 years seroussi CHG: minor tolerances
(edit) @17572   11 years Mathieu Morlighem NEW: new GL migration option for FS based on contact mechanics
(edit) @17571   11 years Mathieu Morlighem BUG: fixing waitonlock for acenet
(edit) @17570   11 years Eric.Larour CHG: fixed issues with AD compile.
(edit) @17569   11 years Eric.Larour CHG: shortening wait on lock.
(edit) @17568   11 years Eric.Larour CHG: added marker size option
(edit) @17567   11 years Eric.Larour CHG: generate SMB in Antarctica from simple semi-empirical considerations.
(edit) @17566   11 years Mathieu Morlighem CHG: fixed load of old mesh classes
(edit) @17565   11 years Mathieu Morlighem BUG: fixing extract 3D
(edit) @17564   11 years Mathieu Morlighem BUG: fixing some issues realted to mesh subclasses
(edit) @17563   11 years Mathieu Morlighem BUG: fixing some tests now that subclasses are used for md.mesh
(edit) @17562   11 years Mathieu Morlighem BUG: spctemperature were not set correctly because 2d meshes do not …
(edit) @17561   11 years seroussi CHG: Fixing dirichlet for P2 and P2xP4
(edit) @17560   11 years Mathieu Morlighem CHG: do not load meshvertexonbed if mesh is 2d
(edit) @17559   11 years Mathieu Morlighem CHG: changing some md.mesh.dimension
(edit) @17558   11 years Mathieu Morlighem NEW: removed old mesh classes, use subclasses instead
(edit) @17557   11 years seroussi CHG: minor removed verbose of solution
(edit) @17556   11 years Mathieu Morlighem NEW: added mesh3dprisms
(edit) @17555   11 years Mathieu Morlighem NEW: renamed Bed -> Base in src/c (matlab to be done)
(edit) @17554   11 years Mathieu Morlighem CHG: Syncing enums
(edit) @17553   11 years Mathieu Morlighem CHG: done with first version of XTH algorithm
(edit) @17552   11 years seroussi CHG: minor updated archive
(edit) @17551   11 years cborstad NEW: python module for filling holes in data using k nearest neighbors
Note: See TracRevisionLog for help on using the revision log.