Skip to content
Snippets Groups Projects
Select Git revision
  • 9353dfcb17e44f9649d1feecbb765c7c4c0b50ae
  • develop default protected
  • feature/kinetic-schemes
  • feature/reconstruction
  • feature/local-dt-fsi
  • feature/composite-scheme-sources
  • feature/composite-scheme-other-fluxes
  • feature/serraille
  • feature/variational-hydro
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • master protected
  • feature/escobar-smoother
  • feature/hypoelasticity-clean
  • feature/hypoelasticity
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

meson.build

Blame
    • Stéphane Del Pino's avatar
      9353dfcb
      git subrepo pull (merge) packages/rang · 9353dfcb
      Stéphane Del Pino authored
      subrepo:
        subdir:   "packages/rang"
        merged:   "a083cae9d"
      upstream:
        origin:   "git@github.com:agauniyal/rang.git"
        branch:   "master"
        commit:   "a083cae9d"
      git-subrepo:
        version:  "0.4.3"
        origin:   "git@github.com:ingydotnet/git-subrepo.git"
        commit:   "2f68596"
      9353dfcb
      History
      git subrepo pull (merge) packages/rang
      Stéphane Del Pino authored
      subrepo:
        subdir:   "packages/rang"
        merged:   "a083cae9d"
      upstream:
        origin:   "git@github.com:agauniyal/rang.git"
        branch:   "master"
        commit:   "a083cae9d"
      git-subrepo:
        version:  "0.4.3"
        origin:   "git@github.com:ingydotnet/git-subrepo.git"
        commit:   "2f68596"
    CMakeLists.txt 1.30 KiB
    # ------------------- Source files --------------------
    
    add_library(
      PugsScheme
      AcousticSolver.cpp
      AcousticCompositeSolver.cpp
    #  JacobianAndStructuralInfoForSystemsofEquations.cpp
    #  ApproximateRiemannCompositeSolver.cpp
    #  ApproximateRiemannCompositeSolver_FluxForm.cpp
    #  ApproximateRiemannCompositeSolver_ViscousForm.cpp
    #  Roe_FluxForm_v2_CompositeSolver.cpp
    #  Roe_ViscousForm_v2_CompositeSolver.cpp
    #  VFFC_FluxForm_v1_CompositeSolver.cpp
    #  VFFC_ViscousForm_v1_CompositeSolver.cpp
    #  VFFC_FluxForm_v2_CompositeSolver.cpp
    #  VFFC_ViscousForm_v2_CompositeSolver.cpp
      HyperelasticSolver.cpp
      DiscreteFunctionIntegrator.cpp
      DiscreteFunctionInterpoler.cpp
      DiscreteFunctionUtils.cpp
      DiscreteFunctionVectorIntegrator.cpp
      DiscreteFunctionVectorInterpoler.cpp
      FluxingAdvectionSolver.cpp
      HyperelasticSolver.cpp
      LoadBalancer.cpp
      PolynomialReconstruction.cpp
      RusanovEulerianCompositeSolverTools.cpp
      RusanovEulerianCompositeSolver.cpp
      RusanovEulerianCompositeSolver_v2.cpp
      RoeViscousFormEulerianCompositeSolver_v2.cpp
      RoeFluxFormEulerianCompositeSolver_v2.cpp
      RusanovEulerianCompositeSolver_o2.cpp
      RusanovEulerianCompositeSolver_v2_o2.cpp
      RusanovEulerianCompositeSolver_v2_order_n.cpp
      RoeViscousFormEulerianCompositeSolver_v2_o2.cpp
    )
    
    target_link_libraries(
      PugsScheme
      ${HIGHFIVE_TARGET}
    )