|
#include <utility>
#include "Mercury3D.h"
#include "../Coupling/BaseCoupling.h"
#include "generic.h"
#include "Oomph/RefineableQDPVDElement.h"
#include "Oomph/SolidProblem.h"
#include "ScaleCoupledElement.h"
Go to the source code of this file.
Classes | |
class | ScaleCoupling< M, O > |
struct | ScaleCoupling< M, O >::CoupledElement |
Stores properties of a coupled element: pointer to the element and list of particles coupled to it. More... | |
struct | ScaleCoupling< M, O >::CoupledParticle |
For all particles, stores coupling properties: coupling force, pointer to coupled element and location in coupled element. More... | |