source:

Revision Log Mode:


Legend:

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