Rheolef  7.1
an efficient C++ finite element environment
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
3 #include "rheolef/geo_element.h"
24 #include "rheolef/disarray.h"
25 
26 namespace rheolef { namespace details {
27 
28 template <class T, class M>
29 bool
30 contains (
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
rheolef::details::contains
bool contains(const geo_element &K, const disarray< point_basic< T >, M > &node, const point_basic< T > &x)
Definition: geo_element_contains.cc:144
rheolef
This file is part of Rheolef.
Definition: compiler_eigen.h:37
rheolef::point_basic< T >
point_basic< T >
Definition: piola_fem.h:135
M
Expr1::memory_type M
Definition: vec_expr_v2.h:385