21 #ifndef __MULTI_MESH_SUB_SPACE_H 22 #define __MULTI_MESH_SUB_SPACE_H 25 #include "MultiMeshFunctionSpace.h" 48 std::size_t component);
52 std::size_t component, std::size_t sub_component);
56 const std::vector<std::size_t>& component);
62 const std::vector<std::size_t>& component);
MultiMeshSubSpace(MultiMeshFunctionSpace &V, std::size_t component)
Create subspace for given component (one level)
Definition: MultiMeshSubSpace.cpp:29
Definition: MultiMeshFunctionSpace.h:47
Definition: MultiMeshSubSpace.h:42