DUBeat
1.0.1
High-order discontinuous Galerkin methods and applications to cardiac electrophysiology
|
This is the complete list of members for ModelDG< basis >, including all inherited members.
assemble | ModelDG< basis > | protected |
assemble_system()=0 | ModelDG< basis > | protectedpure virtual |
compute_errors(const lifex::LinAlg::MPI::Vector &solution_owned, const lifex::LinAlg::MPI::Vector &solution_ex_owned, const std::shared_ptr< dealii::Function< lifex::dim >> &u_ex, const std::shared_ptr< dealii::Function< lifex::dim >> &grad_u_ex, const char *solution_name=(char *)"u") const | ModelDG< basis > | protected |
conversion_to_dub(lifex::LinAlg::MPI::Vector &sol_owned) | ModelDG< basis > | protectedvirtual |
conversion_to_dub(const lifex::LinAlg::MPI::Vector &sol_owned) const | ModelDG< basis > | protectedvirtual |
conversion_to_dub(lifex::LinAlg::MPI::Vector &sol_owned, const std::string fem_file_path, const unsigned int degree_fem=1, const double scaling_factor=1) const | ModelDG< basis > | protectedvirtual |
conversion_to_dub(lifex::LinAlg::MPI::Vector &sol_owned) | ModelDG< basis > | protected |
conversion_to_dub(const lifex::LinAlg::MPI::Vector &sol_owned) const | ModelDG< basis > | protected |
conversion_to_dub(lifex::LinAlg::MPI::Vector &sol_owned, const std::string fem_file_path, const unsigned int degree_fem, const double scaling_factor) const | ModelDG< basis > | protected |
conversion_to_fem(lifex::LinAlg::MPI::Vector &sol_owned) | ModelDG< basis > | protectedvirtual |
conversion_to_fem(const lifex::LinAlg::MPI::Vector &sol_owned) const | ModelDG< basis > | protectedvirtual |
conversion_to_fem(lifex::LinAlg::MPI::Vector &sol_owned, const std::string fem_file_path, const unsigned int degree_fem=1, const double scaling_factor=1) const | ModelDG< basis > | protectedvirtual |
conversion_to_fem(lifex::LinAlg::MPI::Vector &sol_owned) | ModelDG< basis > | protected |
conversion_to_fem(const lifex::LinAlg::MPI::Vector &sol_owned) const | ModelDG< basis > | protected |
conversion_to_fem(lifex::LinAlg::MPI::Vector &sol_owned, const std::string fem_file_path, const unsigned int degree_fem, const double scaling_factor) const | ModelDG< basis > | protected |
create_mesh() | ModelDG< basis > | protected |
create_mesh(std::string mesh_path) | ModelDG< basis > | protected |
declare_parameters(lifex::ParamHandler ¶ms) const override | ModelDG< basis > | virtual |
discretize_analytical_solution(const std::shared_ptr< dealii::Function< lifex::dim >> &u_analytical, lifex::LinAlg::MPI::Vector &sol_owned) | ModelDG< basis > | protected |
discretize_analytical_solution(const std::shared_ptr< dealii::Function< lifex::dim >> &u_analytical, lifex::LinAlg::MPI::Vector &sol_owned) | ModelDG< basis > | protected |
discretize_analytical_solution(const std::shared_ptr< dealii::Function< lifex::dim >> &u_analytical, lifex::LinAlg::MPI::Vector &sol_owned) | ModelDG< basis > | protected |
dof_handler | ModelDG< basis > | protected |
dofs_per_cell | ModelDG< basis > | protected |
dub_fem_values | ModelDG< basis > | protected |
f_ex | ModelDG< basis > | protected |
g_n | ModelDG< basis > | protected |
get_dofs_per_cell() const | ModelDG< basis > | |
grad_u_ex | ModelDG< basis > | protected |
initialize_solution(lifex::LinAlg::MPI::Vector &solution_owned, lifex::LinAlg::MPI::Vector &solution) | ModelDG< basis > | protected |
linear_solver | ModelDG< basis > | protected |
make_sparsity_pattern(const DoFHandlerDG< basis > &dof, dealii::DynamicSparsityPattern &sparsity, const dealii::AffineConstraints< double > &constraints=dealii::AffineConstraints< double >(), const bool keep_constrained_dofs=true, const dealii::types::subdomain_id subdomain_id=dealii::numbers::invalid_subdomain_id) | ModelDG< basis > | protected |
matrix | ModelDG< basis > | protected |
model_name | ModelDG< basis > | protected |
ModelDG(std::string model_name) | ModelDG< basis > | inline |
ModelDG(ModelDG< basis > &ModelDG)=default | ModelDG< basis > | |
ModelDG(const ModelDG< basis > &ModelDG)=default | ModelDG< basis > | |
ModelDG(ModelDG< basis > &&ModelDG)=default | ModelDG< basis > | |
output_results(std::string output_name="solution") const | ModelDG< basis > | protectedvirtual |
parse_parameters(lifex::ParamHandler ¶ms) override | ModelDG< basis > | virtual |
preconditioner | ModelDG< basis > | protected |
prm_fe_degree | ModelDG< basis > | protected |
prm_n_refinements | ModelDG< basis > | protected |
prm_penalty_coeff | ModelDG< basis > | protected |
prm_stability_coeff | ModelDG< basis > | protected |
rhs | ModelDG< basis > | protected |
run() override | ModelDG< basis > | virtual |
scaling_factor | ModelDG< basis > | protected |
setup_system() | ModelDG< basis > | protectedvirtual |
solution | ModelDG< basis > | protected |
solution_ex | ModelDG< basis > | protected |
solution_ex_owned | ModelDG< basis > | protected |
solution_owned | ModelDG< basis > | protected |
solve_system() | ModelDG< basis > | protected |
triangulation | ModelDG< basis > | protected |
u_ex | ModelDG< basis > | protected |
~ModelDG()=default | ModelDG< basis > | virtual |