Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Implementation of secOrd_op_initData_impl.h. More...
#include <iostream>
#include <sstream>
#include <fstream>
#include <cmath>
#include <numeric>
#include <config.h>
#include <dune/fem/io/parameter.hh>
#include <dune/fem/operator/lagrangeinterpolation.hh>
#include "secOrd_op_initData_impl.h"
#include "io_parameter.h"
#include "esfem_error.h"
Go to the source code of this file.
Typedefs | |
using | Vec_domain = Analytic_velocity::Domain |
| |
using | Vec_range = Analytic_velocity::Range |
| |
Functions | |
static double | r_div_rEnd (const double t) |
Helper for eoc_velocity() More... | |
static void | eoc_velocity (const double t, const Vec_domain &d, Vec_range &r) |
Velocity for the solution driven 2016 paper. More... | |
Implementation of secOrd_op_initData_impl.h.
Revised by Christian Power June 2016 Revised by Christian Power April 2016 Originally written by Christian Power (power22c@gmail.com) Februar 2016
Implementing Explicit_initial_data
and Random_initial_data
.
Definition in file secOrd_op_initData_impl.cpp.
|
inlinestatic |
Velocity for the solution driven 2016 paper.
Eoc means that this velocity was used to generate the eoc tables.
t | Current time |
d | Position at time |
r |
Definition at line 71 of file secOrd_op_initData_impl.cpp.
|
inlinestatic |
Helper for eoc_velocity()
t | Current time |
Definition at line 60 of file secOrd_op_initData_impl.cpp.