ExcAccessToUninitializedField("update_values"));
Assert (fe->is_primitive (i),
ExcShapeFunctionNotPrimitive(i));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
// if the entire FE is primitive,
// then we can take a short-cut:
ExcAccessToUninitializedField("update_values"));
Assert (component < fe->n_components(),
ExcIndexRange(component, 0, fe->n_components()));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
// check whether the shape function
ExcAccessToUninitializedField("update_gradients"));
Assert (fe->is_primitive (i),
ExcShapeFunctionNotPrimitive(i));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
// if the entire FE is primitive,
// then we can take a short-cut:
ExcAccessToUninitializedField("update_gradients"));
Assert (component < fe->n_components(),
ExcIndexRange(component, 0, fe->n_components()));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
// check whether the shape function
// is non-zero at all within
ExcAccessToUninitializedField("update_hessians"));
Assert (fe->is_primitive (i),
ExcShapeFunctionNotPrimitive(i));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
// if the entire FE is primitive,
// then we can take a short-cut:
ExcAccessToUninitializedField("update_hessians"));
Assert (component < fe->n_components(),
ExcIndexRange(component, 0, fe->n_components()));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
// check whether the shape function
// is non-zero at all within
ExcAccessToUninitializedField("update_3rd_derivatives"));
Assert (fe->is_primitive (i),
ExcShapeFunctionNotPrimitive(i));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
// if the entire FE is primitive,
// then we can take a short-cut:
ExcAccessToUninitializedField("update_3rd_derivatives"));
Assert (component < fe->n_components(),
ExcIndexRange(component, 0, fe->n_components()));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
// check whether the shape function
// is non-zero at all within
{
Assert (this->update_flags & update_quadrature_points,
ExcAccessToUninitializedField("update_quadrature_points"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.quadrature_points;
}
{
Assert (this->update_flags & update_JxW_values,
ExcAccessToUninitializedField("update_JxW_values"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.JxW_values;
}
{
Assert (this->update_flags & update_jacobians,
ExcAccessToUninitializedField("update_jacobians"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobians;
}
{
Assert (this->update_flags & update_jacobian_grads,
ExcAccessToUninitializedField("update_jacobians_grads"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_grads;
}
{
Assert (this->update_flags & update_jacobian_pushed_forward_grads,
ExcAccessToUninitializedField("update_jacobian_pushed_forward_grads"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_pushed_forward_grads[i];
}
{
Assert (this->update_flags & update_jacobian_pushed_forward_grads,
ExcAccessToUninitializedField("update_jacobian_pushed_forward_grads"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_pushed_forward_grads;
}
{
Assert (this->update_flags & update_jacobian_2nd_derivatives,
ExcAccessToUninitializedField("update_jacobian_2nd_derivatives"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_2nd_derivatives[i];
}
{
Assert (this->update_flags & update_jacobian_2nd_derivatives,
ExcAccessToUninitializedField("update_jacobian_2nd_derivatives"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_2nd_derivatives;
}
{
Assert (this->update_flags & update_jacobian_pushed_forward_2nd_derivatives,
ExcAccessToUninitializedField("update_jacobian_pushed_forward_2nd_derivatives"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_pushed_forward_2nd_derivatives[i];
}
{
Assert (this->update_flags & update_jacobian_pushed_forward_2nd_derivatives,
ExcAccessToUninitializedField("update_jacobian_pushed_forward_2nd_derivatives"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_pushed_forward_2nd_derivatives;
}
{
Assert (this->update_flags & update_jacobian_3rd_derivatives,
ExcAccessToUninitializedField("update_jacobian_3rd_derivatives"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_3rd_derivatives[i];
}
{
Assert (this->update_flags & update_jacobian_3rd_derivatives,
ExcAccessToUninitializedField("update_jacobian_3rd_derivatives"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_3rd_derivatives;
}
{
Assert (this->update_flags & update_jacobian_pushed_forward_3rd_derivatives,
ExcAccessToUninitializedField("update_jacobian_pushed_forward_3rd_derivatives"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_pushed_forward_3rd_derivatives[i];
}
{
Assert (this->update_flags & update_jacobian_pushed_forward_3rd_derivatives,
ExcAccessToUninitializedField("update_jacobian_pushed_forward_3rd_derivatives"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_pushed_forward_3rd_derivatives;
}
{
Assert (this->update_flags & update_inverse_jacobians,
ExcAccessToUninitializedField("update_inverse_jacobians"));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.inverse_jacobians;
}
ExcAccessToUninitializedField("update_quadrature_points"));
Assert (i<this->mapping_output.quadrature_points.size(),
ExcIndexRange(i, 0, this->mapping_output.quadrature_points.size()));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.quadrature_points[i];
ExcAccessToUninitializedField("update_JxW_values"));
Assert (i<this->mapping_output.JxW_values.size(),
ExcIndexRange(i, 0, this->mapping_output.JxW_values.size()));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.JxW_values[i];
ExcAccessToUninitializedField("update_jacobians"));
Assert (i<this->mapping_output.jacobians.size(),
ExcIndexRange(i, 0, this->mapping_output.jacobians.size()));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobians[i];
ExcAccessToUninitializedField("update_jacobians_grads"));
Assert (i<this->mapping_output.jacobian_grads.size(),
ExcIndexRange(i, 0, this->mapping_output.jacobian_grads.size()));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.jacobian_grads[i];
ExcAccessToUninitializedField("update_inverse_jacobians"));
Assert (i<this->mapping_output.inverse_jacobians.size(),
ExcIndexRange(i, 0, this->mapping_output.inverse_jacobians.size()));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.inverse_jacobians[i];
(typename FEValuesBase<dim,spacedim>::ExcAccessToUninitializedField("update_normal_vectors")));
Assert (i<this->mapping_output.normal_vectors.size(),
ExcIndexRange(i, 0, this->mapping_output.normal_vectors.size()));
- Assert (present_cell.get() != 0,
+ Assert (present_cell.get() != nullptr,
ExcMessage ("FEValues object is not reinit'ed to any cell"));
return this->mapping_output.normal_vectors[i];