Skip to content
Snippets Groups Projects
Select Git revision
  • 92dbbbd4c234ce9041fdd54aed0a78a942010b82
  • master default
  • feature/CGNS_MultiZonesAndBC
  • feature/netgen-import
  • origin/feature/ProcessBL_MergeRequest
  • feature/h-adaptation_3D
  • feature/QualityMetric_CADConformity
  • feature/IndustrialPipeline_MR
  • feature/h-adaptation
  • feature/OCEGeometryGenerator
  • feature/NekMeshParallel
  • feature/scaling_mesh
  • feature/nekmesh-unit-tests
  • fix/VarOpti_Sliding_Tolerances
  • feature/ProcessJac_Histograms
  • feature/tester-sequential
  • feature/NekMeshOpenMP
  • fix/InputStar_OutBug_20M_case
  • feature/IndustrialPipeline
  • feature/CADReconstruction
  • temp/testing_varopti-memory+tolerances
  • v4.0.1
  • v4.0.0
  • v3.4.0
  • v3.3.0
  • v3.2.0
  • v3.1.0
  • v3.0.1
28 results

nektar

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Nektar / Nektar
    632 commits behind, 1 commit ahead of the upstream repository.
    user avatar
    ksk119 authored
     1. Manually checking the pyramid tip/point to be with the highest vertexID, if not vertexID = vertexSet.size 2. Checking if the linear pyramids and prisms are valid (J).
    92dbbbd4
    History

    Nektar++

    Nektar++ is an open-source software framework designed to support the development of high-performance scalable solvers for partial differential equations (PDEs) using the spectral/hp element method.

    This package consists of a set of libraries (the framework) and a number of pre-written PDE solvers for a selection of application domains.

    The software and User Guide is available for download from http://www.nektar.info/.

    User Guide

    Detailed information on compiling, installing and using the software is available in the User Guide. This document is available as a pre-compiled PDF from the downloads section of the project website.

    Tutorials

    A number of tutorials are available, designed to walk the user through the basics of spectral/hp element methods, through the use of individual solvers and performing specific types of calculations.

    The tutorials are available from http://doc.nektar.info/tutorials/latest.

    Pre-requisites

    Nektar++ requires the following software to be installed on the users system:

    • CMake
    • BLAS/LAPACK

    Additional software is also required. This can either be installed system-wide or it can be downloaded and compiled automatically during the build process.

    For more detailed information, please see the User Guide.

    Compilation

    On most UNIX-based systems a default compilation can be performed using the following commands from the top-level of the source tree:

    mkdir build
    cd build
    cmake ..
    make

    To alter the build configuration (for example, to enable parallel execution support) we recommend using the ccmake command instead of cmake.

    For more detailed operating-system specific instructions, please see the User Guide.

    Installation

    The default installation location is in a dist subdirectory of the build directory. This can be changed by setting the CMAKE_INSTALL_PREFIX option using ccmake. To install the compiled libraries, solvers and header files, on UNIX-based systems run:

    make install