ansys.dyna.core.lib.validators#
Validation framework for PyDYNA keywords and decks.
Attributes#
Classes#
Severity levels for validation rules. |
|
Result of a validation operation. |
|
Base class for all validators. |
|
Validator that checks for required fields in keywords. |
|
Validator that checks for unique ID fields across keyword types. |
|
Validator that calls _is_valid() on all keywords. |
|
Validator that checks for keywords that should appear at most once in a deck. |
|
Validator that wraps a custom validation function. |
|
Registry for managing validators. |