You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using PDESolver # setup LOAD_PATH to find all PDESolver components
using SolverCommon
using ODLCommonTools # abstract type definitions + common functions
using SummationByParts
using PdePumiInterface # common mesh interface implementation - pumi
using NonlinearSolvers
using LinearSolvers
using Utils
import ODLCommonTools.sview
using MPI
using Input # input file processing
using PETSc2
I don't think they should depend on NonlinearSolvers, LinearSolvers, Input or PETSc2.
The text was updated successfully, but these errors were encountered:
Currently the physics modules depend on:
I don't think they should depend on
NonlinearSolvers
,LinearSolvers
,Input
orPETSc2
.The text was updated successfully, but these errors were encountered: