1#ifndef _RHEO_INTEGRATE_OPTION_H
2#define _RHEO_INTEGRATE_OPTION_H
117#include "rheolef/smart_pointer.h"
118#include "rheolef/reference_element.h"
119#include "rheolef/point.h"
174 static T epsilon() {
return 1e3*std::numeric_limits<T>::epsilon(); }
see the integrate_option page for the full documentation
void set_family(std::string name)
void reset(const std::string &name)
void set_family(family_type type)
integrate_option & operator=(const integrate_option &iopt)
bool _is_inside_on_local_sides
static const family_type default_family
std::string get_family_name() const
family_type get_family() const
integrate_option(family_type ft=default_family, size_type k=default_order)
static const size_type default_order
static const size_type unset_order
integrate_option integrate_option_type
integrate_option quadrature_option
integrate_option quadrature_option_type
This file is part of Rheolef.