Skip to content

eGRF speedup with Pythran #9

Open
@MuellerSeb

Description

@MuellerSeb

The laplace solution of the eGRF Model could use a speedup and Pythran looks promising for this task.

This routine takes a lot of time:

def grf_laplace(

This loop should be moved in a Pythran function:

for si, se in enumerate(s):

Following the Pythran doc, every needed numpy/scipy routine should be supported.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions