LifeV
|
Class for connecting the dof of a mesh (3D) and an interface (2D) that lives on the boundary of the mesh. More...
#include <fstream>
#include <lifev/core/LifeV.hpp>
#include <lifev/core/fem/DOFInterface.hpp>
#include <lifev/core/fem/DOFLocalPattern.hpp>
#include <lifev/core/fem/DOF.hpp>
#include <lifev/core/mesh/MarkerDefinitions.hpp>
Go to the source code of this file.
Data Structures | |
class | DOFInterface3Dto2D |
Namespaces | |
LifeV | |
Default Physical Solver. | |
Functions | |
void | RemoveMultiple (const std::list< ID > &list0, std::list< std::pair< ID, ID > > &listf) |
useful function to sort a list and remove multiple numbers. More... | |
Class for connecting the dof of a mesh (3D) and an interface (2D) that lives on the boundary of the mesh.
This file contains the class which may be used to update and hold the connections between the dof of a mesh (3D) and an interface (2D) that lives on the boundary of the mesh. The interface is referenced by a flag.
Definition in file DOFInterface3Dto2D.hpp.