![]() |
Reference documentation for deal.II version 9.5.0
|
This is the complete list of members for Multigrid< VectorType >, including all inherited members.
| check_no_subscribers() const noexcept | Subscriptor | private |
| coarse | Multigrid< VectorType > | private |
| connect_coarse_solve(const std::function< void(const bool, const unsigned int)> &slot) | Multigrid< VectorType > | |
| connect_edge_prolongation(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_residual_step(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 > | |
| const_vector_type typedef | Multigrid< VectorType > | |
| counter | Subscriptor | mutableprivate |
| counter_map | Subscriptor | mutableprivate |
| cycle() | Multigrid< VectorType > | |
| Cycle enum name | Multigrid< VectorType > | |
| cycle_type | 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 | |
| map_iterator typedef | Subscriptor | private |
| map_value_type typedef | Subscriptor | private |
| matrix | Multigrid< VectorType > | private |
| maxlevel | Multigrid< VectorType > | private |
| minlevel | Multigrid< VectorType > | private |
| 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 > | |
| mutex | Subscriptor | privatestatic |
| n_subscriptions() const | Subscriptor | inline |
| object_info | Subscriptor | mutableprivate |
| operator=(const Subscriptor &) | Subscriptor | inline |
| operator=(Subscriptor &&) noexcept | Subscriptor | |
| post_smooth | Multigrid< VectorType > | private |
| pre_smooth | Multigrid< VectorType > | private |
| PreconditionMG | Multigrid< VectorType > | friend |
| 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_edge_flux_matrices(const MGMatrixBase< VectorType > &edge_down, const MGMatrixBase< VectorType > &edge_up) | Multigrid< VectorType > | |
| set_edge_in_matrix(const MGMatrixBase< VectorType > &edge_in) | 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 > | |
| validity_pointers | Subscriptor | mutableprivate |
| vcycle() | Multigrid< VectorType > | |
| vector_type typedef | Multigrid< VectorType > | |
| w_cycle enum value | Multigrid< VectorType > | |
| ~Subscriptor() | Subscriptor | virtual |