24 auto const field_name =
27 DBUG(
"Using field_name {:s}", field_name);
30 auto const&
property =
35 OGS_FATAL(
"The mesh property `{:s}' is not an element property.",
39 return std::make_unique<MeshElementParameter<double>>(name, mesh,
void DBUG(fmt::format_string< Args... > fmt, Args &&... args)
Definition of the Mesh class.
T getConfigParameter(std::string const ¶m) const
void checkConfigParameter(std::string const ¶m, std::string_view const value) const
Properties & getProperties()
PropertyVector< T > const * getPropertyVector(std::string_view name) const
std::unique_ptr< ParameterBase > createMeshElementParameter(std::string const &name, BaseLib::ConfigTree const &config, MeshLib::Mesh const &mesh)