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 | Namespaces | Functions | Variables
all_t_win_vs_m_fixed_error.py File Reference

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)
 

Variables

 all_t_win_vs_m_fixed_error.pp = ProblemParameters()
 
 all_t_win_vs_m_fixed_error.end_time
 
 all_t_win_vs_m_fixed_error.initial_time
 
list all_t_win_vs_m_fixed_error.ref_errors = [1e-1, 5e-2, 1e-2, 5e-3, 1e-3, 5e-4, 1e-4]
 
list all_t_win_vs_m_fixed_error.max_t_w_t_norms = []
 
list all_t_win_vs_m_fixed_error.max_t_w_t_norm = [10 ** 3] * 11
 
list all_t_win_vs_m_fixed_error.max_t_w_abs_norm = [10 ** 3] * 11
 
list all_t_win_vs_m_fixed_error.max_t_w_hinsberg = [10 ** 3]
 
 all_t_win_vs_m_fixed_error.t_norm_set = HinsbergPointsSetGivenNorm('t_norm')
 
 all_t_win_vs_m_fixed_error.abs_norm_set = HinsbergPointsSetGivenNorm('abs_norm')
 
 all_t_win_vs_m_fixed_error.hinsberg_set = HinsbergPointsSetGivenNorm('hinsberg_norm')
 
 all_t_win_vs_m_fixed_error.figsize
 
float all_t_win_vs_m_fixed_error.tw_max = 1.0
 
 all_t_win_vs_m_fixed_error.color
 
 all_t_win_vs_m_fixed_error.ms
 
 all_t_win_vs_m_fixed_error.i_plot
 
 all_t_win_vs_m_fixed_error.linewidth
 
 all_t_win_vs_m_fixed_error.label
 
 all_t_win_vs_m_fixed_error.mew
 
 all_t_win_vs_m_fixed_error.fontsize
 
string all_t_win_vs_m_fixed_error.percentage = '%g' % (100 * ref_error)
 
 all_t_win_vs_m_fixed_error.ax = plt.gca()
 
 all_t_win_vs_m_fixed_error.axis
 
 all_t_win_vs_m_fixed_error.pad
 
 all_t_win_vs_m_fixed_error.labelsize
 
 all_t_win_vs_m_fixed_error.figure = plt.gcf()
 
string all_t_win_vs_m_fixed_error.base_t_w = '%.2f' % tw_max
 
string all_t_win_vs_m_fixed_error.file_name = 'all_tw_for_x_percent_error.pdf'
 
 all_t_win_vs_m_fixed_error.format
 
 all_t_win_vs_m_fixed_error.dpi