Reference documentation for deal.II version GIT relicensing-233-g802318d791 2024-03-28 20:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
tensor_product_manifold.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/point.h>
#include <deal.II/base/subscriptor.h>
#include <deal.II/base/utilities.h>
#include <deal.II/grid/manifold.h>
#include <memory>

Go to the source code of this file.

Classes

class  TensorProductManifold< dim, dim_A, spacedim_A, chartdim_A, dim_B, spacedim_B, chartdim_B >
 Tensor product manifold of two ChartManifolds. More...
 

Namespaces

namespace  internal
 
namespace  internal::TensorProductManifoldImplementation
 

Functions

template<int dim1, int dim2>
Tensor< 1, dim1+dim2 > internal::TensorProductManifoldImplementation::concat (const Tensor< 1, dim1 > &p1, const Tensor< 1, dim2 > &p2)
 
template<int dim1, int dim2>
Point< dim1+dim2 > internal::TensorProductManifoldImplementation::concat (const Point< dim1 > &p1, const Point< dim2 > &p2)
 
template<int dim1, int dim2>
void internal::TensorProductManifoldImplementation::split_point (const Point< dim1+dim2 > &source, Point< dim1 > &p1, Point< dim2 > &p2)