29 #include "grins_config.h" 
   33 #include "libmesh/getpot.h" 
   34 #include "libmesh/fem_system.h" 
   44     this->
get_fe(context)->get_JxW();
 
   45     this->
get_fe(context)->get_phi();
 
   46     this->
get_fe(context)->get_dphidxi();
 
   47     this->
get_fe(context)->get_dphideta();
 
   50     this->
get_fe(context)->get_dxyzdxi();
 
   51     this->
get_fe(context)->get_dxyzdeta();
 
   52     this->
get_fe(context)->get_dxidx();
 
   53     this->
get_fe(context)->get_dxidy();
 
   54     this->
get_fe(context)->get_dxidz();
 
   55     this->
get_fe(context)->get_detadx();
 
   56     this->
get_fe(context)->get_detady();
 
   57     this->
get_fe(context)->get_detadz();
 
ElasticMembraneAbstract()
 
virtual void init_context(AssemblyContext &context)
Initialize context for added physics variables. 
 
const libMesh::FEGenericBase< libMesh::Real > * get_fe(const AssemblyContext &context)