BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
cl_TimestepMatrices.hpp File Reference
#include "typedefs.hpp"
#include "cl_Vector.hpp"
#include "cl_Matrix.hpp"
#include "cl_Bitset.hpp"
Include dependency graph for cl_TimestepMatrices.hpp:

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...