ignace-computing

Results 12 comments of ignace-computing

Hello. Please give me a clue how one can deal with coefficients _inside_ the spatial derivative operator. I have tried, among others, the following: ``` using OrdinaryDiffEq, ModelingToolkit, DiffEqOperators, Test,...

Dear @davibarreira end @devmotion, thank you for having answered my question! And happy new year of course, meanwhile. I think that what @devmotion suggests is perfectly correct, it looks like...

@davibarreira Is it now more clear what I meant with histogram? It's like, you specify a number of bins and then you evaluate a probability density function on that grid.

Yeah, so just for completeness let me add the form of the optimization problem that I am wishing to solve. `x` and `H` are vectors of the same dimension carrying...

Can you please help me a bit implementing this? I am correct in saying that a user interface could look like this, for instance: ``` a = mortar(reshape([randn(2,2), randn(2,2), randn(2,2)],3,1))...

Where are the Plot recipes for DifferentialEquations implemented? I am having a hard time finding the location of this source code.

Ok, sorry, found it: `SciMLBase/src/solutions/solution_interface.jl`, for instance.

A first attempt is added below, I am still learning... ``` # here is a function that plots a histogram of all components of sim # TODO: add meaningful labels...

Hello, I just wrote a function, based on a recurrence relation that can be found on Wikipedia. Do you have any suggestion whether it is useful for this package, or...