Go to the source code of this file.
Classes | |
| class | belfem::fem::TimestepMatrices |
| Container for element-level DENSE matrices in transient nonlinear FEM. More... | |
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::fem |
Enumerations | |
| enum class | belfem::fem::MatrixFlag : index_t { belfem::fem::M = 0 , belfem::fem::D = 1 , belfem::fem::K = 2 , belfem::fem::F = 3 , belfem::fem::dMdX_times_x = 4 , belfem::fem::dMdX_times_h = 5 , belfem::fem::dKdX_times_x = 6 , belfem::fem::dFdX = 7 } |
| Flags indicating which matrices/vectors have been set by the IWG. More... | |