20 template <
int dim,
int spacedim>
23 const std::vector<double> &weights,
30 for (
const auto &normal :
normals)
40 template <
int dim,
int spacedim>
44 this->quadrature_points.clear();
45 this->weights.clear();
46 this->normals.clear();
51 template <
int dim,
int spacedim>
58 this->quadrature_points.push_back(point);
59 this->weights.push_back(weight);
60 this->normals.push_back(normal);
67 template <
int dim,
int spacedim>
70 const unsigned int i)
const
78 template <
int dim,
int spacedim>
79 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 > &)