Amandus: Simulations based on multilevel Schwarz methods
Public Member Functions | Private Attributes | List of all members
Darcy::Checkerboard::NewtonResidual< dim, VECTOR > Class Template Reference

#include <solution_parameters.h>

Inheritance diagram for Darcy::Checkerboard::NewtonResidual< dim, VECTOR >:
Inheritance graph
[legend]
Collaboration diagram for Darcy::Checkerboard::NewtonResidual< dim, VECTOR >:
Collaboration graph
[legend]

Public Member Functions

 NewtonResidual (const Function< dim > *f)
 
virtual void operator() (AnyData &out, const AnyData &in)
 

Private Attributes

SmartPointer< const Function< dim > > f
 
Point< dim > p
 

Detailed Description

template<int dim, typename VECTOR>
class Darcy::Checkerboard::NewtonResidual< dim, VECTOR >

Wrapper for a function to provide the corresponding residual for Newton's method.

Constructor & Destructor Documentation

template<int dim, typename VECTOR >
Darcy::Checkerboard::NewtonResidual< dim, VECTOR >::NewtonResidual ( const Function< dim > *  f)

Member Function Documentation

template<int dim, typename VECTOR >
void Darcy::Checkerboard::NewtonResidual< dim, VECTOR >::operator() ( AnyData &  out,
const AnyData &  in 
)
virtual

Here is the call graph for this function:

Member Data Documentation

template<int dim, typename VECTOR>
SmartPointer<const Function<dim> > Darcy::Checkerboard::NewtonResidual< dim, VECTOR >::f
private
template<int dim, typename VECTOR>
Point<dim> Darcy::Checkerboard::NewtonResidual< dim, VECTOR >::p
private

The documentation for this class was generated from the following file: