NeoPZ
Classes | Enumerations
pzconslaw.h File Reference

Contains the TPZConservationLaw class which implements the interface for conservation laws. More...

#include <iostream>
#include "TPZMaterial.h"
#include "pzfmatrix.h"
#include "pzvec.h"
#include "pzdiscgal.h"
#include "Hash/TPZHash.h"
Include dependency graph for pzconslaw.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TPZConservationLaw
 Implements the interface for conservation laws, keeping track of the timestep as well. More...
 

Enumerations

enum  TPZTimeDiscr {
  None_TD, Explicit_TD, ApproxImplicit_TD, Implicit_TD,
  Unknown_TD
}
 Indicates the type of time discretization. More...
 
enum  TPZContributeTime { None_CT, Last_CT, Advanced_CT }
 Indicates which term is put in the right hand side and tangent matrix. More...
 
enum  TPZResidualType { None_RT, Residual_RT, Flux_RT }
 Which terms are being contributed. More...
 

Detailed Description

Contains the TPZConservationLaw class which implements the interface for conservation laws.

Definition in file pzconslaw.h.