Skip to content

symetric diffusive term projection #476

symetric diffusive term projection

symetric diffusive term projection #476

Workflow file for this run

name: OF1812
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- name: "OpenFOAM 1812"
install: "cd ."
compile: ./.compileOF1812.sh
steps:
- name: Checkout
uses: actions/checkout@v1
- name: install OF
run: ${{ matrix.install}}
- name: make
run: ${{ matrix.compile}}