CppNoddy  0.92
Loading...
Searching...
No Matches
Classes | Namespaces
Residual_with_coords.h File Reference

A specification of a (double/complex) residual class that not only defines a vector residual of a vector of state variables but may also depend upon N additional (double) variables. More...

#include <Residual.h>
#include <DenseVector.h>
#include <DenseMatrix.h>

Go to the source code of this file.

Classes

class  CppNoddy::Residual_with_coords< _Type, _Xtype >
 A base class to be inherited by objects that define residuals. More...
 

Namespaces

namespace  CppNoddy
 A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics.
 

Detailed Description

A specification of a (double/complex) residual class that not only defines a vector residual of a vector of state variables but may also depend upon N additional (double) variables.

This is useful for the specification of boundary conditions in the PDE_IBVP and PDE_double_IBVP classes where the boundary conditions are dependent on the time/spatial location.

Definition in file Residual_with_coords.h.

© 2012

R.E. Hewitt