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

Reformating the heat eqaution problem.

parent 4d88f6b3
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,9 @@ template< typename Mesh, ...@@ -32,9 +32,9 @@ template< typename Mesh,
typename DifferentialOperator = Operators::LinearDiffusion< Mesh, typename DifferentialOperator = Operators::LinearDiffusion< Mesh,
typename BoundaryCondition::RealType > > typename BoundaryCondition::RealType > >
class HeatEquationProblem : public PDEProblem< Mesh, class HeatEquationProblem : public PDEProblem< Mesh,
typename DifferentialOperator::RealType, typename DifferentialOperator::RealType,
typename Mesh::DeviceType, typename Mesh::DeviceType,
typename DifferentialOperator::IndexType > typename DifferentialOperator::IndexType >
{ {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment