Rishab Kumar Jha

Results 23 issues of Rishab Kumar Jha

Fixes #2177 Changes: modified ssr to display og title I have verified that this pull request: * [x] has no linting errors (`npm run lint`) * [x] has no test...

I've added tests for all the functions of PMatrix2D. This PR further increases test coverage making sure everything works as expected. Fixes #1013

Currently Processing does not have unit tests for PMatrix2D. This class is getting used throughout the rendering pipeline, so I think it is necessary to ensure it works correctly. I...

Currently processing does not have unit tests for PVector. So it would be great if we have unit tests for them. The tests should cover all possible cases to ensure...

I've added all the possible unit tests for `PVector.java` including all the edge cases. This PR fixes #986

## Description Added an error when trying to sample a Multinomial variable ## Related Issue - [x] Closes #7548 - [x] Related to #7548 ## Checklist - [x] Checked that...

# Description This PR will add a support for 3D FEM, 3D meshing along with a mesh generator with support for prismatic and cylindrical geometry Fixes # (issue) ## Type...

# Description Added an option for multiple initial conditions in IDAKLU solver Fixes #3713 ## Type of change Please add a line in the relevant section of [CHANGELOG.md](https://github.com/pybamm-team/PyBaMM/blob/develop/CHANGELOG.md) to document...

# Description Added support for time series temperature in an experiment step, now it can be passed something like this: ```python experiment = pybamm.Experiment( [pybamm.step.voltage(voltage_profile, temperature=temperature_profile)] ) ``` Fixes #4200...

# Description Made y, z optional arguments for FunctionParameters that depend on space.This improves clarity and paves the way for supporting additional coordinate systems in thermal models. Fixes #3631 ##...