Changeset 9418


Ignore:
Timestamp:
08/25/11 11:57:05 (14 years ago)
Author:
Eric.Larour
Message:

almost there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/template

    r9415 r9418  
    11mesh {{{
     2
     3        projection
     4                lat
     5                long
     6                hemisphere
     7
    28          x
    39          y
    410          z
    5           elements -> rename index?
    6           dim
    7           numlayers
     11          elements
     12          dim -> rename dimension
     13          numlayers -> rename numberoflayers
    814          numberofelements
    9           numberofnodes -> rename all nodes vertices? (nodes in the C++ core are not the same as the ones in model)
     15          numberofnodes -> rename numberofvertices as well as nodeon...
    1016          edges
    1117
     
    2026          x2d
    2127          y2d
    22           z2d
    23 
    24           extrusionexponent -> remove?
     28          z2d -> remove
     29
     30          extrusionexponent -> remove
    2531          elementonbed
    2632          elementonsurface
     
    3036          nodeconnectivity
    3137          elementconnectivity
    32           connectivity
     38          connectivity ->investigate
    3339
    3440          segments
     
    3642          nodeonboundary
    3743
    38           bamg
    39 
    4044          extractednodes
    4145          extractedelements
    42 }}}
    43 projection{{{
    44         lat
    45           long
    46           hemisphere
    4746}}}
    4847geometry {{{
     
    5251          bathymetry
    5352
    54           bed_slopex
    55           bed_slopey
    56           surface_slopex
    57           surface_slopey
     53          bed_slopex ->remove
     54          bed_slopey ->remove
     55          surface_slopex->remove
     56          surface_slopey->remove
    5857
    5958          thickness_coeff -> delete or rename (See with John)?
    6059}}}
    61 geography{{{ -> rename mask (as in SeaRISE)?
    62         elementoniceshelf -> rename all as grounded and floating
    63           elementonicesheet
    64           elementonwater
    65           nodeoniceshelf
    66           nodeonicesheet
    67           nodeonwater
     60mask{{{
     61        elementoniceshelf -> rename elementonwater
     62        elementonicesheet -> rename elementonground
     63        elementonwater -> rename elementelementonground
     64        nodeoniceshelf
     65        nodeonicesheet
     66        nodeonwater
     67
     68        elementongroundedice
     69        elementonfloatingice
     70        elementonwater
     71
    6872}}}
    6973rifts{{{
     
    8993}}}
    9094friction{{{
    91         drag_type
    92           drag_coefficient
    93           drag_p
    94           drag_q
     95        drag_type -> delete
     96        drag_coefficient
     97        drag_p
     98        drag_q
    9599}}}
    96100surfaceforcings{{{
     
    105109        geothermalflux
    106110}}}
    107 
    108 flowapproximation{{{
    109         elements_type -> change all type to approx?
    110         vertices_type
    111 
    112         ishutter
    113         ismacayealpattyn
    114         isstokes
    115 
    116         elementonhutter
    117         elementonmacayeal
    118         elementonpattyn
    119         elementonstokes
    120 
    121         nodeonhutter
    122         nodeonmacayeal
    123         nodeonpattyn
    124         nodeonstokes
    125 
    126         borderstokes
    127 
    128         elements_type2d -> remove
    129         vertices_type2d -> remove
     111flowequation{{{
     112        private:
     113                ishutter
     114                ismacayealpattyn
     115                isstokes
     116
     117                elements_type -> change to element_equation
     118                vertices_type -> rename to vertex_equation
     119                borderstokes -> rename vertex_boundary_equation
     120               
     121                elementonhutter ->delete
     122                elementonmacayeal->delete
     123                elementonpattyn->delete
     124                elementonstokes->delete
     125
     126                nodeonhutter ->delete
     127                nodeonmacayeal->delete
     128                nodeonpattyn->delete
     129                nodeonstokes->delete
     130                elements_type2d -> delete
     131                vertices_type2d -> delete
    130132}}}
    131133diagnostic{{{
     
    294296        outputfilename -> same
    295297        solution_type -> rename solution
     298        bamg
    296299}}}
    297300constants{{{
Note: See TracChangeset for help on using the changeset viewer.