PLaSK library
Loading...
Searching...
No Matches
rectangular_masked.hpp File Reference
#include <type_traits>
#include "rectangular_masked2d.hpp"
#include "rectangular_masked3d.hpp"
Include dependency graph for rectangular_masked.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 

Typedefs

template<int DIM>
using plask::RectangularMaskedMesh = typename std::conditional< DIM==2, RectangularMaskedMesh2D, typename std::conditional< DIM==3, RectangularMaskedMesh3D, void >::type >::type