OptimAux.h File Reference
Detailed Description
File that contains auxiliary functions for optimization.
#include "Mesh.h"
#include "Vect.h"
Go to the source code of this file.
Namespaces | |
| namespace | OFELI |
Functions | |
| void | BCAsConstraint (const Mesh &m, const Vect< double > &bc, Vect< double > &up, Vect< double > &low) |
| To impose Dirichlet boundary conditions in an optimization problem. | |