Reference documentation for deal.II version 9.4.1
\(\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\}}\)
Loading...
Searching...
No Matches
Namespaces | Typedefs
Legacy Namespace Reference

Namespaces

namespace  Functions
 
namespace  parallel
 

Typedefs

template<int dim, typename DoFHandlerType = DoFHandler<dim>>
using DataOut = ::DataOut< dim, DoFHandlerType::space_dimension >
 
template<typename DoFHandlerType , int patch_dim, int patch_space_dim = patch_dim>
using DataOut_DoFData = ::DataOut_DoFData< DoFHandlerType::dimension, patch_dim, DoFHandlerType::space_dimension, patch_space_dim >
 
template<int dim, typename DoFHandlerType = DoFHandler<dim>>
using DataOutFaces = ::DataOutFaces< dim, DoFHandlerType::space_dimension >
 
template<int dim, typename DoFHandlerType = DoFHandler<dim>>
using DataOutRotation = ::DataOutRotation< dim, DoFHandlerType::space_dimension >
 
template<int dim, typename VectorType = Vector<double>, typename DoFHandlerType = DoFHandler<dim>>
using SolutionTransfer = ::SolutionTransfer< dim, VectorType, DoFHandlerType::space_dimension >
 

Typedef Documentation

◆ DataOut

template<int dim, typename DoFHandlerType = DoFHandler<dim>>
using Legacy::DataOut = typedef ::DataOut<dim, DoFHandlerType::space_dimension>
Deprecated:
Use DataOut without the DoFHandlerType template instead.

Definition at line 461 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::dimension, patch_dim, DoFHandlerType::space_dimension, patch_space_dim>
Deprecated:
Use DataOut_DoFData without the DoFHandlerType template instead.

Definition at line 1268 of file data_out_dof_data.h.

◆ DataOutFaces

template<int dim, typename DoFHandlerType = DoFHandler<dim>>
using Legacy::DataOutFaces = typedef ::DataOutFaces<dim, DoFHandlerType::space_dimension>
Deprecated:
Use DataOutFaces without the DoFHandlerType template instead.

Definition at line 253 of file data_out_faces.h.

◆ DataOutRotation

template<int dim, typename DoFHandlerType = DoFHandler<dim>>
using Legacy::DataOutRotation = typedef ::DataOutRotation<dim, DoFHandlerType::space_dimension>
Deprecated:
Use DataOutRotation without the DoFHandlerType template instead.

Definition at line 212 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::space_dimension>
Deprecated:
Use SolutionTransfer without the DoFHandlerType template instead.

Definition at line 578 of file solution_transfer.h.