Skip to content
Snippets Groups Projects
Commit c3b003a3 authored by Tom Fischer's avatar Tom Fischer
Browse files

[PL/HT] Constants for index and size of loc. mats.

parent 4e4ce2c3
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,12 @@ public:
return this->getIntPtDarcyVelocityLocal(t, local_p, local_x, cache);
}
private:
using HTFEM<ShapeFunction, IntegrationMethod, GlobalDim>::pressure_index;
using HTFEM<ShapeFunction, IntegrationMethod, GlobalDim>::pressure_size;
using HTFEM<ShapeFunction, IntegrationMethod, GlobalDim>::temperature_index;
using HTFEM<ShapeFunction, IntegrationMethod, GlobalDim>::temperature_size;
};
} // namespace HT
......
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