#include <Sacado.hpp>
#include "../include/free_surface.h"
#include "../include/restart_nonlinear_problem_diff.h"
#include "../include/restart_nonlinear_problem_alg.h"
#include "newton_solver.h"
#include <deal.II/numerics/fe_field_function.h>
#include <deal.II/base/sacado_product_type.h>
#include <GeomPlate_BuildPlateSurface.hxx>
#include <GeomPlate_PointConstraint.hxx>
#include <GeomPlate_MakeApprox.hxx>
#include <Geom_Surface.hxx>
#include <BRepBuilderAPI_MakeFace.hxx>
#include <GeomPlate_Surface.hxx>
#include <BRepAdaptor_Curve.hxx>
Go to the source code of this file.
Typedefs | |
typedef Sacado::Fad::DFad< double > | fad_double |
typedef std::pair< double, unsigned int > | mypair |
Functions | |
bool | comparator (const mypair &l, const mypair &r) |
typedef Sacado::Fad::DFad<double> fad_double |
Definition at line 52 of file free_surface.cc.
typedef std::pair<double,unsigned int> mypair |
Definition at line 986 of file free_surface.cc.
Definition at line 987 of file free_surface.cc.