Ignore:
Timestamp:
08/29/13 08:53:59 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added balancevelocity solver (not finished yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/DistributeNumDofs.cpp

    r15877 r16007  
    115115                        numdofs=1;
    116116                        break;
     117                case BalancevelocityAnalysisEnum:
     118                        numdofs=1;
     119                        break;
    117120                default:
    118121                        _error_("analysis type: " << analysis_type << " (" << EnumToStringx(analysis_type) << ") not implemented yet");
Note: See TracChangeset for help on using the changeset viewer.