Reference documentation for deal.II version 9.5.0
\(\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
Functions
tensor.cc File Reference
#include <deal.II/base/array_view.h>
#include <deal.II/base/tensor.h>
#include <deal.II/lac/exceptions.h>
#include <deal.II/lac/lapack_templates.h>
#include <array>

Go to the source code of this file.

Functions

template<int dim, typename Number >
Tensor< 2, dim, Number > project_onto_orthogonal_tensors (const Tensor< 2, dim, Number > &A)
 
template Tensor< 2, 1, float > project_onto_orthogonal_tensors (const Tensor< 2, 1, float > &)
 
template Tensor< 2, 2, float > project_onto_orthogonal_tensors (const Tensor< 2, 2, float > &)
 
template Tensor< 2, 3, float > project_onto_orthogonal_tensors (const Tensor< 2, 3, float > &)
 
template Tensor< 2, 1, double > project_onto_orthogonal_tensors (const Tensor< 2, 1, double > &)
 
template Tensor< 2, 2, double > project_onto_orthogonal_tensors (const Tensor< 2, 2, double > &)
 
template Tensor< 2, 3, double > project_onto_orthogonal_tensors (const Tensor< 2, 3, double > &)
 

Function Documentation

◆ project_onto_orthogonal_tensors() [1/7]

template<int dim, typename Number >
Tensor< 2, dim, Number > project_onto_orthogonal_tensors ( const Tensor< 2, dim, Number > &  A)

Definition at line 82 of file tensor.cc.

◆ project_onto_orthogonal_tensors() [2/7]

template Tensor< 2, 1, float > project_onto_orthogonal_tensors ( const Tensor< 2, 1, float > &  )

◆ project_onto_orthogonal_tensors() [3/7]

template Tensor< 2, 2, float > project_onto_orthogonal_tensors ( const Tensor< 2, 2, float > &  )

◆ project_onto_orthogonal_tensors() [4/7]

template Tensor< 2, 3, float > project_onto_orthogonal_tensors ( const Tensor< 2, 3, float > &  )

◆ project_onto_orthogonal_tensors() [5/7]

template Tensor< 2, 1, double > project_onto_orthogonal_tensors ( const Tensor< 2, 1, double > &  )

◆ project_onto_orthogonal_tensors() [6/7]

template Tensor< 2, 2, double > project_onto_orthogonal_tensors ( const Tensor< 2, 2, double > &  )

◆ project_onto_orthogonal_tensors() [7/7]

template Tensor< 2, 3, double > project_onto_orthogonal_tensors ( const Tensor< 2, 3, double > &  )