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

<Program name>=""> More...

#include <iostream>
#include <stdexcept>
#include <config.h>
#include <dune/fem/solver/timeprovider.hh>
#include <dune/common/exceptions.hh>
#include "grid.h"
#include "grid_GridAndTime_impl.h"
#include "io_parameter.h"
#include "esfem_error.h"
Include dependency graph for grid_GridAndTime.cpp:

Go to the source code of this file.

Classes

struct  Esfem::Grid::Grid_and_time::Data
 

Typedefs

using Deformation = Esfem::Grid::Deformation
 
using Host_grid = Esfem::Grid::Grid_and_time::Host_grid
 
using HGrid_ptr = Dune::GridPtr< Host_grid >
 
using Grid = Esfem::Grid::Grid_and_time::Grid
 
using Grid_part = Esfem::Grid::Grid_and_time::Grid_part
 
using Time_provider = Dune::Fem::GridTimeProvider< Grid >
 
using FE_space = Esfem::Grid::Grid_and_time::FE_space
 
using Vec_FE_space = Esfem::Grid::Grid_and_time::Vec_FE_space
 

Functions

Host_grid & loadBalance_and_deref (HGrid_ptr &)
 

Detailed Description

<Program name>="">

Revision history:

 Revised by Christian Power dd.mm.yyyy
 Originally written by Christian Power
      (power22c@gmail.com) Januar 2016

Implementation details for grid_GridAndTime.h Created by Christian Power on 27.01.2016 Copyright (c) 2016 Christian Power. All rights reserved.

Definition in file grid_GridAndTime.cpp.