![]() |
deal.II version 9.7.0
|
#include <deal.II/base/config.h>#include <deal.II/base/symmetric_tensor.h>#include <deal.II/base/tensor.h>#include <deal.II/base/utilities.h>#include <deal.II/differentiation/sd/symengine_product_types.h>#include <deal.II/differentiation/sd/symengine_scalar_operations.h>#include <deal.II/differentiation/sd/symengine_tensor_operations.h>#include <deal.II/differentiation/sd/symengine_types.h>#include <deal.II/differentiation/sd/symengine_utilities.h>#include "differentiation/sd/symengine_tensor_operations.inst"Go to the source code of this file.
Namespaces | |
| namespace | Differentiation |
| namespace | Differentiation::SD |
| namespace | Differentiation::SD::internal |
Functions | |
Symbolic variable creation | |
| template<int dim> | |
| Tensor< 1, dim, Expression > | Differentiation::SD::make_vector_of_symbols (const std::string &symbol) |
| template<int rank, int dim> | |
| Tensor< rank, dim, Expression > | Differentiation::SD::make_tensor_of_symbols (const std::string &symbol) |
| template<int rank, int dim> | |
| SymmetricTensor< rank, dim, Expression > | Differentiation::SD::make_symmetric_tensor_of_symbols (const std::string &symbol) |