Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Classes | Namespaces | Functions
esfem_error.h File Reference

All error classes for namespace Esfem More...

#include <stdexcept>
#include "dassert.h"
Include dependency graph for esfem_error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Esfem::Parameter_error
 Used in io_parameter{,_impl}.{h,cpp}. More...
 
struct  Esfem::SolutionDriven_error
 Used in secOrd_op_solutionDriven{,_impl}.{h,cpp}. More...
 
struct  Esfem::BrusselatorScheme_error
 Used in brusselator_algo{,_impl}.{h,cpp}. More...
 
struct  Esfem::Grid_error
 Used in grid.h. More...
 
struct  Esfem::Rhs_error
 Used for secOrd_op_rhs.h. More...
 
struct  Esfem::InitData_error
 Used for secOrd_op_initData.h. More...
 

Namespaces

 Esfem
 The evolving surface finite element method.
 

Functions

template<>
void Assert::dynamic< false, Esfem::Parameter_error > (const bool, const std::string &)
 
template<>
void Assert::dynamic< false, Esfem::SolutionDriven_error > (const bool, const std::string &)
 
template<>
void Assert::dynamic< false, Esfem::BrusselatorScheme_error > (const bool, const std::string &)
 
template<>
void Assert::dynamic< false, Esfem::Grid_error > (const bool, const std::string &)
 
template<>
void Assert::dynamic< false, Esfem::Rhs_error > (const bool, const std::string &)
 
template<>
void Assert::dynamic< false, Esfem::InitData_error > (const bool, const std::string &)
 

Detailed Description

All error classes for namespace Esfem

Author
Christian Power
Date
20. March 2016

Revision history

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

Idea

Use the facilities provided in dassert.h to give very easy assertion checking.

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

Definition in file esfem_error.h.