LifeV
|
Class for interfacing dofs between two 3D meshes. More...
#include <lifev/core/LifeV.hpp>
#include <lifev/core/mesh/MarkerDefinitions.hpp>
#include <lifev/core/fem/DOFInterface.hpp>
#include <lifev/core/fem/ReferenceFE.hpp>
#include <lifev/core/fem/DOF.hpp>
#include <lifev/core/fem/CurrentFEManifold.hpp>
#include <lifev/core/util/LifeChrono.hpp>
#include <lifev/core/array/MatrixSmall.hpp>
Go to the source code of this file.
Data Structures | |
class | DOFInterface3Dto3D |
Namespaces | |
LifeV | |
Default Physical Solver. | |
Functions | |
bool | coincide (const std::vector< Real > &p1, const std::vector< Real > &p2, const Real &tol) |
Returns true if the Points p1 and p2 are equal with respect to the tolerance tol (in norm 1) More... | |
Class for interfacing dofs between two 3D meshes.
This file contains the class which may be used to update and hold the connections between the dof on two matching meshes.
Definition in file DOFInterface3Dto3D.hpp.