We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
product
1 parent a77cca1 commit 144b1d3Copy full SHA for 144b1d3
1 file changed
diffmpm/io.py
@@ -130,7 +130,7 @@ def _parse_mesh(self, config):
130
if config["mesh"]["type"] == "generator":
131
elements = element_cls(
132
config["mesh"]["nelements"],
133
- jnp.product(jnp.array(config["mesh"]["nelements"])),
+ jnp.prod(jnp.array(config["mesh"]["nelements"])),
134
config["mesh"]["element_length"],
135
constraints,
136
concentrated_nodal_forces=self.parsed_config["external_loading"][
0 commit comments