Reference documentation for deal.II version 9.3.3
|
Namespaces | |
namespace | Functions |
namespace | parallel |
Typedefs | |
template<int dim, typename DoFHandlerType = DoFHandler<dim>> | |
using | DataOut = ::DataOut< dim, DoFHandlerType > |
template<typename DoFHandlerType , int patch_dim, int patch_space_dim = patch_dim> | |
using | DataOut_DoFData = ::DataOut_DoFData< DoFHandlerType, patch_dim, patch_space_dim > |
template<int dim, typename DoFHandlerType = DoFHandler<dim>> | |
using | DataOutFaces = ::DataOutFaces< dim, DoFHandlerType > |
template<int dim, typename DoFHandlerType = DoFHandler<dim>> | |
using | DataOutRotation = ::DataOutRotation< dim, DoFHandlerType > |
template<int dim, typename VectorType = Vector<double>, typename DoFHandlerType = DoFHandler<dim>> | |
using | SolutionTransfer = ::SolutionTransfer< dim, VectorType, DoFHandlerType > |
using Legacy::DataOut = typedef ::DataOut<dim, DoFHandlerType> |
The template arguments of the original DataOut class will change in a future release. If for some reason, you need a code that is compatible with deal.II 9.3 and the subsequent release, use this alias instead.
Definition at line 528 of file data_out.h.
using Legacy::DataOut_DoFData = typedef ::DataOut_DoFData<DoFHandlerType, patch_dim, patch_space_dim> |
The template arguments of the original DataOut_DoFData class will change in a future release. If for some reason, you need a code that is compatible with deal.II 9.3 and the subsequent release, use this alias instead.
Definition at line 1257 of file data_out_dof_data.h.
using Legacy::DataOutFaces = typedef ::DataOutFaces<dim, DoFHandlerType> |
The template arguments of the original DataOutFaces class will change in a future release. If for some reason, you need a code that is compatible with deal.II 9.3 and the subsequent release, use this alias instead.
Definition at line 262 of file data_out_faces.h.
using Legacy::DataOutRotation = typedef ::DataOutRotation<dim, DoFHandlerType> |
The template arguments of the original DataOutRotation class will change in a future release. If for some reason, you need a code that is compatible with deal.II 9.3 and the subsequent release, use this alias instead.
Definition at line 227 of file data_out_rotation.h.
using Legacy::SolutionTransfer = typedef ::SolutionTransfer<dim, VectorType, DoFHandlerType> |
The template arguments of the original SolutionTransfer class will change in a future release. If for some reason, you need a code that is compatible with deal.II 9.3 and the subsequent release, use this alias instead.
Definition at line 588 of file solution_transfer.h.