Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Public Types | Public Member Functions | List of all members
std::std::equal_to< array< int, Esfem::Grid::world_dim()> > Struct Template Reference

operator==() for Domain points More...

#include <grid_GridAndTime_impl.h>

Public Types

using Base = array< int, Esfem::Grid::world_dim()>
 Short alias.
 

Public Member Functions

bool operator() (const Base &lhs, const Base &rhs) const
 Component-wise comparison. More...
 

Detailed Description

template<>
struct std::std::equal_to< array< int, Esfem::Grid::world_dim()> >

operator==() for Domain points

Definition at line 80 of file grid_GridAndTime_impl.h.

Member Function Documentation

bool std::std::equal_to< array< int, Esfem::Grid::world_dim()> >::operator() ( const Base lhs,
const Base rhs 
) const
inline

Component-wise comparison.

Precondition
Dimension is 3.

Definition at line 85 of file grid_GridAndTime_impl.h.


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