Files | |
file | fvbaseadlocallinearizer.hh [code] |
Calculates the local residual and its Jacobian for a single element of the grid. | |
file | fvbaseboundarycontext.hh [code] |
Represents all quantities which available on boundary segments. | |
file | fvbaseconstraints.hh [code] |
Class to specify constraints for a finite volume spatial discretization. | |
file | fvbaseconstraintscontext.hh [code] |
Represents all quantities which available for calculating constraints. | |
file | fvbasediscretization.hh [code] |
The base class for the finite volume discretization schemes. | |
file | fvbaseelementcontext.hh [code] |
This class stores an array of IntensiveQuantities objects, one intensive quantities object for each of the element's vertices. | |
file | fvbaseextensivequantities.hh [code] |
Provide the properties at a face which make sense indepentently of the conserved quantities. | |
file | fvbasefdlocallinearizer.hh [code] |
Calculates the Jacobian of the local residual for finite volume spatial discretizations using a finite difference method. | |
file | fvbasegradientcalculator.hh [code] |
This class calculates gradients of arbitrary quantities at flux integration points using the two-point approximation scheme. | |
file | fvbaseintensivequantities.hh [code] |
Base class for the model specific class which provides access to all intensive (i.e., volume averaged) quantities. | |
file | fvbaselinearizer.hh [code] |
The common code for the linearizers of non-linear systems of equations. | |
file | fvbaselocalresidual.hh [code] |
Element-wise caculation of the residual matrix for models based on a finite volume spatial discretization. | |
file | fvbasenewtonconvergencewriter.hh [code] |
Writes the intermediate solutions during the Newton scheme for models using a finite volume discretization. | |
file | fvbasenewtonmethod.hh [code] |
A Newton method for models using a finite volume discretization. | |
file | fvbaseprimaryvariables.hh [code] |
Represents the primary variables used by the a model. | |
file | fvbaseproblem.hh [code] |
Base class for all problems which use a finite volume spatial discretization. | |
file | fvbaseproperties.hh [code] |
Declare the properties used by the infrastructure code of the finite volume discretizations. | |
file | restrictprolong.hh [code] |