Reference documentation for deal.II version 9.1.1
|
This is the complete list of members for Multigrid< VectorType >, including all inherited members.
coarse | Multigrid< VectorType > | private |
connect_coarse_solve(const std::function< void(const bool, const unsigned int)> &slot) | Multigrid< VectorType > | |
connect_post_smoother_step(const std::function< void(const bool, const unsigned int)> &slot) | Multigrid< VectorType > | |
connect_pre_smoother_step(const std::function< void(const bool, const unsigned int)> &slot) | Multigrid< VectorType > | |
connect_prolongation(const std::function< void(const bool, const unsigned int)> &slot) | Multigrid< VectorType > | |
connect_restriction(const std::function< void(const bool, const unsigned int)> &slot) | Multigrid< VectorType > | |
Cycle enum name | Multigrid< VectorType > | |
cycle() | Multigrid< VectorType > | |
cycle_type | Multigrid< VectorType > | private |
debug | Multigrid< VectorType > | private |
defect | Multigrid< VectorType > | |
defect2 | Multigrid< VectorType > | private |
edge_down | Multigrid< VectorType > | private |
edge_in | Multigrid< VectorType > | private |
edge_out | Multigrid< VectorType > | private |
edge_up | Multigrid< VectorType > | private |
ExcInUse(int arg1, std::string arg2, std::string arg3) | Subscriptor | static |
ExcNoSubscriber(std::string arg1, std::string arg2) | Subscriptor | static |
f_cycle enum value | Multigrid< VectorType > | |
get_maxlevel() const | Multigrid< VectorType > | |
get_minlevel() const | Multigrid< VectorType > | |
level_step(const unsigned int level, Cycle cycle) | Multigrid< VectorType > | private |
level_v_step(const unsigned int level) | Multigrid< VectorType > | private |
list_subscribers(StreamType &stream) const | Subscriptor | inline |
list_subscribers() const | Subscriptor | |
matrix | Multigrid< VectorType > | private |
maxlevel | Multigrid< VectorType > | private |
minlevel | Multigrid< VectorType > | private |
Multigrid(const DoFHandler< dim > &mg_dof_handler, const MGMatrixBase< VectorType > &matrix, const MGCoarseGridBase< VectorType > &coarse, const MGTransferBase< VectorType > &transfer, const MGSmootherBase< VectorType > &pre_smooth, const MGSmootherBase< VectorType > &post_smooth, const unsigned int minlevel=0, const unsigned int maxlevel=numbers::invalid_unsigned_int, Cycle cycle=v_cycle) | Multigrid< VectorType > | |
Multigrid(const MGMatrixBase< VectorType > &matrix, const MGCoarseGridBase< VectorType > &coarse, const MGTransferBase< VectorType > &transfer, const MGSmootherBase< VectorType > &pre_smooth, const MGSmootherBase< VectorType > &post_smooth, const unsigned int minlevel=0, const unsigned int maxlevel=numbers::invalid_unsigned_int, Cycle cycle=v_cycle) | Multigrid< VectorType > | |
n_subscriptions() const | Subscriptor | inline |
operator=(const Subscriptor &) | Subscriptor | inline |
operator=(Subscriptor &&) noexcept | Subscriptor | |
post_smooth | Multigrid< VectorType > | private |
pre_smooth | Multigrid< VectorType > | private |
reinit(const unsigned int minlevel, const unsigned int maxlevel) | Multigrid< VectorType > | |
serialize(Archive &ar, const unsigned int version) | Subscriptor | inline |
set_cycle(Cycle) | Multigrid< VectorType > | |
set_debug(const unsigned int) | Multigrid< VectorType > | |
set_edge_flux_matrices(const MGMatrixBase< VectorType > &edge_down, const MGMatrixBase< VectorType > &edge_up) | Multigrid< VectorType > | |
set_edge_matrices(const MGMatrixBase< VectorType > &edge_out, const MGMatrixBase< VectorType > &edge_in) | Multigrid< VectorType > | |
set_maxlevel(const unsigned int) | Multigrid< VectorType > | |
set_minlevel(const unsigned int level, bool relative=false) | Multigrid< VectorType > | |
signals | Multigrid< VectorType > | private |
solution | Multigrid< VectorType > | |
subscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | Subscriptor | |
Subscriptor() | Subscriptor | inline |
Subscriptor(const Subscriptor &) | Subscriptor | inline |
Subscriptor(Subscriptor &&) noexcept | Subscriptor | |
t | Multigrid< VectorType > | private |
transfer | Multigrid< VectorType > | private |
unsubscribe(std::atomic< bool > *const validity, const std::string &identifier="") const | Subscriptor | |
v_cycle enum value | Multigrid< VectorType > | |
vcycle() | Multigrid< VectorType > | |
w_cycle enum value | Multigrid< VectorType > | |
~Subscriptor() | Subscriptor | virtual |