Tensor<0,dim> determinants[GeometryInfo<dim>::vertices_per_cell];
GeometryInfo<dim>::alternating_form_at_vertices (vertices,
- determinants);
+ determinants);
for (unsigned int v=0;v<GeometryInfo<dim>::vertices_per_cell;++v)
{
deallog << "Reference cell: " << determinants[v]
Tensor<0,dim> determinants[GeometryInfo<dim>::vertices_per_cell];
GeometryInfo<dim>::alternating_form_at_vertices (vertices,
- determinants);
+ determinants);
for (unsigned int v=0;v<GeometryInfo<dim>::vertices_per_cell;++v)
{
deallog << "Squashed cell: " << determinants[v]
Tensor<0,dim> determinants[GeometryInfo<dim>::vertices_per_cell];
GeometryInfo<dim>::alternating_form_at_vertices (vertices,
- determinants);
+ determinants);
for (unsigned int v=0;v<GeometryInfo<dim>::vertices_per_cell;++v)
{
deallog << "Squashed+rotated cell: " << determinants[v]
Tensor<0,dim> determinants[GeometryInfo<dim>::vertices_per_cell];
GeometryInfo<dim>::alternating_form_at_vertices (vertices,
- determinants);
+ determinants);
for (unsigned int v=0;v<GeometryInfo<dim>::vertices_per_cell;++v)
deallog << "Pinched cell: " << determinants[v]
<< std::endl;
Tensor<0,dim> determinants[GeometryInfo<dim>::vertices_per_cell];
GeometryInfo<dim>::alternating_form_at_vertices (vertices,
- determinants);
+ determinants);
for (unsigned int v=0;v<GeometryInfo<dim>::vertices_per_cell;++v)
deallog << "Inverted cell: " << determinants[v]
<< std::endl;