Uses of Class
function.WaveDragAxisymmetric.PROBLEM_TYPE

Packages that use WaveDragAxisymmetric.PROBLEM_TYPE
function Provides classes for scalar and vector-valued functions that operate on multi- dimensional double-valued data. 
 

Uses of WaveDragAxisymmetric.PROBLEM_TYPE in function
 

Methods in function that return WaveDragAxisymmetric.PROBLEM_TYPE
static WaveDragAxisymmetric.PROBLEM_TYPE WaveDragAxisymmetric.PROBLEM_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WaveDragAxisymmetric.PROBLEM_TYPE[] WaveDragAxisymmetric.PROBLEM_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in function with parameters of type WaveDragAxisymmetric.PROBLEM_TYPE
static WaveDragAxisymmetric WaveDragAxisymmetric.makeProblemContainer(double mach, double length, double constraintValue, WaveDragAxisymmetric.PROBLEM_TYPE type)
          Constructs a "container" body that holds many constants that are shared by multifidelity instances of the same problem.