Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Classes | Typedefs
secOrd_op_solutionDriven.cpp File Reference

Implementing Esfem::SecOrd_op::Solution_driven More...

#include <config.h>
#include <dune/fem/solver/cginverseoperator.hh>
#include "secOrd_op_solutionDriven.h"
#include "secOrd_op_solutionDriven_impl.h"
#include "io_parameter.h"
#include "grid.h"
Include dependency graph for secOrd_op_solutionDriven.cpp:

Go to the source code of this file.

Classes

struct  Esfem::SecOrd_op::Solution_driven::Data
 

Typedefs

using FEfun = Esfem::Grid::Scal_FEfun::Dune_FEfun
 Scalar valued finite element functions.
 
using Vec_FEfun = Esfem::Grid::Vec_FEfun::Dune_FEfun
 Vector valued finite element functions.
 
using Vec_cg_solver = Dune::Fem::CGInverseOperator< Vec_FEfun >
 CG solver.
 

Detailed Description

Implementing Esfem::SecOrd_op::Solution_driven

Author
Christian Power
Date
17. March 2016

Revision history

 Revised by Christian Power March 2016
 Originally written by Christian Power
      (power22c@gmail.com) March 2016

Idea

Implementation of secOrd_op_solutionDriven.h

Created by Christian Power on 17.03.2016
Copyright (c) 2016 Christian Power.  All rights reserved.

Definition in file secOrd_op_solutionDriven.cpp.