Ignore:
Timestamp:
03/31/10 16:43:20 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added discontinuous galerkin elements and prognostic2 solution, to be continued...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Node.cpp

    r3332 r3359  
    600600                }
    601601                else if (
     602                                (strcmp(field_name,"vx")==0) ||
     603                                (strcmp(field_name,"vy")==0) ||
    602604                                (strcmp(field_name,"thickness")==0) ||
    603605                                (strcmp(field_name,"temperature")==0) ||
Note: See TracChangeset for help on using the changeset viewer.