|
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 | |
| utils::ExpressionValue | value |
| std::shared_ptr< utils::Interpolation > | interpolation |
Definition at line 26 of file GenericProblem.hpp.
| double polyfem::assembler::ScalarBCValue::eval | ( | const RowVectorNd & | pts, |
| const double | t | ||
| ) | const |
Definition at line 73 of file GenericProblem.cpp.
References interpolation, value, x, y, and z.
|
inline |
Definition at line 31 of file GenericProblem.hpp.
References polyfem::utils::ExpressionValue::set_unit_type(), and value.
| std::shared_ptr<utils::Interpolation> polyfem::assembler::ScalarBCValue::interpolation |
Definition at line 29 of file GenericProblem.hpp.
Referenced by eval().
| utils::ExpressionValue polyfem::assembler::ScalarBCValue::value |
Definition at line 28 of file GenericProblem.hpp.
Referenced by eval(), and set_unit_type().