Skip to content

Commit

Permalink
display the badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gordon committed Feb 23, 2022
1 parent 21f260b commit c2b79fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# TurboWAVE Simulation Framework

![unit tests](https://github.com/USNavalResearchLaboratory/turboWAVE/actions/workflows/c-cpp.yml/badge.svg)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4312970.svg)](https://doi.org/10.5281/zenodo.4312970)

TurboWAVE is a simulation framework primarily for laser-plasma interactions. It incorporates both particle-in-cell and hydrodynamics algorithms.

To get started with turboWAVE visit http://turbowave.readthedocs.io/
5 changes: 0 additions & 5 deletions core/build/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,6 @@ tw3d_debug: tw3d
tw3d_profile: CCFLAGS = $(PROFILE_FLAGS) -DVBITS=$(VBITS)
tw3d_profile: tw3d

BASE_HEADERS = definitions.h tasks.h ctools.h 3dmath.h tw_iterator.h discreteSpace.h metricSpace.h functions.h fft.h numerics.h 3dfields.h region.h input.h units.h
TOOL_HEADERS = computeTool.h parabolic.h elliptic.h hyperbolic.h injection.h qstate.h physics.h chemistry.h diagnostics.h
TOOL_HEADERS += mover.h bundle.h pusher.h slicer.h tiler.h
SIM_HEADERS = $(BASE_HEADERS) $(TOOL_HEADERS) module.h simulation.h
MODULE_HEADERS = fieldSolve.h electrostatic.h laserSolve.h fluid.h quantum.h particles.h solidState.h
ifdef TW_MPI
BASE_HEADERS += tw_mpi.h
OBJ_LIST += TW_MPI.o
Expand Down

0 comments on commit c2b79fb

Please sign in to comment.