Re: [DuMuX] Implementation of solDependentSource() for "el2problem"

2018-10-26 Thread Dennis Gläser
Hi Ranjeet, you probably did not implement the correct signature of the solDependentSource() function and the compiler does not recognize it as a proper overload. The interface is the following: void solDependentSource(PrimaryVariables ,                           const

[DuMuX] Implementation of solDependentSource() for "el2problem"

2018-10-25 Thread Ranjeet kumar
Hi, I implemented solDependentSource() method for "el2problem" using DuMuX(2.12). When i run the model, I get an error message: Dune::InvalidStateException [sourceAtPos:/usr/local/include/dumux/implicit/problem.hh:443]: The problem does not provide a sourceAtPos() method. Do I need to