
Public Member Functions | |
| TensorField (const std::string &t_name, const Space *t_spaceField) | |
| TensorField (const std::string &t_name, const Space *t_spaceField, const std::vector< const Space *> &spaces) | |
| template<class ... Args> | |
| Expr | operator() (Args &&...args) |
| template<class ... Args> | |
| Expr | operator() (const std::vector< int > &indices, Args &&...args) |
| template<class ... Args> | |
| Expr | operator() (const std::vector< Index > &indices, Args &&...args) |
1.8.13