sandialabs / LCM

Laboratory for Computational Mechanics
Other
12 stars 7 forks source link

Numerous failing tests due to deprecation of status test parameter in NOX #49

Closed ikalash closed 3 years ago

ikalash commented 3 years ago

I will fix. Here is the error.

p=0: *** Caught standard std::exception of type 'Teuchos::Exceptions::InvalidParameterName' :

 Error, the parameter {name="Scale Type",type="string",value="Unscaled"}
 in the parameter (sub)list "Albany Parameters->Piro->NOX->Status Tests->Test 0"
 was not found in the list of valid parameters!

 The valid parameters and types are:
   {
     "Test Type" : string = RelativeNormF
     "Tolerance" : double = 1e-08
     "Scale Norms by Length" : bool = 0
     "Norm Type" : string = Two Norm
     "Tag" : string = 
   }
ikalash commented 3 years ago

Just fixed this.