NuTo
Numerics Tool
MeshFemDofConvert.h
Go to the documentation of this file.
1 #pragma once
2 
4 #include <boost/optional.hpp>
5 
6 namespace NuTo
7 {
14 void AddDofInterpolation(NuTo::MeshFem* rMesh, DofType dofType,
15  boost::optional<const InterpolationSimple&> optionalInterpolation = boost::none);
16 
18 void AddDofInterpolation(NuTo::MeshFem* rMesh, DofType dofType, Group<ElementCollectionFem> elements,
19  boost::optional<const InterpolationSimple&> optionalInterpolation = boost::none);
20 
21 } /* NuTo */
contains the nodes, elements and interpolations for a classic finite element mesh ...
Definition: MeshFem.h:16
void AddDofInterpolation(NuTo::MeshFem *rMesh, DofType dofType, boost::optional< const InterpolationSimple & > optionalInterpolation=boost::none)
add a new layer of nodes for dofType
Definition: MeshFemDofConvert.cpp:213
Definition: Exception.h:6