#include <ot_optimizer.hpp>
|
| int | iters = 0 |
| |
| double | maxVolErr = 0.0 |
| | max_i |V_i − V_set_i|
|
| |
| double | meanVolErr = 0.0 |
| | mean |V_i − V_set_i|
|
| |
| bool | converged = false |
| |
| long | nEmpty = 0 |
| | buried/empty cells at the final state (should be 0 for a feasible target)
|
| |
◆ converged
| bool peclet::voro::OtResult::converged = false |
◆ iters
| int peclet::voro::OtResult::iters = 0 |
◆ maxVolErr
| double peclet::voro::OtResult::maxVolErr = 0.0 |
◆ meanVolErr
| double peclet::voro::OtResult::meanVolErr = 0.0 |
◆ nEmpty
| long peclet::voro::OtResult::nEmpty = 0 |
buried/empty cells at the final state (should be 0 for a feasible target)
The documentation for this struct was generated from the following file: