Skip to content
Snippets Groups Projects
Commit f77eba8f authored by renchao.lu's avatar renchao.lu
Browse files

[PL/Stokes] add local assembler interface.

parent ca8ac88e
No related branches found
No related tags found
No related merge requests found
/**
* \file
* \copyright
* Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#pragma once
#include "NumLib/Extrapolation/ExtrapolatableElement.h"
#include "ProcessLib/LocalAssemblerInterface.h"
namespace ProcessLib::StokesFlow
{
class StokesFlowLocalAssemblerInterface
: public ProcessLib::LocalAssemblerInterface,
public NumLib::ExtrapolatableElement
{
public:
StokesFlowLocalAssemblerInterface() = default;
};
} // namespace ProcessLib::StokesFlow
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