Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

explicit time dependence #5

Description

@yohai

https://github.com/googleprivate/pde-superresolution-2d/blob/6981ff1ee8a1bc99275d34d5f835213d02b174f8/pde_superresolution_2d/core/equations.py#L159-L161
@shoyer @JiaweiZhuang I think we might want to change the signature of equation.time_derivative to include the time:

 def time_derivative( 
     self, time, grid: grids.Grid, **inputs: tf.Tensor 
 ) -> Dict[str, tf.Tensor]:

For cases where the equation depends explicitly on time (e.g time-dependent forcing)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions