Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Physics Module Dependencies #153

Open
JaredCrean2 opened this issue Jun 16, 2018 · 0 comments
Open

Physics Module Dependencies #153

JaredCrean2 opened this issue Jun 16, 2018 · 0 comments

Comments

@JaredCrean2
Copy link
Contributor

Currently the physics modules depend on:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant