![]() |
OpenPFC
0.1.4
Phase Field Crystal simulation framework
|
Result of parameter validation. More...
#include <parameter_validator.hpp>

Public Member Functions | |
| bool | is_valid () const |
| Check if validation passed. | |
| std::string | format_errors () const |
| Format error report. | |
| std::string | format_summary (const std::string &model_name="Model") const |
| Format parameter summary. | |
Public Attributes | |
| bool | valid = true |
| std::vector< std::string > | errors |
| std::map< std::string, std::string > | validated_params |
Result of parameter validation.
Contains all validation errors and the validated values.