https://mooseframework.inl.gov
Enumerations
ParallelStudyMethod.h File Reference

Go to the source code of this file.

Enumerations

enum  ParallelStudyMethod { SMART, HARM, BS }
 

Enumeration Type Documentation

◆ ParallelStudyMethod

Enumerator
SMART 
HARM 
BS 

Definition at line 12 of file ParallelStudyMethod.h.

13 {
14  SMART,
15  HARM,
16  BS
17 };