- Copyright
- Copyright (c) 2012-2024, OpenGeoSys Community (http://www.opengeosys.org) Distributed under a Modified BSD License. See accompanying file LICENSE.txt or http://www.opengeosys.org/project/license
Definition in file LocalDOF.h.
#include <boost/mp11.hpp>
#include "NumLib/Fem/ShapeMatrixPolicy.h"
Go to the source code of this file.
|
template<typename... Ns_t, typename ElementDOFVector , int... Offsets, int... Sizes> |
auto | NumLib::detail::localDOFImpl (ElementDOFVector const &x, boost::mp11::mp_list_c< int, Offsets... >, boost::mp11::mp_list_c< int, Sizes... >) |
|
template<typename... Ns_t, typename ElementDOFVector > |
auto | NumLib::localDOF (ElementDOFVector const &x) |
|