Mundy: Multibody Nonlocal Dynamics Version of the Day
Loading...
Searching...
No Matches
Component.hpp File Reference

Classes

class  mundy::mesh::TaggedComponent< Tag, ComponentType >
 A small helper type for tying a Tag to an underlying component. More...
class  mundy::mesh::NgpTaggedComponent< Tag, NgpComponentType >
 A small helper type for tying a Tag to an underlying ngp-compatible component. More...

Namespaces

namespace  mundy
namespace  mundy::mesh

Functions

Our Tags (types never need to be complete)
template<typename Tag, typename ComponentType>
auto mundy::mesh::make_tagged_component (ComponentType component)
template<typename Tag, typename ComponentType>
decltype(auto) mundy::mesh::get_updated_ngp_component (const TaggedComponent< Tag, ComponentType > &tagged_component)