Halvor Møll Nilsen

Results 20 comments of Halvor Møll Nilsen

I think it is better to do this separate the code and the instantiation. i.e. if it really is template code then use xxx_impl.hpp and then make a xxx.cpp including...

Failing example since `block size>1` not implemented: ```json { "tol": "0.01", "maxiter": "200", "verbosity": "3", "solver": "bicgstab", "preconditioner": { "type": "Spai0", "relaxation": "1", "repeats": "1", "left_precond": false, "verbose" : "3"...

For simple users the separation of the grid consept of interior ghost ... and the linear algebra part owner, overlap and copy is difficult to understand. For the use of...

This will be very good!! Merge it as soon as possible so we do not miss it. Together with the more flexible dune interface and good? cpr implementations this will...

The same would be in the case of mechanics. I think it is to make the grid and or overlap should not depend to much or physics and or discretization.

I think that we should have option for overlap + add corner nodes. (This is included in one pull request regarding work on geomechancis). I think all node information should...

jenkins build this please

General comment: this fixes does two tings (if I remember correctly) - remove some issues in extreem cases where volume of a collapsed cells is calculated to > 0 -...

The use_well_weights has to be considered experimental. It is a test to try to make quasiimpes type weights for the well system i.e. get a uniform method to get weights....

Not sure if this is releveant, but it maybe the storage is keept for serialization to simplyfy restart, normally we do not need to calculate it since it is known...