NeoPZ
|
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"
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... | |
Contains the TPZConservationLaw class which implements the interface for conservation laws.
Definition in file pzconslaw.h.