|
PolyFEM
|
#include <AssemblerData.hpp>
Public Member Functions | |
| MixedNonLinearAssemblerData (const ElementAssemblyValues &psi_vals, const ElementAssemblyValues &phi_vals, const double t, const double dt, const Eigen::MatrixXd &x_phi, const Eigen::MatrixXd &x_psi, const Eigen::MatrixXd &x_phi_prev, const Eigen::MatrixXd &x_psi_prev, const QuadratureVector &da) | |
Public Attributes | |
| const ElementAssemblyValues & | psi_vals |
| Values for the second block, historically scalar pressure-like bases. | |
| const ElementAssemblyValues & | phi_vals |
| Values for the first block, historically tensor velocity/displacement-like bases. | |
| const double | t |
| const double | dt |
| const Eigen::MatrixXd & | x_phi |
| const Eigen::MatrixXd & | x_psi |
| const Eigen::MatrixXd & | x_phi_prev |
| const Eigen::MatrixXd & | x_psi_prev |
| const QuadratureVector & | da |
| Contains both the quadrature weight and the change of metric in the integral. | |
Definition at line 128 of file AssemblerData.hpp.
|
inline |
Definition at line 131 of file AssemblerData.hpp.
| const QuadratureVector& polyfem::assembler::MixedNonLinearAssemblerData::da |
Contains both the quadrature weight and the change of metric in the integral.
Definition at line 161 of file AssemblerData.hpp.
Referenced by polyfem::assembler::detail::ThermoElasticityModelImpl< Elasticity >::compute_energy_aux().
| const double polyfem::assembler::MixedNonLinearAssemblerData::dt |
Definition at line 155 of file AssemblerData.hpp.
| const ElementAssemblyValues& polyfem::assembler::MixedNonLinearAssemblerData::phi_vals |
Values for the first block, historically tensor velocity/displacement-like bases.
Definition at line 152 of file AssemblerData.hpp.
Referenced by polyfem::assembler::detail::ThermoElasticityModelImpl< Elasticity >::compute_energy_aux().
| const ElementAssemblyValues& polyfem::assembler::MixedNonLinearAssemblerData::psi_vals |
Values for the second block, historically scalar pressure-like bases.
Definition at line 150 of file AssemblerData.hpp.
Referenced by polyfem::assembler::detail::ThermoElasticityModelImpl< Elasticity >::compute_energy_aux().
| const double polyfem::assembler::MixedNonLinearAssemblerData::t |
Definition at line 154 of file AssemblerData.hpp.
Referenced by polyfem::assembler::detail::ThermoElasticityModelImpl< Elasticity >::compute_energy_aux().
| const Eigen::MatrixXd& polyfem::assembler::MixedNonLinearAssemblerData::x_phi |
Definition at line 156 of file AssemblerData.hpp.
| const Eigen::MatrixXd& polyfem::assembler::MixedNonLinearAssemblerData::x_phi_prev |
Definition at line 158 of file AssemblerData.hpp.
| const Eigen::MatrixXd& polyfem::assembler::MixedNonLinearAssemblerData::x_psi |
Definition at line 157 of file AssemblerData.hpp.
| const Eigen::MatrixXd& polyfem::assembler::MixedNonLinearAssemblerData::x_psi_prev |
Definition at line 159 of file AssemblerData.hpp.