KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Functions
testing.ci_utilities Namespace Reference

Functions

None check_valid_environment_configuration_exists ()
 
List[Path] changed_files ()
 
List[str] ci_applications ()
 
Set[str] get_changed_applications ()
 
bool is_core_changed ()
 
bool is_mpi_core_changed ()
 
Set[str] get_changed_files_extensions ()
 
bool are_only_python_files_changed ()
 
None print_ci_information ()
 This function prints an overview of the CI related information. More...
 

Function Documentation

◆ are_only_python_files_changed()

bool testing.ci_utilities.are_only_python_files_changed ( )

◆ changed_files()

List[Path] testing.ci_utilities.changed_files ( )

◆ check_valid_environment_configuration_exists()

None testing.ci_utilities.check_valid_environment_configuration_exists ( )

◆ ci_applications()

List[str] testing.ci_utilities.ci_applications ( )

◆ get_changed_applications()

Set[str] testing.ci_utilities.get_changed_applications ( )

◆ get_changed_files_extensions()

Set[str] testing.ci_utilities.get_changed_files_extensions ( )

◆ is_core_changed()

bool testing.ci_utilities.is_core_changed ( )

◆ is_mpi_core_changed()

bool testing.ci_utilities.is_mpi_core_changed ( )

◆ print_ci_information()

None testing.ci_utilities.print_ci_information ( )

This function prints an overview of the CI related information.