Verification and validation documentation and process. More...
Topics | |
V&V test cases processing | |
Procedures that will orient the program towards the right test case. | |
Namespaces | |
module | enum_test_case |
Test case identifiers. | |
module | variables_test_case |
Define variables associated to test cases setup. | |
Most NTS files are self contents, but for some test cases, particular work is done in 'Fortran' files compiled after the Notus library compilation. The directory src/lib/post_process/test_cases is dedicated to this specific 'Fortran' V&V process and contains:
enum.f90
that require 'Fortran' routinesvariables.f90
doc.f90
file describes the test cases and the associated results. Moreover, for test cases that need special treatments that cannot be done with an NTS file, specific Fortran routines may exist ('reference solution', 'next iteration', 'post process' or 'prepare').Finally, one can also develop his own test case for his particular needs.