Reference documentation for deal.II version 9.3.3
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Namespaces | Typedefs
Legacy Namespace Reference

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 >
 

Typedef Documentation

◆ DataOut

template<int dim, typename DoFHandlerType = DoFHandler<dim>>
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.

◆ DataOut_DoFData

template<typename DoFHandlerType , int patch_dim, int patch_space_dim = patch_dim>
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.

◆ DataOutFaces

template<int dim, typename DoFHandlerType = DoFHandler<dim>>
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.

◆ DataOutRotation

template<int dim, typename DoFHandlerType = DoFHandler<dim>>
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.

◆ SolutionTransfer

template<int dim, typename VectorType = Vector<double>, typename DoFHandlerType = DoFHandler<dim>>
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.