21 #ifndef fiber_modified_helmholtz_3d_hypersingular_transformation_functor_hpp
22 #define fiber_modified_helmholtz_3d_hypersingular_transformation_functor_hpp
24 #include "../common/common.hpp"
26 #include "shape_transformation_functor_wrappers.hpp"
27 #include "scalar_function_value_functor.hpp"
28 #include "surface_curl_3d_functor.hpp"
40 template <
typename CoordinateType_>
43 ScalarFunctionValueElementaryFunctor<CoordinateType_>,
44 SurfaceCurl3dElementaryFunctor<CoordinateType_> >
47 typedef CoordinateType_ CoordinateType;