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.
Variables
run_pouliot_benchmark_2D Namespace Reference

Variables

 varying_parameters = dict()
 
 irregular_mesh_sizes = set()
 
dictionary regular_mesh_n_points = {10}
 
dictionary derivatives_types = {6}
 
list combinations_that_failed = []
 
 test = script.Solution(algorithm, varying_parameters)
 
 error = sys.exc_info()
 

Variable Documentation

◆ combinations_that_failed

list run_pouliot_benchmark_2D.combinations_that_failed = []

◆ derivatives_types

dictionary run_pouliot_benchmark_2D.derivatives_types = {6}

◆ error

run_pouliot_benchmark_2D.error = sys.exc_info()

◆ irregular_mesh_sizes

run_pouliot_benchmark_2D.irregular_mesh_sizes = set()

◆ regular_mesh_n_points

dictionary run_pouliot_benchmark_2D.regular_mesh_n_points = {10}

◆ test

run_pouliot_benchmark_2D.test = script.Solution(algorithm, varying_parameters)

◆ varying_parameters

run_pouliot_benchmark_2D.varying_parameters = dict()