Krishna Kumar

Results 55 comments of Krishna Kumar

The TFRecord uses the `SequenceExample` format, which can be generated as shown below: ``` # Import modules and this file should be outside learning_to_simulate code folder import functools import os...

@mfontaine218 This is great, this is exactly what we want to do.

@thiagordonho is there an elastic wave propagation benchmark that demonstrates this implementation?

Yes, I'm happy with this, I move to vote. :+1: or :speech_balloon: if you like to discuss more.

We are currently waiting for benchmarks and validation problems.

@thiagordonho

Related to the discussion in #633 how do we handle HDF5 data, and would we have mixed types of particles in the mesh container?

The container will be fine, but you'll be iterating through all types of particles in the same container, which will be inefficient. For example, ``` // Assign beta to each...

Please add code snippets and class outlines to the RFC, it should give an overview and a lot of details of implementation especially on the linear solvers, free-surface detection, and...

I noticed when enabling load balancing, we get the following error at the end of the mpm iteration: ``` Caught signal 11 (Segmentation fault: address not mapped to object at...