Flexodeal (Lite) v1.3.2
A 3D musculoskeletal simulation library
 
Loading...
Searching...
No Matches
Flexodeal::Solid< dim >::ScratchData_UQPH Struct Reference

Public Member Functions

 ScratchData_UQPH (const FiniteElement< dim > &fe_cell, const QGauss< dim > &qf_cell, const UpdateFlags uf_cell, const BlockVector< double > &solution_total)
 
 ScratchData_UQPH (const ScratchData_UQPH &rhs)
 
void reset ()
 

Public Attributes

const BlockVector< double > & solution_total
 
std::vector< Tensor< 1, dim > > solution_values_u_total
 
std::vector< Tensor< 2, dim > > solution_grads_u_total
 
std::vector< double > solution_values_p_total
 
std::vector< double > solution_values_J_total
 
FEValues< dim > fe_values
 

Constructor & Destructor Documentation

◆ ScratchData_UQPH() [1/2]

template<int dim>
Flexodeal::Solid< dim >::ScratchData_UQPH::ScratchData_UQPH ( const FiniteElement< dim > & fe_cell,
const QGauss< dim > & qf_cell,
const UpdateFlags uf_cell,
const BlockVector< double > & solution_total )
inline

◆ ScratchData_UQPH() [2/2]

template<int dim>
Flexodeal::Solid< dim >::ScratchData_UQPH::ScratchData_UQPH ( const ScratchData_UQPH & rhs)
inline

Member Function Documentation

◆ reset()

template<int dim>
void Flexodeal::Solid< dim >::ScratchData_UQPH::reset ( )
inline

Member Data Documentation

◆ fe_values

template<int dim>
FEValues<dim> Flexodeal::Solid< dim >::ScratchData_UQPH::fe_values

◆ solution_grads_u_total

template<int dim>
std::vector<Tensor<2, dim> > Flexodeal::Solid< dim >::ScratchData_UQPH::solution_grads_u_total

◆ solution_total

template<int dim>
const BlockVector<double>& Flexodeal::Solid< dim >::ScratchData_UQPH::solution_total

◆ solution_values_J_total

template<int dim>
std::vector<double> Flexodeal::Solid< dim >::ScratchData_UQPH::solution_values_J_total

◆ solution_values_p_total

template<int dim>
std::vector<double> Flexodeal::Solid< dim >::ScratchData_UQPH::solution_values_p_total

◆ solution_values_u_total

template<int dim>
std::vector<Tensor<1, dim> > Flexodeal::Solid< dim >::ScratchData_UQPH::solution_values_u_total

The documentation for this struct was generated from the following file: