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 a nodal property.",
39 return std::make_unique<MeshNodeParameter<double>>(name, mesh, *property);
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 > createMeshNodeParameter(std::string const &name, BaseLib::ConfigTree const &config, MeshLib::Mesh const &mesh)