feec.multipatch.utilities#

Functions#

FEM_sol_fn([source_type, source_proj])

Get the filename for FEM solution coeffs in numpy array format

diag_fn([source_type, source_proj])

Get the diagnostics filename

error_fn([source_type, method, conf_proj, ...])

Get the error filename based on the method used to solve the multpatch problem

get_fem_name([method, k, DG_full, ...])

Get Fem name used to solve the multipatch problem

get_load_dir([method, DG_full, domain_name, ...])

get load directory name based on the fem name

get_mat_dir(domain_name, nc, deg[, quad_param])

Get the directory name where matrices are stored

get_method_name([method, k, conf_proj, ...])

Get method name used to solve the multpatch problem

get_plot_dir(case_dir, run_dir)

Get the plot directory name

get_run_dir(domain_name, nc, deg[, ...])

Get the run directory name

get_sol_dir(case_dir, domain_name, nc, deg)

Get the directory name where solutions are stored

sol_ref_fn(source_type, N_diag[, source_proj])

Get the reference solution filename based on the source term type

source_name([source_type, source_proj])

Get the source term name

time_count([t_stamp, msg])

Details#

time_count(t_stamp=None, msg=None)[source]#
source_name(source_type=None, source_proj=None)[source]#

Get the source term name

sol_ref_fn(source_type, N_diag, source_proj=None)[source]#

Get the reference solution filename based on the source term type

error_fn(source_type=None, method=None, conf_proj=None, k=None, domain_name=None, deg=None)[source]#

Get the error filename based on the method used to solve the multpatch problem

get_method_name(method=None, k=None, conf_proj=None, penal_regime=None)[source]#

Get method name used to solve the multpatch problem

get_fem_name(method=None, k=None, DG_full=False, conf_proj=None, domain_name=None, nc=None, deg=None, hom_seq=True)[source]#

Get Fem name used to solve the multipatch problem

FEM_sol_fn(source_type=None, source_proj=None)[source]#

Get the filename for FEM solution coeffs in numpy array format

get_load_dir(method=None, DG_full=False, domain_name=None, nc=None, deg=None, data='matrices')[source]#

get load directory name based on the fem name

get_run_dir(domain_name, nc, deg, source_type=None, conf_proj=None)[source]#

Get the run directory name

get_plot_dir(case_dir, run_dir)[source]#

Get the plot directory name

get_mat_dir(domain_name, nc, deg, quad_param=None)[source]#

Get the directory name where matrices are stored

get_sol_dir(case_dir, domain_name, nc, deg)[source]#

Get the directory name where solutions are stored

diag_fn(source_type=None, source_proj=None)[source]#

Get the diagnostics filename