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

[PL/LF] Clang format.

parent 8b900239
No related branches found
No related tags found
No related merge requests found
...@@ -14,13 +14,11 @@ ...@@ -14,13 +14,11 @@
#include <cassert> #include <cassert>
#include "MeshLib/PropertyVector.h" #include "CreateLiquidFlowMaterialProperties.h"
#include "ProcessLib/Utils/CreateLocalAssemblers.h"
#include "LiquidFlowLocalAssembler.h" #include "LiquidFlowLocalAssembler.h"
#include "LiquidFlowMaterialProperties.h" #include "LiquidFlowMaterialProperties.h"
#include "MeshLib/PropertyVector.h"
#include "CreateLiquidFlowMaterialProperties.h" #include "ProcessLib/Utils/CreateLocalAssemblers.h"
namespace ProcessLib namespace ProcessLib
{ {
...@@ -119,8 +117,8 @@ void LiquidFlowProcess::computeSecondaryVariableConcrete(const double t, ...@@ -119,8 +117,8 @@ void LiquidFlowProcess::computeSecondaryVariableConcrete(const double t,
DBUG("Compute the velocity for LiquidFlowProcess."); DBUG("Compute the velocity for LiquidFlowProcess.");
GlobalExecutor::executeSelectedMemberOnDereferenced( GlobalExecutor::executeSelectedMemberOnDereferenced(
&LiquidFlowLocalAssemblerInterface::computeSecondaryVariable, &LiquidFlowLocalAssemblerInterface::computeSecondaryVariable,
_local_assemblers, pv.getActiveElementIDs(), _local_assemblers, pv.getActiveElementIDs(), getDOFTable(process_id), t,
getDOFTable(process_id), t, x, _coupled_solutions); x, _coupled_solutions);
} }
} // namespace LiquidFlow } // namespace LiquidFlow
......
...@@ -14,13 +14,12 @@ ...@@ -14,13 +14,12 @@
#include <memory> #include <memory>
#include "LiquidFlowLocalAssembler.h"
#include "LiquidFlowMaterialProperties.h"
#include "MaterialLib/Fluid/FluidProperties/FluidProperties.h" #include "MaterialLib/Fluid/FluidProperties/FluidProperties.h"
#include "NumLib/DOF/LocalToGlobalIndexMap.h" #include "NumLib/DOF/LocalToGlobalIndexMap.h"
#include "ProcessLib/Process.h" #include "ProcessLib/Process.h"
#include "LiquidFlowLocalAssembler.h"
#include "LiquidFlowMaterialProperties.h"
namespace MeshLib namespace MeshLib
{ {
class Element; class Element;
......
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