feec.multipatch.utilities#
Functions#
| 
 | Get the filename for FEM solution coeffs in numpy array format | 
| 
 | Get the diagnostics filename | 
| 
 | Get the error filename based on the method used to solve the multpatch problem | 
| 
 | Get Fem name used to solve the multipatch problem | 
| 
 | get load directory name based on the fem name | 
| 
 | Get the directory name where matrices are stored | 
| 
 | Get method name used to solve the multpatch problem | 
| 
 | Get the plot directory name | 
| 
 | Get the run directory name | 
| 
 | Get the directory name where solutions are stored | 
| 
 | Get the reference solution filename based on the source term type | 
| 
 | Get the source term name | 
| 
 | 
Details#
- 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_mat_dir(domain_name, nc, deg, quad_param=None)[source]#
- Get the directory name where matrices are stored