25 #ifndef GRINS_ELASTIC_CABLE_H 
   26 #define GRINS_ELASTIC_CABLE_H 
   34   template<
typename StressStrainLaw>
 
   40                   bool is_compressible );
 
   58                                &libMesh::FEMContext::interior_accel,
 
   59                                &libMesh::DiffContext::get_elem_solution_accel_derivative); }
 
   64                                                  const libMesh::Point& point,
 
   65                                                  libMesh::Real& value );
 
std::vector< unsigned int > _force_indices
Index from registering this quantity. Each component will have it's own index. 
 
virtual void compute_postprocessed_quantity(unsigned int quantity_index, const AssemblyContext &context, const libMesh::Point &point, libMesh::Real &value)
Compute the registered postprocessed quantities. 
 
virtual void register_postprocessing_vars(const GetPot &input, PostProcessedQuantities< libMesh::Real > &postprocessing)
Register postprocessing variables for ElasticCable. 
 
std::vector< unsigned int > _stress_indices
Index from registering this quantity. Each component will have it's own index. 
 
void mass_residual_impl(bool compute_jacobian, AssemblyContext &context, InteriorFuncType interior_solution, VarDerivType get_solution_deriv, libMesh::Real mu=1.0)
Implementation of mass_residual. 
 
std::vector< unsigned int > _strain_indices
Index from registering this quantity. Each component will have it's own index. 
 
virtual void mass_residual(bool compute_jacobian, AssemblyContext &context, CachedValues &)
Mass matrix part(s) for element interiors. All boundary terms lie within the time_derivative part...
 
virtual void element_time_derivative(bool compute_jacobian, AssemblyContext &context, CachedValues &cache)
Time dependent part(s) of physics for element interiors.