Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
geo_element_contains.h
Go to the documentation of this file.
1#ifndef _RHEOLEF_GEO_ELEMENT_CONTAINS_H
2#define _RHEOLEF_GEO_ELEMENT_CONTAINS_H
23#include "rheolef/geo_element.h"
24#include "rheolef/disarray.h"
25
26namespace rheolef { namespace details {
27
28template <class T, class M>
29bool
31 const geo_element& K,
32 const disarray<point_basic<T>,M>& node,
33 const point_basic<T>& x);
34
35}} // namespace rheolef::details
36#endif // _RHEOLEF_GEO_ELEMENT_CONTAINS_H
bool contains(const geo_element &K, const disarray< point_basic< T >, M > &node, const point_basic< T > &x)
This file is part of Rheolef.
Expr1::memory_type M