14 const Eigen::MatrixXd &
x,
15 const Eigen::MatrixXd &
x_prev,
24 const Eigen::MatrixXd &
x;
112 const Eigen::MatrixXd &
fun)
122 const Eigen::MatrixXd &
fun;
stores per element basis values at given quadrature points and geometric mapping
const ElementAssemblyValues & vals
stores the evaluation for that element
const QuadratureVector & da
contains both the quadrature weight and the change of metric in the integral
const int i
first local order
const int j
second local order
LinearAssemblerData(const ElementAssemblyValues &vals, const double t, int i, int j, const QuadratureVector &da)
MixedAssemblerData(const ElementAssemblyValues &psi_vals, const ElementAssemblyValues &phi_vals, const double t, int i, int j, const QuadratureVector &da)
const QuadratureVector & da
contains both the quadrature weight and the change of metric in the integral
const int i
first local order
const int j
second local order
const ElementAssemblyValues & phi_vals
stores the evaluation for that element
const ElementAssemblyValues & psi_vals
stores the evaluation for that element
const Eigen::MatrixXd & x_prev
NonLinearAssemblerData(const ElementAssemblyValues &vals, const double t, const double dt, const Eigen::MatrixXd &x, const Eigen::MatrixXd &x_prev, const QuadratureVector &da)
const ElementAssemblyValues & vals
const Eigen::MatrixXd & x
const QuadratureVector & da
const Eigen::MatrixXd & local_pts
const Eigen::MatrixXd & global_pts
const Eigen::MatrixXd & grad_u_i
OptAssemblerData(const double t, const double dt, const int el_id, const Eigen::MatrixXd &local_pts, const Eigen::MatrixXd &global_pts, const Eigen::MatrixXd &grad_u_i)
const basis::ElementBases & bs
OutputData(const double t, const int el_id, const basis::ElementBases &bs, const basis::ElementBases &gbs, const Eigen::MatrixXd &local_pts, const Eigen::MatrixXd &fun)
const Eigen::MatrixXd & fun
const Eigen::MatrixXd & local_pts
const basis::ElementBases & gbs
Stores the basis functions for a given element in a mesh (facet in 2d, cell in 3d).
Eigen::Matrix< double, Eigen::Dynamic, 1, 0, MAX_QUAD_POINTS, 1 > QuadratureVector