NiHu
2.0
|
determine element singularities More...
#include "element.hpp"
#include "match_types.hpp"
#include "field.hpp"
#include "formalism.hpp"
#include <type_traits>
#include <iostream>
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... | |
determine element singularities
Definition in file element_match.hpp.
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
test_field_t | the test field type |
trial_field_t | the trial field type |
[in] | test_field | the test field |
[in] | trial_field | the trial field |
Definition at line 86 of file element_match.hpp.