| OpenFCST: The open-source Fuel Cell Simulation Toolbox
    | 
This class is used when solving the problem using Newton's method to provide an initial solution. More...
#include <app_laplace.h>


| Public Member Functions | |
| AppLaplaceIC (FuelCell::OperatingConditions *) | |
| Constructor. | |
| ~AppLaplaceIC () | |
| Destructor. | |
| double | value (const Point< dim > &p, unsigned int) const | 
| void | vector_value (const Point< dim > &p, Vector< double > &v) const | 
| This is the member function that computes the value of the initial solution for a given point. | |
| Private Attributes | |
| FuelCell::OperatingConditions * | OC | 
| Operating conditions class object. | |
This class is used when solving the problem using Newton's method to provide an initial solution.
This function is called in VectorTools::interpolate(..,..,InitialSolution<dim> marc,...) It provides a solution that satisfies Dirichlet boundaries and has a gradient.
| FuelCell::InitialSolution::AppLaplaceIC< dim >::AppLaplaceIC | ( | FuelCell::OperatingConditions * | ) | 
Constructor.
| FuelCell::InitialSolution::AppLaplaceIC< dim >::~AppLaplaceIC | ( | ) | 
Destructor.
| double FuelCell::InitialSolution::AppLaplaceIC< dim >::value | ( | const Point< dim > & | p, | 
| unsigned | int | ||
| ) | const | 
| void FuelCell::InitialSolution::AppLaplaceIC< dim >::vector_value | ( | const Point< dim > & | p, | 
| Vector< double > & | v | ||
| ) | const | 
This is the member function that computes the value of the initial solution for a given point.
| 
 | private | 
Operating conditions class object.
 1.8.2
 1.8.2