https://github.com/idaholab/moose
Raw File
Tip revision: 7d80d4622672c3bb1e2ee5ccd7c17cdf2ed51fda authored by Alex Lindsay on 07 December 2023, 23:17:33 UTC
Institute correct calculation of JxW neighbor for node face constraints
Tip revision: 7d80d46
moose_test.mk
ifeq ($(ENABLE_LIBTORCH),true)
  libtorch_dirs := $(shell find src/libtorch -type d -not -path '*/.libs*' 2> /dev/null)
  converted_dirs := $(foreach i, $(libtorch_dirs), %$(i))
  app_non_unity_dirs = $(converted_dirs)
endif
back to top