Skip to content
Snippets Groups Projects
Commit bf6ef8c7 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Implementing heat equation benchmark.

parent b406555a
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
#pragma once
#include <mesh/grids/tnlBoundaryGridEntityChecker.h>
#include <mesh/grids/tnlGridEntityCenterGetter.h>
#include "TestGridEntityCenterGetter.h"
#include <mesh/grids/tnlGridEntityMeasureGetter.h>
#include "TestGridEntity.h"
......@@ -469,7 +469,7 @@ typename tnlGrid< Dimensions, Real, Device, Index >::VertexType
TestGridEntity< tnlGrid< Dimensions, Real, Device, Index >, Dimensions, Config >::
getCenter() const
{
return tnlGridEntityCenterGetter< ThisType >::getEntityCenter( *this );
return TestGridEntityCenterGetter< ThisType >::getEntityCenter( *this );
}
template< int Dimensions,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment