Skip to content
Snippets Groups Projects
Commit 34f4e762 authored by Timo Koch's avatar Timo Koch
Browse files

Merge branch 'cleanup/pmflow-veloutput' into 'master'

[pmflow][velocity][cleanup] Remove unused aliases

See merge request !3219
parents e14824df c5ef3fe1
No related branches found
No related tags found
1 merge request!3219[pmflow][velocity][cleanup] Remove unused aliases
Checking pipeline status
......@@ -46,8 +46,6 @@ class PorousMediumFlowVelocityOutput : public VelocityOutput<GridVariables>
using ParentType = VelocityOutput<GridVariables>;
using GridGeometry = typename GridVariables::GridGeometry;
using FVElementGeometry = typename GridGeometry::LocalView;
using SubControlVolume = typename GridGeometry::SubControlVolume;
using SubControlVolumeFace = typename GridGeometry::SubControlVolumeFace;
using GridView = typename GridGeometry::GridView;
using Element = typename GridView::template Codim<0>::Entity;
using GridVolumeVariables = typename GridVariables::GridVolumeVariables;
......@@ -55,16 +53,7 @@ class PorousMediumFlowVelocityOutput : public VelocityOutput<GridVariables>
using VolumeVariables = typename GridVariables::VolumeVariables;
using ElementVolumeVariables = typename GridVolumeVariables::LocalView;
using FluidSystem = typename VolumeVariables::FluidSystem;
using Scalar = typename GridVariables::Scalar;
static constexpr int dim = GridView::dimension;
static constexpr int dimWorld = GridView::dimensionworld;
static constexpr bool isBox = GridGeometry::discMethod == DiscretizationMethods::box;
static constexpr int dofCodim = isBox ? dim : 0;
using GlobalPosition = typename Element::Geometry::GlobalCoordinate;
using Problem = typename GridVolumeVariables::Problem;
using VelocityBackend = PorousMediumFlowVelocity<GridVariables, FluxVariables>;
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