{ \
using type_array = array_1d<double, 3>; \
using current_container = SpatialMethods::container; \
norm_method_module.def(method_name, ¤t_container::method<type_double>, \
py::arg("model_part"), py::arg("variable"), \
py::arg("norm_type"), \
py::arg("parameters") = Parameters(R"({})")); \
norm_method_module.def(method_name, ¤t_container::method<type_array>, \
py::arg("model_part"), py::arg("variable"), \
py::arg("norm_type"), \
py::arg("parameters") = Parameters(R"({})")); \
norm_method_module.def(method_name, ¤t_container::method<type_vector>, \
py::arg("model_part"), py::arg("variable"), \
py::arg("norm_type"), \
py::arg("parameters") = Parameters(R"({})")); \
norm_method_module.def(method_name, ¤t_container::method<type_matrix>, \
py::arg("model_part"), py::arg("variable"), \
py::arg("norm_type"), \
py::arg("parameters") = Parameters(R"({})")); \
}
Internals::Matrix< double, AMatrix::dynamic, 1 > Vector
Definition: amatrix_interface.h:472
Internals::Matrix< double, AMatrix::dynamic, AMatrix::dynamic > Matrix
Definition: amatrix_interface.h:470
TABLE_NUMBER_ANGULAR_VELOCITY TABLE_NUMBER_MOMENT I33 BEAM_INERTIA_ROT_UNIT_LENGHT_Y KRATOS_DEFINE_APPLICATION_VARIABLE(DEM_APPLICATION, double, BEAM_INERTIA_ROT_UNIT_LENGHT_Z) typedef std double
Definition: DEM_application_variables.h:182