source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13750   14 years Mathieu Morlighem CHG: two files needed to compile wrappers
(edit) @13749   14 years Mathieu Morlighem CHG: moved all matlab and python code from src/c/ to src/wrappers
(edit) @13748   14 years Mathieu Morlighem CHG: only include PETSc directories if they exist
(edit) @13747   14 years Mathieu Morlighem CHG: boost not used anymore
(edit) @13746   14 years Eric.Larour CHG: not needed anymore.
(edit) @13745   14 years Eric.Larour CHG: not needed anymore
(edit) @13744   14 years cborstad added plot modules to startup
(edit) @13743   14 years seroussi BUG: reverting to previous ordering
(edit) @13742   14 years Mathieu Morlighem NEW: added install-1.5-macosx64.sh
(edit) @13741   14 years jschierm NEW: Python version of roundmesh (plus cosmetic Matlab changes).
(edit) @13740   14 years jschierm BUG: Python's habit of copying pointers rather than data can be very …
(edit) @13739   14 years Mathieu Morlighem CHG: removed deps += ../../c/libISSMWrappers.a that was there twice, …
(edit) @13738   14 years Mathieu Morlighem BUG: reverted back, do not sudo python
(edit) @13737   14 years Mathieu Morlighem CHG: matlab version does not need to be detected (could not find it …
(edit) @13736   14 years Eric.Larour CHG: pushed PetscInitialize and Finalize phases into FemModel
(edit) @13735   14 years Mathieu Morlighem CHG: do not error out if triangle is not installed
(edit) @13734   14 years Mathieu Morlighem CHG: only one netcdf needs to be installed, no need to keep previous …
(edit) @13733   14 years Mathieu Morlighem CHG: we don't need python for git
(edit) @13732   14 years Mathieu Morlighem CHG: cosmetics
(edit) @13731   14 years Mathieu Morlighem CHG: speeding up getfieldvalue
(edit) @13730   14 years Mathieu Morlighem CHG: per matlab's request, removed all unnecessary semicolon
(edit) @13729   14 years Mathieu Morlighem CHG: removed call to verLessThan, taking too long for NR
(edit) @13728   14 years Mathieu Morlighem CHG: use isprop matlab function instead of any(strcmp(properties
(edit) @13727   14 years Mathieu Morlighem CHG: to improve NR elapsed time, removed call to verLessThan
(edit) @13726   14 years Mathieu Morlighem BUG: forgot cd src before configure
(edit) @13725   14 years Mathieu Morlighem CHG: use StringToEnum instead of eval (cleaner)
(edit) @13724   14 years Mathieu Morlighem CHG: cleaner install
(edit) @13723   14 years Mathieu Morlighem NEW: added install-1.5-linux64.sh for mpich 1.5, which supports …
(edit) @13722   14 years Mathieu Morlighem CHG: moved a bunch of modules to FemModel and fix bug in MassFluxx
(edit) @13721   14 years Mathieu Morlighem CHG: moved MassFluxx from modules to FemModel method
(edit) @13720   14 years Mathieu Morlighem NEW: for NR, write PYTHONEXITEDCORRECTLY so that report.sh detects …
(edit) @13719   14 years schlegel BUG: oops, fixing materials again…
(edit) @13718   14 years schlegel BUG: revert old materials if statement changed accidentally
(edit) @13717   14 years schlegel BUG: edges need to have -1 instead of nan, update in old models while …
(edit) @13716   14 years jschierm BUG: Fix case for no rifts (in a more python-like way).
(edit) @13715   14 years Mathieu Morlighem BUG: do not marshall rifts if numrifts=0
(edit) @13714   14 years Mathieu Morlighem CHG: change MATLAB_FONT to CODE_FONT
(edit) @13713   14 years Mathieu Morlighem NEW: Added python error report
(edit) @13712   14 years jschierm NEW: Working test216.py and test274.py.
(edit) @13711   14 years jschierm NEW: Working test216.py and test274.py.
(edit) @13710   14 years jschierm FIX: Fixes to run python rifts (plus a matlab fix as well).
(edit) @13709   14 years Eric.Larour CHG: new android directory in c/ for android objects. new fac class …
(edit) @13708   14 years Mathieu Morlighem CHG: remove desks from status
(edit) @13707   14 years Eric.Larour CHG: config to compile on the cloud
(edit) @13706   14 years Eric.Larour CHG: changes made to compile on the cloud
(edit) @13705   14 years Mathieu Morlighem NEW: updated c.vim for C-syntax hilighting
(edit) @13704   14 years Mathieu Morlighem simplified issm_white.vim
(edit) @13703   14 years Mathieu Morlighem Simplified colors/issm_black.vim
(edit) @13702   14 years Mathieu Morlighem BUG: reverted back
(edit) @13701   14 years Mathieu Morlighem Better handling of matlab and python errors by putting error message …
(edit) @13700   14 years Eric.Larour CHG: moving RequestedDepentsx to FemModel + fixing issues on ADOLC compile
(edit) @13699   14 years Eric.Larour CHG: moved Responsex, ThicknessAbsGradientx, RequestedOutputsx and …
(edit) @13698   14 years jschierm CHG: Removed debug statements.
(edit) @13697   14 years jschierm FIX: Remove unallocated array.
(edit) @13696   14 years Eric.Larour DEL: moved TimeAdaptx to FemModel method.
(edit) @13695   14 years jschierm NEW: Implemented RiftStruct for Python WriteData.
(edit) @13694   14 years habbalf Updated petsc options...removed plapack (Not supported). Removed …
(edit) @13693   14 years Eric.Larour CHG: moved UpdateConstraintsx to FemModel method
(edit) @13692   14 years jschierm CHG: Get rid of tab+space indent.
(edit) @13691   14 years Mathieu Morlighem CHG: PrintBanner is now done by EnvironmentInit instead of FemModel so …
(edit) @13690   14 years Eric.Larour CHG: updated flags
(edit) @13689   14 years Eric.Larour CHG: moved UpdateVertexPositionx to FemModel method
(edit) @13688   14 years jschierm NEW: Working test328.py and test329.py.
(edit) @13687   14 years Eric.Larour DEL: not needed
(edit) @13686   14 years jschierm CHG: Update surfaceforcings.py corresponding to changeset [13521].
(edit) @13685   14 years Eric.Larour CHG: fix for new Macosx 1.7.4 buggy xcode
(edit) @13684   14 years Mathieu Morlighem NEW: added test516.py and updated python_skipped_tests.txt
(edit) @13683   14 years Mathieu Morlighem BUG: minor
(edit) @13682   14 years Mathieu Morlighem CHG: files not needed
(edit) @13681   14 years Mathieu Morlighem NEW: Added more python test4
(edit) @13680   14 years Mathieu Morlighem BUG: some wrong exponents
(edit) @13679   14 years Mathieu Morlighem NEW: added more python tests, from 405 to 419 (some are missing due to …
(edit) @13678   14 years Mathieu Morlighem BUG: fixed SquareSheetShelf.py (needed to reshape thickness)
(edit) @13677   14 years Mathieu Morlighem NEW: added test401.py test402.py test403.py test404.py test405.py
(edit) @13676   14 years Mathieu Morlighem NEW: added SquareSheetShelf.py
(edit) @13675   14 years Mathieu Morlighem NEW: added 79North.py
(edit) @13674   14 years Mathieu Morlighem CHG: changing exponents
(edit) @13673   14 years Mathieu Morlighem CHG: changing exponents
(edit) @13672   14 years Mathieu Morlighem CHG: added point at the end of extrude command, extrude exponent is a …
(edit) @13671   14 years Mathieu Morlighem CHG: added point at the end of extrude command, extrude exponent is a …
(edit) @13670   14 years Mathieu Morlighem CHG: added point at the end of triangle command, resolution is a float
(edit) @13669   14 years Mathieu Morlighem NEW added tests 610 611 and 612
(edit) @13668   14 years Mathieu Morlighem NEW: added test601 to 609
(edit) @13667   14 years Mathieu Morlighem CHG: minor typo
(edit) @13666   14 years Mathieu Morlighem CHG: minor cosmetics
(edit) @13665   14 years Mathieu Morlighem reverted back
(edit) @13664   14 years Mathieu Morlighem CHG: cosmetics on matlab file (model -> model())
(edit) @13663   14 years Mathieu Morlighem CHG: cosmetics on matlab file (model -> model(); Enum -> Enum())
(edit) @13662   14 years Mathieu Morlighem NEW: added test 510, 512 and 515
(edit) @13661   14 years jschierm NEW: Working test320.py through test327.py (along with matlab cosmetic …
(edit) @13660   14 years jschierm CHG: Already updated.
(edit) @13659   14 years jschierm NEW: python_test_guidelines.txt to describe how to make tests more …
(edit) @13658   14 years Mathieu Morlighem NEW: added python tests 506 to 510
(edit) @13657   14 years Mathieu Morlighem NEW: added python tests 501 to 505
(edit) @13656   14 years Eric.Larour CHG: get svn to ignore temporary files
(edit) @13655   14 years Eric.Larour CHG: switch from modules to wrappers. Some cosmetics also.
(edit) @13654   14 years Eric.Larour CHG: new config files switching from modules to wrappers options
(edit) @13653   14 years Eric.Larour CHG: stop installign wrappers if config says so
(edit) @13652   14 years Eric.Larour CHG: switching modules to wrappers
(edit) @13651   14 years Eric.Larour CHG: moved modules to wrappers
Note: See TracRevisionLog for help on using the revision log.