Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Implementation of io_l2h1Calculator.h. More...
#include <config.h>
#include <stdexcept>
#include <dune/fem/misc/l2norm.hh>
#include <dune/fem/misc/h1norm.hh>
#include <dassert.h>
#include "io_l2h1Calculator.h"
#include "grid.h"
Go to the source code of this file.
Classes | |
struct | Esfem::Io::L2H1_calculator::Data |
Data members of L2H1_calculator More... | |
Typedefs | |
using | FEfun = Esfem::Grid::Scal_FEfun::Dune_FEfun |
| |
using | Vec_FEfun = Esfem::Grid::Vec_FEfun::Dune_FEfun |
| |
using | L2_norm = Dune::Fem::L2Norm< Esfem::Grid::Grid_and_time::Grid_part > |
-norm | |
using | H1_norm = Dune::Fem::H1Norm< Esfem::Grid::Grid_and_time::Grid_part > |
-norm | |
Implementation of io_l2h1Calculator.h.
Revised by Christian Power April 2016 Originally written by Christian Power (power22c@gmail.com) Januar 2016
Definition in file io_l2h1Calculator.cpp.