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.
|
Classes | |
class | all_t_win_vs_m_fixed_error.ProblemParameters |
class | all_t_win_vs_m_fixed_error.HinsbergPointsSetGivenNorm |
Namespaces | |
all_t_win_vs_m_fixed_error | |
Functions | |
def | all_t_win_vs_m_fixed_error.CalculateErrors (points_set, pp, samples=10) |
def | all_t_win_vs_m_fixed_error.CalculateError (t_w) |
def | all_t_win_vs_m_fixed_error.CalculateApproxTailContribution (points_set, m_index, lower_limit) |
def | all_t_win_vs_m_fixed_error.ExactErrorTail (points_set, m_index, lower_limit) |
def | all_t_win_vs_m_fixed_error.K (points_set, m_index, t, pp) |
def | all_t_win_vs_m_fixed_error.PerformQuadratureOfObjectiveFunctionSecondTerm (points_set, m_index, a, b) |
def | all_t_win_vs_m_fixed_error.ObjectiveFunction (points_set, m_index, pp) |
def | all_t_win_vs_m_fixed_error.sign (x) |
def | all_t_win_vs_m_fixed_error.samesign (a, b) |
def | all_t_win_vs_m_fixed_error.bisect (func, low, high) |
def | all_t_win_vs_m_fixed_error.regula_falsi (func, a, b, max_steps=100, tolerance=1e-8) |
def | all_t_win_vs_m_fixed_error.CalculateTws (m, max_t_w, points_set, ref_error, n_samples=40) |