Namespaces | Typedefs | Functions

utTensorUtils.cpp File Reference

#include <ctime>
#include <Intrepid_MiniTensor.h>
#include "Intrepid_FieldContainer.hpp"
#include "Sacado.hpp"
#include "Teuchos_UnitTestHarness.hpp"
Include dependency graph for utTensorUtils.cpp:

Go to the source code of this file.

Namespaces

namespace  Intrepid

Typedefs

typedef double ScalarT

Functions

 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, Initialization)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, VectorAddition)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, VectorSubtraction)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, VectorScalarMultipliaction)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, TensorInstantiation)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, TensorAddition)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, Inverse)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, TensorManipulation)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, Exponential)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, SymmetricEigen)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, LeftPolarDecomposition)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, LogRotation)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, BakerCampbellHausdorff)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, PolarLeftLog)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, VolumetricDeviatoric)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, SVD2x2)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, SVD3x3)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, SymmetricEigen2x2)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, SymmetricEigen3x3)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, Inverse4x4)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, Polar3x3)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, SVD3x3Fad)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, Cholesky)
 Intrepid::TEUCHOS_UNIT_TEST (MiniTensor, MechanicsTransforms)

Typedef Documentation

typedef double ScalarT

Definition at line 17 of file utTensorUtils.cpp.