ScaleCoupledSolid.h
Go to the documentation of this file.
1 // This file is part of the MercuryDPM project (https://www.mercurydpm.org).
2 // Copyright (c), The MercuryDPM Developers Team. All rights reserved.
3 // License: BSD 3-Clause License; see the LICENSE file in the root directory.
4 
5 #include "Mercury3D.h"
6 #include "Oomph/SolidProblem.h"
7 #include "ScaleCoupling.h"
8 
9 template<class ELEMENT>
10 class ScaleCoupledSolid : public ScaleCoupling<Mercury3D,SolidProblem<ScaleCoupledElement<ELEMENT>>> {};
Definition: ScaleCoupledSolid.h:10
Definition: ScaleCoupling.h:19