v0.14.0 |
Tensors class implemented by Walter Landry. More...
#include <cmath>
#include <complex>
#include <type_traits>
#include <array>
#include "FTensor/Layout.hpp"
#include <adolc/adolc.h>
#include <adolc/adtl.h>
#include "FTensor/Index.hpp"
#include "FTensor/Number.hpp"
#include "FTensor/promote.hpp"
#include "FTensor/Levi_Civita.hpp"
#include "FTensor/cross.hpp"
#include "FTensor/Kronecker_Delta.hpp"
#include "FTensor/Christof.hpp"
#include "FTensor/Ddg.hpp"
#include "FTensor/Dg.hpp"
#include "FTensor/Riemann.hpp"
#include "FTensor/Tensor0.hpp"
#include "FTensor/Tensor1.hpp"
#include "FTensor/Tensor2.hpp"
#include "FTensor/Tensor2_antisymmetric.hpp"
#include "FTensor/Tensor2_symmetric.hpp"
#include "FTensor/Tensor3.hpp"
#include "FTensor/Tensor3/Tensor3_contracted.hpp"
#include "FTensor/Tensor3_antisymmetric.hpp"
#include "FTensor/Tensor4.hpp"
#include "FTensor/Tensor4/Tensor4_contracted.hpp"
Go to the source code of this file.
Namespaces | |
FTensor | |
JSON compatible output. | |
Tensors class implemented by Walter Landry.
The main repository is available under link https://bitbucket.org/wlandry/ftensor. For more details look at reference [44]. See link http://www.wlandry.net/Presentations/FTensor.pdf.
Note this implementation is modified for proposes of MoFEM.
Definition in file FTensor.hpp.