(in|out)put_params attribute of graph nodes (operators) changed from...
(in|out)put_params attribute of graph nodes (operators) changed from dict(name, param) to dict(param,MPIParam) in order to manage parameters values across all processes
parent
049b35c3
No related branches found
No related tags found
Showing
- hysop/backend/device/opencl/opencl_symbolic.py 15 additions, 4 deletionshysop/backend/device/opencl/opencl_symbolic.py
- hysop/backend/host/fortran/operator/diffusion.py 2 additions, 2 deletionshysop/backend/host/fortran/operator/diffusion.py
- hysop/backend/host/fortran/operator/scales_advection.py 2 additions, 2 deletionshysop/backend/host/fortran/operator/scales_advection.py
- hysop/backend/host/python/operator/analytic.py 2 additions, 2 deletionshysop/backend/host/python/operator/analytic.py
- hysop/backend/host/python/operator/flowrate_correction.py 1 addition, 1 deletionhysop/backend/host/python/operator/flowrate_correction.py
- hysop/backend/host/python/operator/penalization.py 2 additions, 2 deletionshysop/backend/host/python/operator/penalization.py
- hysop/backend/host/python/operator/vorticity_absorption.py 1 addition, 1 deletionhysop/backend/host/python/operator/vorticity_absorption.py
- hysop/core/graph/computational_graph.py 7 additions, 10 deletionshysop/core/graph/computational_graph.py
- hysop/core/graph/computational_node.py 26 additions, 14 deletionshysop/core/graph/computational_node.py
- hysop/core/graph/graph.py 4 additions, 4 deletionshysop/core/graph/graph.py
- hysop/core/graph/graph_builder.py 110 additions, 71 deletionshysop/core/graph/graph_builder.py
- hysop/core/mpi/redistribute.py 130 additions, 1 deletionhysop/core/mpi/redistribute.py
- hysop/operator/adapt_timestep.py 19 additions, 18 deletionshysop/operator/adapt_timestep.py
- hysop/operator/base/advection_dir.py 2 additions, 2 deletionshysop/operator/base/advection_dir.py
- hysop/operator/base/convergence.py 1 addition, 1 deletionhysop/operator/base/convergence.py
- hysop/operator/base/custom.py 43 additions, 17 deletionshysop/operator/base/custom.py
- hysop/operator/base/custom_symbolic_operator.py 2 additions, 2 deletionshysop/operator/base/custom_symbolic_operator.py
- hysop/operator/base/derivative.py 2 additions, 2 deletionshysop/operator/base/derivative.py
- hysop/operator/base/diffusion.py 1 addition, 1 deletionhysop/operator/base/diffusion.py
- hysop/operator/base/enstrophy.py 1 addition, 1 deletionhysop/operator/base/enstrophy.py
Loading
Please register or sign in to comment