LifeV
|
MultiscaleCouplingFunction - The multiscale function for the couplings. More...
#include <MultiscaleCoupling.hpp>
Private Attributes | |
const multiscaleCoupling_Type * | M_coupling |
UInt | M_couplingID |
Constructors & Destructor | |
MultiscaleCouplingFunction () | |
Constructor. More... | |
MultiscaleCouplingFunction (const multiscaleCoupling_Type *coupling, const UInt &id) | |
Constructor. More... | |
virtual | ~MultiscaleCouplingFunction () |
Destructor. More... | |
Methods | |
Real | function (const Real &t, const Real &, const Real &, const Real &, const UInt &) |
Evaluate the coupling quantity. More... | |
MultiscaleCouplingFunction - The multiscale function for the couplings.
This simple class provides the implementation for the BC function used by the couplings.
Definition at line 577 of file MultiscaleCoupling.hpp.
|
inlineexplicit |
Constructor.
Definition at line 585 of file MultiscaleCoupling.hpp.
|
inlineexplicit |
Constructor.
coupling | pointer to the coupling |
id | id of the coupling variable |
Definition at line 592 of file MultiscaleCoupling.hpp.
|
inlinevirtual |
Destructor.
Definition at line 595 of file MultiscaleCoupling.hpp.
Evaluate the coupling quantity.
Definition at line 610 of file MultiscaleCoupling.hpp.
|
private |
Definition at line 622 of file MultiscaleCoupling.hpp.
|
private |
Definition at line 623 of file MultiscaleCoupling.hpp.