source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @20937   9 years Mathieu Morlighem CHG: fixing list of files
(edit) @20936   9 years Mathieu Morlighem CHG: using Eric's new InitFromFid function
(edit) @20935   9 years Eric.Larour CHG (JS): bug fix for FemModel constructor.
(edit) @20934   9 years Eric.Larour CHG: test101 html.
(edit) @20933   9 years Eric.Larour mini bug
(edit) @20932   9 years Eric.Larour CHG (JS): missing writetofile.js
(edit) @20931   9 years Eric.Larour CHG (JS): folds
(edit) @20930   9 years Eric.Larour CHG (JS): powers of 10 not translated correctly from Matlab to JS.
(edit) @20929   9 years Eric.Larour CHG (JS): reinit to 5 not propagated.
(edit) @20928   9 years Eric.Larour CHG: new solver.
(edit) @20927   9 years agscott1 CHG: Added string enum for flowequation js, and added string enum to …
(edit) @20926   9 years dlcheng CHG (JS): Updating call to parseresultsfrombuffer in generic.js.
(edit) @20925   9 years agscott1 CHG: Hard-coded enums for flowequation.fe_SSA/HO/FS and updated …
(edit) @20924   9 years Eric.Larour CHG: bigger buffer.
(edit) @20923   9 years Mathieu Morlighem BUG: fixing Alex's mess
(edit) @20922   9 years bdef CHG:adding ticklabel as a default option
(edit) @20921   9 years bdef NEW: adding default values to plot_contour
(edit) @20920   9 years dlcheng CHG (javascript): Removing zoom dependent control sensitivity, origin …
(edit) @20919   9 years Mathieu Morlighem CHG: cleaning up, do not include 'enum' in WriteData
(edit) @20918   9 years agscott1 CHG: Hard-coded materials enums and updated Marshalling
(edit) @20917   9 years agscott1 CHG: Hard-coded hydrology enums and updated Marshalling
(edit) @20916   9 years agscott1 CHG: Hard-coded basal forcings and calving enums and updated Marshalling
(edit) @20915   9 years glperez CHG: Further relaxing test808 (MATLAB).
(edit) @20914   9 years Mathieu Morlighem CHG: relaxed tolerances and some clean up in runme.m
(edit) @20913   9 years Mathieu Morlighem CHG: safer version of exec in python
(edit) @20912   9 years Mathieu Morlighem CHG: failsafe version
(edit) @20911   9 years bdef CHG:fixing and/or harmonizing wrappers calls
(edit) @20910   9 years bdef CHG:fixing and/or harmonizing wrappers calls
(edit) @20909   9 years bdef BUG:uniformisation of wrapper module and reverting to standard python …
(edit) @20908   9 years Mathieu Morlighem NEW: calving min thickness test implemented
(edit) @20907   9 years bdef BUG: fixing bamg for requiredvertices as ContourToMesh now returns an array
(edit) @20906   9 years Eric.Larour CHG: bad initialization of loadingforce.
(edit) @20905   9 years Mathieu Morlighem CHG: yts has changed for GEMB's yts
(edit) @20904   9 years ayfeng FIX: Syntax error with math functions, incorrect exponentiation syntax …
(edit) @20903   9 years Eric.Larour CHG (JS): avoid memory leak.
(edit) @20902   9 years Mathieu Morlighem CHG: added yts as an argument
(edit) @20901   9 years Mathieu Morlighem CHG: new archive now that md.constants.yts is used throughout (almost)
(edit) @20900   9 years Mathieu Morlighem CHG: yts is now consistent with md.constants.yts
(edit) @20899   9 years Mathieu Morlighem CHG: new archive now that md.constants.yts is used throughout (almost)
(edit) @20898   9 years Mathieu Morlighem CHG: hardcode yts specific to mismip+ tests
(edit) @20897   9 years Mathieu Morlighem CHG: hardcode yts specific to mismip+ tests
(edit) @20896   9 years Mathieu Morlighem CHG: do not use hardcoded yts, use the one from md.constants.yts
(edit) @20895   9 years ayfeng ADD: Add archives in JSON format
(edit) @20894   9 years dlcheng ADD (javascript): Adding writetofile.js for binary file writing. CHG …
(edit) @20893   9 years Mathieu Morlighem CHG: syncing deltathickness size
(edit) @20892   9 years Mathieu Morlighem CHG: more refined BinRead
(edit) @20891   9 years Mathieu Morlighem CHG: reordering fields to have the same marshalls
(edit) @20890   9 years Mathieu Morlighem BUG: fixed BinRead with new marshall files
(edit) @20889   9 years Mathieu Morlighem CHG: getting rid of Enums for SMB class
(edit) @20888   9 years Mathieu Morlighem CHG: centralize code that converts number to enums
(edit) @20887   9 years glperez CHG: Modifications for Jenkins javascript tests.
(edit) @20886   9 years bdef BUG: fixing syntax error
(edit) @20885   9 years glperez CHG: Removing without wrappers option.
(edit) @20884   9 years ayfeng DEL: Remove meshconvert (incomplete)
(edit) @20883   9 years ayfeng Add collapse to model, implement DepthAverage, Project2D
(edit) @20882   9 years glperez CHG: Changed prefix of Jenkins javascript file to simplify things.
(edit) @20881   9 years Mathieu Morlighem BUG: no need to call [0] anymore
(edit) @20880   9 years Mathieu Morlighem BUG: from comes before import
(edit) @20879   9 years Mathieu Morlighem CHG: minor
(edit) @20878   9 years Mathieu Morlighem BUG: do NOT call _python code
(edit) @20877   9 years Mathieu Morlighem BUG: added _python in WRAPPER
(edit) @20876   9 years agscott1 BUG: Changed EnumDefinitions to import the correct StringToEnum file
(edit) @20875   9 years agscott1 NEW: Added native help (ie. 'help ModuleName') for all matlab and …
(edit) @20874   9 years glperez FIX: Typo!.
(edit) @20873   9 years glperez CHG: Removed wrappers.
(edit) @20872   9 years adhikari CHG: test2002 archieve updated as we improve computations of spherical …
(edit) @20871   9 years adhikari CHG: GetAreaSpherical added to compute spherical area
(edit) @20870   9 years glperez CHG: Force installation script to use GCC compilers.
(edit) @20869   9 years glperez CHG: Fixed an emscripten installation issue.
(edit) @20868   9 years glperez ADD: Restored javascript installation script for GSL. Hopefully …
(edit) @20867   9 years glperez CHG: Added emscripten as an external packages requried for Javascript …
(edit) @20866   9 years glperez CHG: Trying to change permissions again.
(edit) @20865   9 years glperez CHG: Permissions were wrong.
(edit) @20864   9 years glperez ADD: Jenkins config script for Javascript tests.
(edit) @20863   9 years dlcheng CHG (javascript): Integrating jquinn's js plot patches. DEL …
(edit) @20862   9 years agscott1 NEW: Added matlab help for DistanceToMaskBoundary wrapper
(edit) @20861   9 years agscott1 BUG: Fixed BamgTriangulate in Makefile allowing ISSM to build correctly
(edit) @20860   9 years agscott1 CHG: Renamed BamgTriangulate module under python/Makefile.am to …
(edit) @20859   9 years agscott1 NEW: Added matlab help for Chaco wrapper
(edit) @20858   9 years Mathieu Morlighem BUG: ContourToMesh is really messed up
(edit) @20857   9 years Mathieu Morlighem CHG: minor indenting
(edit) @20856   9 years Mathieu Morlighem CHG: missing _python in WRAPPER
(edit) @20855   9 years Mathieu Morlighem BUG: added module init for python wrappers
(edit) @20854   9 years Mathieu Morlighem BUG: do NOT use subdir objects right now
(edit) @20853   9 years Mathieu Morlighem BUG: wrong source for BamgTriangulatye
(edit) @20852   9 years bdef NEW:adding BamgTriangulate to python wrappers
(edit) @20851   9 years agscott1 NEW: Added matlab help for BamgTriangulate wrapper
(edit) @20850   9 years agscott1 NEW: Added matlab and python help for BamgMesher wrapper
(edit) @20849   9 years glperez CHG: Updated the names of the installation scripts for Windows build.
(edit) @20848   9 years Mathieu Morlighem BUG: output should be varargout
(edit) @20847   9 years Mathieu Morlighem BUG: fixing ContourToMesh
(edit) @20846   9 years agscott1 NEW: Added matlab and python help for BamgConvertMesh
(edit) @20845   9 years agscott1 NEW: Added matlab and python help for ContourToMesh
(edit) @20844   9 years Eric.Larour CHG: folds are back
(edit) @20843   9 years ayfeng FIX: mesh3dprisms not having marshall defined within the class, …
(edit) @20842   9 years glperez CHG: Fixed scope issue with isnan and isinf functions.
(edit) @20841   9 years Eric.Larour CHG (JS): savemodeljs implemented.
(edit) @20840   9 years Mathieu Morlighem CHG: fixed kriging with new marshall
(edit) @20839   9 years glperez CHG: Options for triangle to fix javascript build on Linux.
(edit) @20838   9 years ayfeng FIX: model overwriting global mesh2d, shadowing constructor in tests …
Note: See TracRevisionLog for help on using the revision log.