PolyFEM
|
This is the complete list of members for polyfem::assembler::ElasticityTensor, including all inherited members.
compute_stress(const std::array< double, DIM > &strain, const int j) const | polyfem::assembler::ElasticityTensor | |
operator()(int i, int j) const | polyfem::assembler::ElasticityTensor | |
operator()(int i, int j) | polyfem::assembler::ElasticityTensor | |
resize(const int size) | polyfem::assembler::ElasticityTensor | |
set_from_entries(const std::vector< double > &entries, const std::string &stress_unit) | polyfem::assembler::ElasticityTensor | |
set_from_lambda_mu(const double lambda, const double mu, const std::string &stress_unit) | polyfem::assembler::ElasticityTensor | |
set_from_young_poisson(const double young, const double poisson, const std::string &stress_unit) | polyfem::assembler::ElasticityTensor | |
set_orthotropic(double Ex, double Ey, double Ez, double nuXY, double nuXZ, double nuYZ, double muYZ, double muZX, double muXY, const std::string &stress_unit) | polyfem::assembler::ElasticityTensor | |
set_orthotropic(double Ex, double Ey, double nuXY, double muXY, const std::string &stress_unit) | polyfem::assembler::ElasticityTensor | |
size_ | polyfem::assembler::ElasticityTensor | private |
stifness_tensor_ | polyfem::assembler::ElasticityTensor | private |