|
PolyFEM
|
This is the complete list of members for polyfem::State, including all inherited members.
| args | polyfem::State | |
| console_sink_ | polyfem::State | private |
| file_sink_ | polyfem::State | private |
| init(const json &args, const bool strict_validation) | polyfem::State | |
| init_logger(const std::string &log_file, const spdlog::level::level_enum log_level, const spdlog::level::level_enum file_log_level, const bool is_quiet) | polyfem::State | |
| init_logger(std::ostream &os, const spdlog::level::level_enum log_level) | polyfem::State | |
| init_logger(const std::vector< spdlog::sink_ptr > &sinks, const spdlog::level::level_enum log_level) | polyfem::State | private |
| load_mesh(bool non_conforming=false, const std::vector< std::string > &names=std::vector< std::string >(), const std::vector< Eigen::MatrixXi > &cells=std::vector< Eigen::MatrixXi >(), const std::vector< Eigen::MatrixXd > &vertices=std::vector< Eigen::MatrixXd >()) | polyfem::State | |
| load_mesh(GEO::Mesh &meshin, const std::function< int(const size_t, const std::vector< int > &, const RowVectorNd &, bool)> &boundary_marker, bool non_conforming=false, bool skip_boundary_sideset=false) | polyfem::State | |
| load_mesh(const Eigen::MatrixXd &V, const Eigen::MatrixXi &F, bool non_conforming=false) | polyfem::State | |
| set_log_level(const spdlog::level::level_enum log_level) | polyfem::State | |
| set_max_threads(const int max_threads=std::numeric_limits< int >::max()) | polyfem::State | |
| solve(Eigen::MatrixXd &sol) | polyfem::State | |
| State() | polyfem::State | |
| time_callback | polyfem::State | |
| variational_formulation | polyfem::State | |
| ~State()=default | polyfem::State |