libMesh
Static Public Member Functions | Static Public Attributes | List of all members
TIMPI::Attributes< libMesh::Point > Class Template Reference

#include <parallel_algebra.h>

Inheritance diagram for TIMPI::Attributes< libMesh::Point >:
[legend]

Static Public Member Functions

static void set_lowest (libMesh::Point &x)
 
static void set_highest (libMesh::Point &x)
 

Static Public Attributes

static const bool has_min_max
 

Detailed Description

template<>
class TIMPI::Attributes< libMesh::Point >

Definition at line 393 of file parallel_algebra.h.

Member Function Documentation

◆ set_highest()

static void libMesh::TypeVectorAttributes< libMesh::Point >::set_highest ( libMesh::Point x)
inlinestaticinherited

Definition at line 149 of file parallel_algebra.h.

References libMesh::TypeVectorAttributes< V >::set_highest().

149  {
150  for (int d=0; d != LIBMESH_DIM; ++d)
151  TIMPI::Attributes<typename std::remove_reference<decltype(x(d))>::type>::set_highest(x(d));
152  }

◆ set_lowest()

static void libMesh::TypeVectorAttributes< libMesh::Point >::set_lowest ( libMesh::Point x)
inlinestaticinherited

Definition at line 145 of file parallel_algebra.h.

References libMesh::TypeVectorAttributes< V >::set_lowest().

145  {
146  for (int d=0; d != LIBMESH_DIM; ++d)
147  TIMPI::Attributes<typename std::remove_reference<decltype(x(d))>::type>::set_lowest(x(d));
148  }

Member Data Documentation

◆ has_min_max

const bool libMesh::TypeVectorAttributes< libMesh::Point >::has_min_max
staticinherited

Definition at line 144 of file parallel_algebra.h.


The documentation for this class was generated from the following file: