IgANet
IgANets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
iganet::FunctionSpaceType Concept Reference

Concept to identify template parameters that are derived from iganet::details::FunctionSpaceType. More...

#include </home/runner/work/iganet/iganet/include/functionspace.hpp>

Concept definition

template<typename T>
concept iganet::FunctionSpaceType = std::is_base_of_v<detail::FunctionSpaceType, T>
Concept to identify template parameters that are derived from iganet::details::FunctionSpaceType.
Definition functionspace.hpp:3117

Detailed Description

Concept to identify template parameters that are derived from iganet::details::FunctionSpaceType.