24 const std::vector<double> & weights,
31 for (
const auto &normal :
normals)
34 Assert(std::abs(normal.norm() - 1.0) < 1
e-9,
48 this->
weights.push_back(weight);
49 this->
normals.push_back(normal);
67 const std::vector<Tensor<1, dim>> &
ImmersedSurfaceQuadrature()=default
#define AssertDimension(dim1, dim2)
std::vector< double > weights
SymmetricTensor< 2, dim, Number > e(const Tensor< 2, dim, Number > &F)
std::vector< Tensor< 1, dim > > normals
#define AssertIndexRange(index, range)
const Point< dim > & point(const unsigned int i) const
static ::ExceptionBase & ExcMessage(std::string arg1)
const Tensor< 1, dim > & normal_vector(const unsigned int i) const
#define Assert(cond, exc)
#define DEAL_II_NAMESPACE_CLOSE
const std::vector< Tensor< 1, dim > > & get_normal_vectors() const
std::vector< Point< dim > > quadrature_points
unsigned int size() const
void push_back(const Point< dim > &point, const double weight, const Tensor< 1, dim > &normal)
#define DEAL_II_NAMESPACE_OPEN
numbers::NumberTraits< Number >::real_type norm() const
double weight(const unsigned int i) const