Hermes2D  2.0
Hermes::Hermes2D::BasicKellyAdapt< Scalar >::ErrorEstimatorFormKelly Class Reference
+ Inheritance diagram for Hermes::Hermes2D::BasicKellyAdapt< Scalar >::ErrorEstimatorFormKelly:

Public Member Functions

 ErrorEstimatorFormKelly (int i=0, double const_by_laplacian=1.0)
 Constructor.
 
virtual Scalar value (int n, double *wt, Func< Scalar > *u_ext[], Func< Scalar > *u, Geom< double > *e, Func< Scalar > **ext) const
 Value calculation.
 
virtual Hermes::Ord ord (int n, double *wt, Func< Hermes::Ord > *u_ext[], Func< Hermes::Ord > *u, Geom< Hermes::Ord > *e, Func< Ord > **ext) const
 Integration order.
 
- Public Member Functions inherited from Hermes::Hermes2D::KellyTypeAdapt< Scalar >::ErrorEstimatorForm
void setAsInterface ()
 Set this error form to be an interface one.
 
 ErrorEstimatorForm (int i, std::string area=HERMES_ANY, Hermes::vector< MeshFunction< Scalar > * > ext=Hermes::vector< MeshFunction< Scalar > * >())
 Constructor.
 
- Public Member Functions inherited from Hermes::Hermes2D::Form< Scalar >
 Form ()
 Constructor with coordinates.
 
void set_area (std::string area)
 
void set_areas (Hermes::vector< std::string > areas)
 
Hermes::vector< std::string > getAreas () const
 
void set_ext (MeshFunction< Scalar > *ext)
 
void set_ext (Hermes::vector< MeshFunction< Scalar > * > ext)
 
Hermes::vector< MeshFunction
< Scalar > * > 
get_ext () const
 

Additional Inherited Members

- Public Attributes inherited from Hermes::Hermes2D::KellyTypeAdapt< Scalar >::ErrorEstimatorForm
int i
 Component.
 
std::string area
 Geometric region where this estimator is applied.
 
Hermes::vector< MeshFunction
< Scalar > * > 
ext
 
KellyTypeAdaptadapt
 FIXME - temporary.
 
- Protected Member Functions inherited from Hermes::Hermes2D::Form< Scalar >
void set_weakform (WeakForm< Scalar > *wf)
 Set pointer to a WeakForm.
 
void set_current_stage_time (double time)
 
double get_current_stage_time () const
 
void setScalingFactor (double scalingFactor)
 
void set_uExtOffset (int u_ext_offset)
 
- Protected Attributes inherited from Hermes::Hermes2D::Form< Scalar >
Hermes::vector< std::string > areas
 Markers of the areas where this form will be assembled.
 
int u_ext_offset
 
Hermes::vector< MeshFunction
< Scalar > * > 
ext
 External solutions.
 
double scaling_factor
 Form will be always multiplied (scaled) with this number.
 
WeakForm< Scalar > * wf
 
double stage_time
 

Detailed Description

template<typename Scalar>
class Hermes::Hermes2D::BasicKellyAdapt< Scalar >::ErrorEstimatorFormKelly

Definition at line 314 of file kelly_type_adapt.h.


The documentation for this class was generated from the following files: