| cell_map | SolutionTransfer< dim, VectorType, DoFHandlerType > | private |
| clear() | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| DeclExceptionMsg(ExcNotPrepared, "You are attempting an operation for which this object is " "not prepared. This may be because you either did not call " "one of the prepare_*() functions at all, or because you " "called the wrong one for the operation you are currently " "attempting.") | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| DeclExceptionMsg(ExcAlreadyPrepForRef, "You are attempting to call one of the prepare_*() functions " "of this object to prepare it for an operation for which it " "is already prepared. Specifically, the object was " "previously prepared for pure refinement.") | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| DeclExceptionMsg(ExcAlreadyPrepForCoarseAndRef, "You are attempting to call one of the prepare_*() functions " "of this object to prepare it for an operation for which it " "is already prepared. Specifically, the object was " "previously prepared for both coarsening and refinement.") | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| dof_handler | SolutionTransfer< dim, VectorType, DoFHandlerType > | private |
| dof_values_on_cell | SolutionTransfer< dim, VectorType, DoFHandlerType > | private |
| indices_on_cell | SolutionTransfer< dim, VectorType, DoFHandlerType > | private |
| interpolate(const std::vector< VectorType > &all_in, std::vector< VectorType > &all_out) const | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| interpolate(const VectorType &in, VectorType &out) const | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| memory_consumption() const | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| n_dofs_old | SolutionTransfer< dim, VectorType, DoFHandlerType > | private |
| PreparationState enum name | SolutionTransfer< dim, VectorType, DoFHandlerType > | private |
| prepare_for_coarsening_and_refinement(const std::vector< VectorType > &all_in) | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| prepare_for_coarsening_and_refinement(const VectorType &in) | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| prepare_for_pure_refinement() | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| prepared_for | SolutionTransfer< dim, VectorType, DoFHandlerType > | private |
| refine_interpolate(const VectorType &in, VectorType &out) const | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| SolutionTransfer(const DoFHandlerType &dof) | SolutionTransfer< dim, VectorType, DoFHandlerType > | |
| ~SolutionTransfer() | SolutionTransfer< dim, VectorType, DoFHandlerType > | |