24 template <
int dim,
int spacedim>
27 const std::vector<double> &weights,
34 for (
const auto &normal :
normals)
44 template <
int dim,
int spacedim>
48 this->quadrature_points.clear();
49 this->weights.clear();
50 this->normals.clear();
55 template <
int dim,
int spacedim>
62 this->quadrature_points.push_back(point);
63 this->weights.push_back(weight);
64 this->normals.push_back(normal);
71 template <
int dim,
int spacedim>
74 const unsigned int i)
const
82 template <
int dim,
int spacedim>
83 const std::vector<Tensor<1, spacedim>> &
std::vector< Tensor< 1, spacedim > > normals
void push_back(const Point< dim > &point, const double weight, const Tensor< 1, spacedim > &normal)
const Tensor< 1, spacedim > & normal_vector(const unsigned int i) const
const std::vector< Tensor< 1, spacedim > > & get_normal_vectors() const
ImmersedSurfaceQuadrature()=default
numbers::NumberTraits< Number >::real_type norm() const
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
#define Assert(cond, exc)
#define AssertDimension(dim1, dim2)
#define AssertIndexRange(index, range)
static ::ExceptionBase & ExcMessage(std::string arg1)
::VectorizedArray< Number, width > abs(const ::VectorizedArray< Number, width > &)