Skip to content

fem_poisson: take the solve_range as an input, and expect epsilon as a gkyl_array #429

fem_poisson: take the solve_range as an input, and expect epsilon as a gkyl_array

fem_poisson: take the solve_range as an input, and expect epsilon as a gkyl_array #429

Workflow file for this run

name: Mac Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: install-superlu
run: cd install-deps; ./mkdeps.sh --build-superlu=yes; cd ..
- name: make
run: make -j
- name: make check
run: make check -j