|
PolyFEM
|
#include "JSONUtils.hpp"#include <polyfem/utils/StringUtils.hpp>#include <polyfem/utils/Logger.hpp>#include <fstream>#include <Eigen/Geometry>Go to the source code of this file.
Namespaces | |
| namespace | polyfem |
| namespace | polyfem::utils |
Functions | |
| void | polyfem::utils::apply_common_params (json &args) |
| Eigen::Matrix3d | polyfem::utils::to_rotation_matrix (const json &jr, std::string mode) |
| bool | polyfem::utils::is_param_valid (const json ¶ms, const std::string &key) |
| Determine if a key exists and is non-null in a json object. | |