|
PolyFEM
|
#include <GenericProblem.hpp>
Public Member Functions | |
| void | set_unit_type (const std::string &unit_type) |
| double | eval (const RowVectorNd &pts, const double t) const |
Public Attributes | |
| int | fe_space_id = -1 |
| utils::ExpressionValue | value |
| std::shared_ptr< utils::Interpolation > | interpolation |
Definition at line 28 of file GenericProblem.hpp.
| double polyfem::assembler::ScalarBCValue::eval | ( | const RowVectorNd & | pts, |
| const double | t | ||
| ) | const |
Definition at line 117 of file GenericProblem.cpp.
References interpolation, value, x, y, and z.
|
inline |
Definition at line 34 of file GenericProblem.hpp.
References polyfem::utils::ExpressionValue::set_unit_type(), and value.
| int polyfem::assembler::ScalarBCValue::fe_space_id = -1 |
Definition at line 30 of file GenericProblem.hpp.
Referenced by polyfem::assembler::GenericScalarProblem::set_parameters().
| std::shared_ptr<utils::Interpolation> polyfem::assembler::ScalarBCValue::interpolation |
Definition at line 32 of file GenericProblem.hpp.
Referenced by eval(), and polyfem::assembler::GenericScalarProblem::set_parameters().
| utils::ExpressionValue polyfem::assembler::ScalarBCValue::value |
Definition at line 31 of file GenericProblem.hpp.
Referenced by eval(), polyfem::assembler::GenericScalarProblem::set_parameters(), and set_unit_type().