|
FEValues< dim > | fe_values |
|
FEFaceValues< dim > | fe_face_values |
|
std::vector< std::vector< double > > | Nx |
|
std::vector< std::vector< Tensor< 1, dim > > > | vector_Nx |
|
std::vector< std::vector< Tensor< 2, dim > > > | grad_Nx |
|
std::vector< std::vector< SymmetricTensor< 2, dim > > > | symm_grad_Nx |
|
◆ ScratchData_ASM() [1/2]
template<int dim>
Flexodeal::Solid< dim >::ScratchData_ASM::ScratchData_ASM |
( |
const FiniteElement< dim > & | fe_cell, |
|
|
const QGauss< dim > & | qf_cell, |
|
|
const UpdateFlags | uf_cell, |
|
|
const QGauss< dim - 1 > & | qf_face, |
|
|
const UpdateFlags | uf_face ) |
|
inline |
◆ ScratchData_ASM() [2/2]
◆ reset()
◆ fe_face_values
◆ fe_values
◆ grad_Nx
template<int dim>
std::vector<std::vector<Tensor<2, dim> > > Flexodeal::Solid< dim >::ScratchData_ASM::grad_Nx |
◆ Nx
◆ symm_grad_Nx
template<int dim>
std::vector<std::vector<SymmetricTensor<2, dim> > > Flexodeal::Solid< dim >::ScratchData_ASM::symm_grad_Nx |
◆ vector_Nx
template<int dim>
std::vector<std::vector<Tensor<1, dim> > > Flexodeal::Solid< dim >::ScratchData_ASM::vector_Nx |
The documentation for this struct was generated from the following file: