NiHu  2.0
element_match.hpp File Reference

determine element singularities More...

#include "element.hpp"
#include "match_types.hpp"
#include "field.hpp"
#include "formalism.hpp"
#include <type_traits>
#include <iostream>
Include dependency graph for element_match.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NiHu::element_match
 class describing the adjacency (match) state of two elements More...
 

Functions

template<class test_field_t , class trial_field_t >
element_match NiHu::element_match_eval (field_base< test_field_t > const &test_field, field_base< trial_field_t > const &trial_field)
 function to determine the overlapping state of two elements More...
 

Detailed Description

determine element singularities

Definition in file element_match.hpp.

Function Documentation

◆ element_match_eval()

template<class test_field_t , class trial_field_t >
element_match NiHu::element_match_eval ( field_base< test_field_t > const &  test_field,
field_base< trial_field_t > const &  trial_field 
)

function to determine the overlapping state of two elements

Template Parameters
test_field_tthe test field type
trial_field_tthe trial field type
Parameters
[in]test_fieldthe test field
[in]trial_fieldthe trial field
Returns
the element match object

Definition at line 86 of file element_match.hpp.