5 #include "libmesh/rb_eim_construction.h"
6 #include "libmesh/rb_eim_evaluation.h"
7 #include "libmesh/auto_ptr.h"
12 #ifndef LIBMESH_HAVE_CXX14_MAKE_UNIQUE
24 : RBEIMEvaluation(comm)
26 attach_parametrized_function(&
g_x);
27 attach_parametrized_function(&
g_y);
28 attach_parametrized_function(&
g_z);
36 return libmesh_make_unique<ThetaEIM>(*
this, index);
56 const std::string & name_in,
57 const unsigned int number_in)
58 :
Parent(es, name_in, number_in)
72 return libmesh_make_unique<AssemblyEIM>(*
this, index);
82 set_inner_product_assembly(
eim_ip);