source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17766   11 years cborstad CHG: reverting change to postpone python handling of vectors/arrays for now
(edit) @17765   11 years cborstad BUG: fixes for matdamageice, forgot to include python version
(edit) @17764   11 years cborstad CHG: updating damage runs for new matdamageice class
(edit) @17763   11 years cborstad CHG: python fixes for NR now that it is no longer necessary to specify …
(edit) @17762   11 years cborstad CHG: unnecessary to specify damage now for anything other than a …
(edit) @17761   11 years hongjuy Set base at bed for grounded element even some nodes is above bed
(edit) @17760   11 years hongjuy CHG: Do extrusionfrombase for base after GL movement
(edit) @17759   11 years cborstad CHG: added IsDamage function to Material class to check for damage in …
(edit) @17758   11 years cborstad CHG: forgot to add enum
(edit) @17757   11 years cborstad CHG: stripping damage out of solution if MaterialsType is MaticeEnum
(edit) @17756   11 years cborstad working on python plotmodel, added plot_contour
(edit) @17755   11 years Mathieu Morlighem CHG: relaxed tolerances:
(edit) @17754   11 years Mathieu Morlighem NEW: better split in tetras
(edit) @17753   11 years Mathieu Morlighem CHG: enable development
(edit) @17752   11 years Mathieu Morlighem CHG: relaxing tolerances
(edit) @17751   11 years Mathieu Morlighem CHG: fixed enable-development macro (nor based on debugging)
(edit) @17750   11 years Mathieu Morlighem CHG: fixing indices of tetra base that need to be direct
(edit) @17749   11 years bdef BUG: fixing requested_outputs in transient.m
(edit) @17748   11 years bdef BUG: fixing requested_outputs in transient.m
(edit) @17747   11 years Mathieu Morlighem CHG: relaxing some tolerances
(edit) @17746   11 years cborstad BUG: Dbar is now returned for 2dhoriz models
(edit) @17745   11 years cborstad CHG: default output is D or Dbar depending on domaintype
(edit) @17744   11 years cborstad BUG: handle D vs. Dbar depending on domaintype
(edit) @17743   11 years cborstad CHG: added python wrapper for InterpFromMeshToMesh3d
(edit) @17742   11 years bdef NEW: adding effective pressure computation within the Hydro
(edit) @17741   11 years Mathieu Morlighem BUG: do not add twice the same analysis
(edit) @17740   11 years Mathieu Morlighem BUG: fixing windows compile
(edit) @17739   11 years Mathieu Morlighem BUG: fixing windows compile
(edit) @17738   11 years bdef NEW: adding a stand alone max limit for epl thickness
(edit) @17737   11 years bdef BUG : fixing model processor for hydromodels
(edit) @17736   11 years bdef BUG: minor fix
(edit) @17735   11 years bdef BUG: fixing enums
(edit) @17734   11 years bdef CHG: adding the hydrology solution to transient
(edit) @17733   11 years cborstad NEW: template for python version of SectionValues
(edit) @17732   11 years cborstad BUG: wrong handle for numpy
(edit) @17731   11 years cborstad BUG: reverting change, save contours as list of dicts
(edit) @17730   11 years cborstad CHG: use OrderedDict and update rather than list of dicts for python …
(edit) @17729   11 years Mathieu Morlighem CHG: fixed spawn for gmesh tetras
(edit) @17728   11 years schodlok added tao in the config file
(edit) @17727   11 years Mathieu Morlighem CHG: fixed boundary
(edit) @17726   11 years Mathieu Morlighem CHG: fixed surface and base falgs
(edit) @17725   11 years cborstad NEW: project2d and DepthAverage functions in python
(edit) @17724   11 years cborstad CHG: added collapse function to python model, fixed bug when …
(edit) @17723   11 years Eric.Larour CHG: improved inishell.sh launch command.
(edit) @17722   11 years Eric.Larour CHG: inishell project
(edit) @17721   11 years Eric.Larour NEW: createxml method to create an inishell compatible xml file from a …
(edit) @17720   11 years Eric.Larour CHG: implemented createxml method for each class.
(edit) @17719   11 years Mathieu Morlighem NEW: importgmsh.m now compatible with 3d meshes
(edit) @17718   11 years bdef NEW:adding a plotmodel option to plot the values at a point function …
(edit) @17717   11 years Mathieu Morlighem CHG: fixed plot_vertexnumbering.m for tetras
(edit) @17716   11 years cborstad CHG: changed colorlevels for consistency with colormap
(edit) @17715   11 years cborstad NEW: python version of robin temperature calculation
(edit) @17714   11 years cborstad BUG: errant end statement
(edit) @17713   11 years cborstad CHG: cosmetic
(edit) @17712   11 years cborstad CHG: changed display text for consistency and clarity
(edit) @17711   11 years cborstad minor, adding todo
(edit) @17710   11 years cborstad CHG: cosmetic
(edit) @17709   11 years cborstad BUG: define x,y coords in centers of grid cells if appropriate
(edit) @17708   11 years hongjuy CHG: using domaintype to choose axis options in plotmodel
(edit) @17707   11 years hongjuy CHG: do extrusionfrombase for maskgroundedicelevelset for element not …
(edit) @17706   11 years cborstad BUG: don't try to set default clim when data is empty, such as for a …
(edit) @17705   11 years Mathieu Morlighem BUG: reverting back (wrong dynamic allocation and not 3d compatible
(edit) @17704   11 years hongjuy CHG: Assign 1 or -1 for vertices not on bed
(edit) @17703   11 years Mathieu Morlighem BUG: Mesh2d is now Domain2D
(edit) @17702   11 years Mathieu Morlighem CHG: relaxed tolerances
(edit) @17701   11 years Mathieu Morlighem CHG: syncing Enum
(edit) @17700   11 years Mathieu Morlighem CHG: renamed Mesh3D Domain3D etc and simplified the way we get the …
(edit) @17699   11 years Mathieu Morlighem CHG: do not marhall DomainType as Mesh3DtetrasEnum
(edit) @17698   11 years cborstad CHG: misc changes for dealing with nan's when plotting in python
(edit) @17697   11 years cborstad CHG: by default, do not fill nan's using the spline fit, rather mark …
(edit) @17696   11 years cborstad BUG: create copy so that original data is not overwritten by processdata
(edit) @17695   11 years Mathieu Morlighem DEL: not needed anymore
(edit) @17694   11 years Mathieu Morlighem CHG: fixed HO for Tetras
(edit) @17693   11 years Mathieu Morlighem CHG: minor adjustements for Tets
(edit) @17692   11 years Mathieu Morlighem CHG: starting to change iomodel->domaintype to …
(edit) @17691   11 years cborstad BUG: forgot to assign cmap in element plot
(edit) @17690   11 years Mathieu Morlighem BUG: use finitelement instead of element_type
(edit) @17689   11 years seroussi CHG: fixed nightly runs
(edit) @17688   11 years Mathieu Morlighem CHG: marshalling domain properties
(edit) @17687   11 years Mathieu Morlighem CHG: replacing some meshtype by meshdimension
(edit) @17686   11 years Mathieu Morlighem CHG: following Chris' suggestions, we adopt the following convention …
(edit) @17685   11 years Mathieu Morlighem BUG: fixed strcmpi
(edit) @17684   11 years Mathieu Morlighem NEW: added Deviatoricstress tensor as available output
(edit) @17683   11 years Mathieu Morlighem CHG: output DeviatoricStress instead of Stress Tensor
(edit) @17682   11 years seroussi BUG: forgot parenthesis after meshtype
(edit) @17681   11 years cborstad CHG: renamed meshtype->meshxdim for consistency (though meshxdim is a …
(edit) @17680   11 years cborstad CHG: do not compute stress tensor for a 2d horiz mesh, new function …
(edit) @17679   11 years Mathieu Morlighem BUG: fixing GetVectorFromInputs, which assumes P1 interpolation only
(edit) @17678   11 years Mathieu Morlighem NEW: convergence test on Vx for now
(edit) @17677   11 years Mathieu Morlighem CHG: making gslib more flexible with additional input params
(edit) @17676   11 years Mathieu Morlighem BUG: FS is allowed for 2d vertical meshes
(edit) @17675   11 years Mathieu Morlighem BUG: fixing split to tetras
(edit) @17674   11 years Mathieu Morlighem CHG: renamed meshtype->meshxdim (Extended Dimension) and added meshdim …
(edit) @17673   11 years toanqngu Update the URL source path for online mode
(edit) @17672   11 years Mathieu Morlighem BUG: GetVectorFromInputs needs to call GetInputListOnVertices
(edit) @17671   11 years Mathieu Morlighem CHG: moving some stuff from Tria to Element
(edit) @17670   11 years cborstad CHG: for clarity, explicitly define dim variable for use in viscosity calc
(edit) @17669   11 years Mathieu Morlighem CHG: removing template that makes AD mpi off crash
(edit) @17668   11 years Mathieu Morlighem NEW: added distance output for pKriging
(edit) @17667   11 years Mathieu Morlighem CHG: use tao-2.2.2 instead of tao-2.2-pre1
Note: See TracRevisionLog for help on using the revision log.