Changeset 16677


Ignore:
Timestamp:
11/08/13 10:20:32 (11 years ago)
Author:
seroussi
Message:

BUG: fixed failures in NR

Location:
issm/trunk-jpl/src/c/analyses
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/StressbalanceAnalysis.cpp

    r16676 r16677  
    813813                        GetSolutionFromInputsHoriz(solution,element);
    814814                        return;
     815                case L1L2ApproximationEnum:
     816                        GetSolutionFromInputsHoriz(solution,element);
     817                        return;
    815818                case SSAHOApproximationEnum: case HOFSApproximationEnum: case SSAFSApproximationEnum:
    816819                        /*the elements around will create the solution*/
  • issm/trunk-jpl/src/c/analyses/StressbalanceVerticalAnalysis.cpp

    r16675 r16677  
    9797/*Numerics*/
    9898void StressbalanceVerticalAnalysis::GetSolutionFromInputs(Vector<IssmDouble>* solution,Element* element){/*{{{*/
    99            _error_("not implemented yet");
     99        element->GetSolutionFromInputsOneDof(solution,VzEnum);
    100100}/*}}}*/
Note: See TracChangeset for help on using the changeset viewer.