Bembel
 
Loading...
Searching...
No Matches
SurfacePoint.hpp
1// This file is part of Bembel, the higher order C++ boundary element library.
2//
3// Copyright (C) 2022 see <http://www.bembel.eu>
4//
5// It was written as part of a cooperation of J. Doelz, H. Harbrecht, S. Kurz,
6// M. Multerer, S. Schoeps, and F. Wolf at Technische Universitaet Darmstadt,
7// Universitaet Basel, and Universita della Svizzera italiana, Lugano. This
8// source code is subject to the GNU General Public License version 3 and
9// provided WITHOUT ANY WARRANTY, see <http://www.bembel.eu> for further
10// information.
11//
12#ifndef BEMBEL_SRC_GEOMETRY_SURFACEPOINT_HPP_
13#define BEMBEL_SRC_GEOMETRY_SURFACEPOINT_HPP_
14#include <Eigen/StdVector>
42typedef Eigen::Matrix<double, 12, 1> SurfacePoint;
43
49typedef std::vector<SurfacePoint, Eigen::aligned_allocator<SurfacePoint>>
51
52#endif // BEMBEL_SRC_GEOMETRY_SURFACEPOINT_HPP_
53
Eigen::Matrix< double, 12, 1 > SurfacePoint
typedef of SurfacePoint
std::vector< SurfacePoint, Eigen::aligned_allocator< SurfacePoint > > ElementSurfacePoints
typedef std::vector<SurfacePoint> with aligned allocator of Eigen for compatibility with older compil...