const unsigned int codim) const
{
Assert(codim <= dim, ExcImpossibleInDim(dim));
- (void)codim;
// vertex/line/face/cell domination
// --------------------------------
FullMatrix<double> &interpolation_matrix,
const unsigned int face_no) const
{
- (void)x_source_fe;
- (void)face_no;
-
Assert(interpolation_matrix.n() == this->n_dofs_per_face(face_no),
ExcDimensionMismatch(interpolation_matrix.n(),
this->n_dofs_per_face(face_no)));
const unsigned int codim) const
{
Assert(codim <= dim, ExcImpossibleInDim(dim));
- (void)codim;
// vertex/line/face/cell domination
// --------------------------------
v_in(k) = this->poly_space.compute_value(i, p);
}
const double result = H.least_squares(v_out, v_in);
- (void)result;
Assert(result < 1e-12, FETools::ExcLeastSquaresError(result));
for (unsigned int j = 0; j < source_fe->n_dofs_per_face(face_no); ++j)