#include <Sacado_Wrapper.h>
|
| SymTensor2 () |
|
void | init_set_dofs (SymmetricTensor< 2, dim > &tensor_double, const unsigned int nbr_total_dofs=n_dofs) |
|
void | get_tangent (SymmetricTensor< 4, dim > &Tangent, SymmetricTensor< 2, dim, Sacado::Fad::DFad< DFadType > > &sigma) |
|
void | get_tangent (SymmetricTensor< 2, dim > &Tangent, Sacado::Fad::DFad< DFadType > &argument) |
|
void | get_tangent (SymmetricTensor< 2, dim, Sacado::Fad::DFad< DFadType > > &Tangent, Sacado::Fad::DFad< DFadType > &argument) |
|
void | get_curvature (SymmetricTensor< 4, dim > &Curvature, Sacado::Fad::DFad< DFadType > &argument) |
|
|
static const unsigned int | n_dofs = ((dim==2)?3:6) |
|
◆ SymTensor2()
std::map< unsigned int, std::pair< unsigned int, unsigned int > > std_map_indicies
Definition: Sacado_Wrapper.h:202
◆ get_curvature()
291 for(
unsigned int x=0;x<
n_dofs;++x)
292 for(
unsigned int y=0;y<
n_dofs;++y)
299 double deriv = argument.dx(x).dx(y);
302 Curvature[i][j][k][l] = 0.25* deriv;
305 Curvature[i][j][k][l] = 0.5*deriv;
306 Curvature[i][j][l][k] = 0.5*deriv;
309 Curvature[i][j][k][l] = deriv;
std::map< unsigned int, std::pair< unsigned int, unsigned int > > std_map_indicies
Definition: Sacado_Wrapper.h:202
static const unsigned int n_dofs
Definition: Sacado_Wrapper.h:205
◆ get_tangent() [1/3]
Referenced by Sacado_Wrapper::DoFs_summary< dim >::get_curvature().
254 for(
unsigned int x=0;x<
n_dofs;++x)
255 for(
unsigned int y=0;y<
n_dofs;++y)
263 Tangent[i][j][k][l] = 0.5 * argument[k][l].dx(y).val();
265 Tangent[i][j][k][l] = argument[k][l].dx(y).val();
std::map< unsigned int, std::pair< unsigned int, unsigned int > > std_map_indicies
Definition: Sacado_Wrapper.h:202
static const unsigned int n_dofs
Definition: Sacado_Wrapper.h:205
◆ get_tangent() [2/3]
240 for (
unsigned int x=0; x<
n_dofs; ++x )
245 Tangent[i][j] = 0.5 * argument.dx(x).val();
247 Tangent[i][j] = argument.dx(x).val();
std::map< unsigned int, std::pair< unsigned int, unsigned int > > std_map_indicies
Definition: Sacado_Wrapper.h:202
static const unsigned int n_dofs
Definition: Sacado_Wrapper.h:205
◆ get_tangent() [3/3]
276 for (
unsigned int x=0; x<
n_dofs; ++x )
281 Tangent[i][j] = 0.5 * argument.dx(x);
283 Tangent[i][j] = argument.dx(x);
std::map< unsigned int, std::pair< unsigned int, unsigned int > > std_map_indicies
Definition: Sacado_Wrapper.h:202
static const unsigned int n_dofs
Definition: Sacado_Wrapper.h:205
◆ init_set_dofs()
Referenced by Sacado_Wrapper::DoFs_summary< dim >::init_set_dofs().
227 for (
unsigned int x=0; x<
n_dofs; ++x )
231 ((*this)[i][j]).diff( x, nbr_total_dofs);
232 ((*this)[i][j]).val() =
fad_double(nbr_total_dofs, x, tensor_double[i][j]);
std::map< unsigned int, std::pair< unsigned int, unsigned int > > std_map_indicies
Definition: Sacado_Wrapper.h:202
static const unsigned int n_dofs
Definition: Sacado_Wrapper.h:205
Sacado::Fad::DFad< double > fad_double
Definition: Sacado_Wrapper.h:18
◆ n_dofs
◆ start_index
◆ std_map_indicies
The documentation for this class was generated from the following file: