File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ struct SymmetricLaplacianMatrix
132
132
MatrixX deltag; // /< `|# element nodes| x |# element nodes * # quad.pts.|` matrix of element
133
133
// /< laplacians at quadrature points
134
134
int dims; // /< Dimensionality of image of FEM function space, i.e. this Laplacian matrix is
135
- // /< actually \f$ L \kronecker I_{dims \times dims } \f$. Must have `dims >= 1`.
135
+ // /< actually \f$ L \otimes I_{d } \f$. Must have `dims >= 1`.
136
136
};
137
137
138
138
template <CMesh TMesh>
Original file line number Diff line number Diff line change @@ -91,9 +91,7 @@ struct LoadVector
91
91
// /< (IntegratedShapeFunctions()).
92
92
Eigen::Ref<MatrixX const > detJe; // /< `|# element quadrature points|x|# elements|` matrix of
93
93
// /< jacobian determinants at element quadrature points
94
- int dims; // /< Dimensionality of image of FEM function space, i.e. this load vector is
95
- // /< actually \f$ \mathbf{f} \kronecker 1_{dims \times dims} \f$. Should have `dims >=
96
- // /< 1`.
94
+ int dims; // /< Dimensionality of external loading. Should have `dims >= 1`.
97
95
};
98
96
99
97
template <CMesh TMesh, int QuadratureOrder>
You can’t perform that action at this time.
0 commit comments