#include <iostream>#include <dlfcn.h>#include "assert.hpp"#include "commtools.hpp"#include "cl_Logger.hpp"#include "constants.hpp"#include "fn_material_data_path.hpp"#include "fn_polyval.hpp"#include "fn_dpolyval.hpp"#include "fn_ddpolyval.hpp"#include <algorithm>#include <cmath>#include "cl_Material.hpp"#include "cl_Vector.hpp"#include "Spline_Enums.hpp"Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| string | belfem::to_string (const MaterialProperty aProperty) |
| Convert material property enum to string. | |
| unit | belfem::get_unit (const MaterialProperty aProperty) |
| Get the SI unit for a material property. | |