Reference documentation for deal.II version 8.4.2
SolutionTransfer< dim, VectorType, DoFHandlerType > Member List

This is the complete list of members for SolutionTransfer< dim, VectorType, DoFHandlerType >, including all inherited members.

cell_mapSolutionTransfer< 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_handlerSolutionTransfer< dim, VectorType, DoFHandlerType >private
dof_values_on_cellSolutionTransfer< dim, VectorType, DoFHandlerType >private
indices_on_cellSolutionTransfer< dim, VectorType, DoFHandlerType >private
interpolate(const std::vector< VectorType > &all_in, std::vector< VectorType > &all_out) constSolutionTransfer< dim, VectorType, DoFHandlerType >
interpolate(const VectorType &in, VectorType &out) constSolutionTransfer< dim, VectorType, DoFHandlerType >
memory_consumption() constSolutionTransfer< dim, VectorType, DoFHandlerType >
n_dofs_oldSolutionTransfer< dim, VectorType, DoFHandlerType >private
PreparationState enum nameSolutionTransfer< 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_forSolutionTransfer< dim, VectorType, DoFHandlerType >private
refine_interpolate(const VectorType &in, VectorType &out) constSolutionTransfer< dim, VectorType, DoFHandlerType >
SolutionTransfer(const DoFHandlerType &dof)SolutionTransfer< dim, VectorType, DoFHandlerType >
~SolutionTransfer()SolutionTransfer< dim, VectorType, DoFHandlerType >