41 #ifndef _DOFINTERFACEBASE_HH 42 #define _DOFINTERFACEBASE_HH 44 #include <lifev/core/LifeV.hpp> 95 std::ostream&
showMe (
bool verbose =
false, std::ostream& out = std::cout )
const;
106 void set (
const ID& key,
const ID& value);
119 return M_localDofMap;
const std::map< ID, ID > & localDofMap()
Return the correspondance map.
ID getInterfaceDof(const ID &i) const
This method returns the corresponding dof number of the mesh2 at the interface for a specific dof num...
void buildInverse(const DOFInterface &dofBase)
Makes this DOFInterface to be the inverse map as the one defined by dofBase.
DOFInterface()
Default Constructor.
bool isMyInterfaceDof(const ID &i) const
This method says whether a specific dof number at the interface in mesh1 is on this processor...
virtual ~DOFInterface()
Virtual Destructor.
void updateInverseJacobian(const UInt &iQuadPt)
void set(const ID &key, const ID &value)
Set value to be associated to key.
size_t nbInterfaceDof() const
This method returns the number of dof that live on the interface.
std::map< ID, ID > M_localDofMap
STL map container which holds the connections between DOF at the interface.
std::ostream & showMe(bool verbose=false, std::ostream &out=std::cout) const
output