Rheolef  7.1
an efficient C++ finite element environment
geo_build_from_list.cc File Reference

Go to the source code of this file.

Namespaces

 rheolef
 This file is part of Rheolef.
 

Macros

#define _RHEOLEF_instanciation(T, M)
 

Functions

 _RHEOLEF_instanciation (Float, sequential) _RHEOLEF_instanciation(Float
 

Macro Definition Documentation

◆ _RHEOLEF_instanciation

#define _RHEOLEF_instanciation (   T,
  M 
)
Value:
template \
void \
geo_base_rep<T,M>::build_from_list ( \
const geo_basic<T,M>& lambda, \
const disarray<point_basic<T>,M>& node_list, \
const std::array<disarray<geo_element_auto<heap_allocator<size_type> >,M>, \
reference_element::max_variant>& ge_list); \
template \
geo_rep<T,M>::geo_rep ( \
const geo_basic<T,M>& lambda, \
const disarray<point_basic<T>,M>& node_list, \
const std::array<disarray<geo_element_auto<heap_allocator<size_type> >,M>, \
reference_element::max_variant>& ge_list); \
Expr1::memory_type M
Definition: vec_expr_v2.h:416

Definition at line 213 of file geo_build_from_list.cc.