Definition at line 68 of file AutoVerificationDriver.H.
|
std::vector< int > | arrayIds |
| field ids for which we will evaluate the grid convergence index (GCI) More...
|
|
std::string | transferType {"Consistent Interpolation"} |
| default is 'Consistent Interpolation', alternatives include 'Conservative Surface Transfer' (if enabled, requires IMPACT) and 'Conservative Volume Transfer' (if enabled) More...
|
|
double | targetGCI {1.1} |
| the target GCI value, set to 1.1 by default More...
|
|
jsoncons::optional< int > | numThreads {} |
| sets number of threads used in transfer (if OpenMP enabled); if unset and OpenMP enabled, omp_get_max_threads used More...
|
|
◆ Opts() [1/2]
NEM::DRV::AutoVerificationDriver::Opts::Opts |
( |
std::vector< int > |
arrayIds | ) |
|
|
explicit |
- Parameters
-
arrayIDs | Set arrayIds member |
Definition at line 48 of file AutoVerificationDriver.C.
std::vector< int > arrayIds
field ids for which we will evaluate the grid convergence index (GCI)
◆ Opts() [2/2]
NEM::DRV::AutoVerificationDriver::Opts::Opts |
( |
| ) |
|
|
privatedefault |
◆ arrayIds
std::vector<int> NEM::DRV::AutoVerificationDriver::Opts::arrayIds |
◆ numThreads
jsoncons::optional<int> NEM::DRV::AutoVerificationDriver::Opts::numThreads {} |
◆ targetGCI
double NEM::DRV::AutoVerificationDriver::Opts::targetGCI {1.1} |
◆ transferType
std::string NEM::DRV::AutoVerificationDriver::Opts::transferType {"Consistent Interpolation"} |
The documentation for this struct was generated from the following files: