Skip to content

Added a new PDE solver to solve hamiltonian style equations #2

Added a new PDE solver to solve hamiltonian style equations

Added a new PDE solver to solve hamiltonian style equations #2

Workflow file for this run

# name: Basic Workflow
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
# - name: Install dependencies
# run: npm install
# - name: Build
# run: npm run build
# - name: Deploy