Skip to content
Snippets Groups Projects
Commit f496412f authored by Abelin Kameni's avatar Abelin Kameni
Browse files

maxwell

parent 25d62460
Branches
Tags
No related merge requests found
......@@ -18,6 +18,7 @@
#include "dgConservationLawAdvection.h"
#include "dgConservationLawPerfectGas.h"
#include "dgConservationLawWaveEquation.h"
#include "dgConservationLawMaxwell.h"
#include "dgRungeKutta.h"
#include "dgSystemOfEquations.h"
#include "dgLimiter.h"
......@@ -332,6 +333,7 @@ binding::binding(){
dgBoundaryCondition::registerBindings(this);
dgConservationLaw::registerBindings(this);
dgConservationLawAdvectionDiffusionRegisterBindings(this);
dgConservationLawMaxwellRegisterBindings(this);
dgConservationLawShallowWater2dRegisterBindings(this);
dgConservationLawWaveEquationRegisterBindings(this);
dgDofContainer::registerBindings(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment