PLaSK library
Loading...
Searching...
No Matches
translation_container.cpp File Reference
#include "translation_container.hpp"
#include <cstdlib>
Include dependency graph for translation_container.cpp:

Go to the source code of this file.

Namespaces

namespace  plask
 Patterson quadrature for complex function along specified line.
 

Macros

#define PLASK_TRANSLATIONCONTAINER2D_NAME   ("container" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_2D)
 
#define PLASK_TRANSLATIONCONTAINER3D_NAME   ("container" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_3D)
 

Functions

template<int dim>
shared_ptr< GeometryObjectplask::read_TranslationContainer (GeometryReader &reader)
 

Variables

template struct PLASK_API plask::TranslationContainer< 2 >
 
template struct PLASK_API plask::TranslationContainer< 3 >
 

Macro Definition Documentation

◆ PLASK_TRANSLATIONCONTAINER2D_NAME

#define PLASK_TRANSLATIONCONTAINER2D_NAME   ("container" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_2D)

Definition at line 18 of file translation_container.cpp.

◆ PLASK_TRANSLATIONCONTAINER3D_NAME

#define PLASK_TRANSLATIONCONTAINER3D_NAME   ("container" PLASK_GEOMETRY_TYPE_NAME_SUFFIX_3D)

Definition at line 19 of file translation_container.cpp.