Sergey Klevtsov

Results 29 comments of Sergey Klevtsov

Right now velocity is computed in-kernel from primary fields (e.g. pressure) and immediately used for assembly. Moreover, it is a (scalar) interface velocity, rather than a (vector) cell-centered velocity that...

You have a visualization output performed at every time step of the simulation. This is bound to be slow unless you use a RAM-based virtual disk as the output location....

> > Override component-level log levels, i.e. if the application-wide log level is silent, even components with more verbose log levels shouldn't print anything. > > As first thought, I...

Honestly, I don't know which approach is right. I imagine prospective users checking out code and trying it out on their laptops for the first time might try it without...

I can try to implement this, unless there are any problems with this approach that I'm not seeing.

1. I don't think parallel sync is needed for BC sets. We can evaluate BCs independently on each rank directly on ghosted faces/vertices, so long as they are included into...

@rrsettgast Yes, you have to specify the component fractions as well (which, by the way, are not even out primary solution field, but rather a derived intermediate quantity). In short,...

> I can always create a branch, increase the number of components allowed in the dispatches, and report compilation times to make sure we make an informed decision. @klevzoff what...

> Do you think is it possible to have more details on the error that you see? Are you sure you compiled with `GEOSX_LA_INTERFACE=TrilinosTpetra`? Anyway, here's what I get after...

> On my Ubuntu machine, I am able to run both the two `ContactMechanics_SimpleCubes_0[8,9]` integratedTests and they pass their checks. Turns out they pass for me too if I run...