#include "DNDS/Defines.hpp"
#include "Geom/EigenTensor.hpp"
#include "Geom/PeriodicInfo.hpp"
#include <array>
#include <tuple>
Go to the source code of this file.
|
| using | DNDS::Geom::Base::t_diffOpIJK2I = std::tuple< int, std::array< int, 3 >, std::array< std::array< int, 3 >, 3 >, std::array< std::array< std::array< int, 3 >, 3 >, 3 > > |
| |
|
| template<int dim> |
| constexpr int | DNDS::Geom::Base::ndiffSizS (int i) |
| |
| template<int dim> |
| constexpr int | DNDS::Geom::Base::ndiff2order (int rows) |
| |
| template<int dim, int NDiffC> |
| constexpr t_diffOpIJK2I | DNDS::Geom::Base::__get_diffOperatorIJK2I (const std::array< std::array< int, 3 >, NDiffC > &diffOps) |
| |
| template<int dim> |
| constexpr auto & | DNDS::Geom::Base::getDiffOperatorIJK2I () |
| |
| real | DNDS::Geom::Base::iPow (int p, real x) |
| |
| template<int dim, int order> |
| constexpr int | DNDS::Geom::Base::PolynomialNDOF () |
| |
| template<class TDIBJ > |
| void | DNDS::Geom::Base::FPolynomialFill2D (TDIBJ &T, real x, real y, real z, real lx, real ly, real lz, int rows, int cols) |
| |
| template<class TDIBJ > |
| void | DNDS::Geom::Base::FPolynomialFill3D (TDIBJ &T, real x, real y, real z, real lx, real ly, real lz, int rows, int cols) |
| |
| template<int dim> |
| int | DNDS::Geom::Base::GetNDof (int maxOrder) |
| |