|
| IElemError (const char *functions, const char *subsets) |
|
| IElemError (const std::vector< std::string > &vFct, const std::vector< std::string > &vSubset) |
|
SmartPtr< ApproximationSpace< TDomain > > | approx_space () |
| returns approximation space
|
|
ConstSmartPtr< ApproximationSpace< TDomain > > | approx_space () const |
| returns approximation space
|
|
void | check_setup (bool bNonRegularGrid) |
| checks the setup of the elem disc
|
|
void | clear_imports () |
| removes all imports
|
|
SmartPtr< TDomain > | domain () |
| returns the domain
|
|
ConstSmartPtr< TDomain > | domain () const |
| returns the domain
|
|
const FunctionGroup & | function_group () const |
| returns the current function group
|
|
ConstSmartPtr< FunctionPattern > | function_pattern () const |
| returns the current function pattern
|
|
IDataImport< dim > & | get_import (size_t i) |
| returns an import
|
|
| IElemDiscBase (const char *functions="", const char *subsets="") |
| Constructor.
|
|
| IElemDiscBase (const std::vector< std::string > &vFct, const std::vector< std::string > &vSubset) |
| Constructor.
|
|
bool | is_time_dependent () const |
| returns if assembling is time-dependent
|
|
bool | local_time_series_needed () |
|
const LocalVectorTimeSeries * | local_time_solutions () const |
| returns the local time solutions
|
|
const FunctionIndexMapping & | map () const |
| returns the current function index mapping
|
|
size_t | num_fct () const |
| number of functions this discretization handles
|
|
size_t | num_imports () const |
| returns number of imports
|
|
size_t | num_subsets () const |
| number of subsets this discretization handles
|
|
virtual void | prepare_setting (const std::vector< LFEID > &vLfeID, bool bNonRegularGrid)=0 |
| requests assembling for trial spaces and grid type
|
|
void | register_import (IDataImport< dim > &Imp) |
| registers a data import
|
|
virtual bool | requests_local_time_series () |
| returns if local time series needed by assembling
|
|
void | set_approximation_space (SmartPtr< ApproximationSpace< TDomain > > approxSpace) |
| sets the approximation space
|
|
void | set_functions (const std::string &functions) |
| Approximation Space.
|
|
void | set_functions (const std::vector< std::string > &functions) |
| sets functions by vector of names
|
|
void | set_stationary () |
|
void | set_stationary (bool bStationaryForced=true) |
| sets that the assembling is always stationary (even in instationary case)
|
|
void | set_subsets (const std::string &subsets) |
| sets subset(s) by name list, divided by ','
|
|
void | set_subsets (const std::vector< std::string > &subsets) |
| sets subset(s) by name list, divided by ','
|
|
void | set_time_dependent (LocalVectorTimeSeries &locTimeSeries, const std::vector< number > &vScaleMass, const std::vector< number > &vScaleStiff) |
| sets if assembling should be time-dependent and the local time series
|
|
void | set_time_independent () |
| sets that the assembling is time independent
|
|
void | set_time_point (const size_t timePoint) |
| sets the current time point
|
|
TDomain::subset_handler_type & | subset_handler () |
| returns the subset handler
|
|
const TDomain::subset_handler_type & | subset_handler () const |
| returns the subset handler
|
|
const std::vector< std::string > & | symb_fcts () const |
| returns the symbolic functions
|
|
const std::vector< std::string > & | symb_subsets () const |
| returns the symbolic subsets
|
|
number | time () const |
| returns currently set timepoint
|
|
size_t | time_point () const |
| returns the currently considered time point of the time-disc scheme
|
|
virtual int | type () const |
| returns the type of elem disc
|
|
virtual bool | use_hanging () const |
| returns if discretization acts on hanging nodes if present
|
|
virtual | ~IElemDiscBase () |
| Virtual destructor.
|
|
const std::vector< number > & | mass_scales () const |
|
const std::vector< number > & | stiff_scales () const |
|
number | mass_scale (const size_t timePoint) const |
|
number | stiff_scale (const size_t timePoint) const |
|
number | mass_scale () const |
|
number | stiff_scale () const |
|
IElemDisc< TDomain > & | asLeaf () |
|
void | check_roid (ReferenceObjectID roid, int discType) |
| check, if all inputs have been set
|
|
virtual void | compute_err_est_A_elem (const LocalVector &u, GridObject *elem, const MathVector< dim > vCornerCoords[], const number &scale) |
| virtual compute the error estimator (stiffness part) contribution for one element
|
|
virtual void | compute_err_est_M_elem (const LocalVector &u, GridObject *elem, const MathVector< dim > vCornerCoords[], const number &scale) |
| virtual compute the error estimator (mass part) contribution for one element
|
|
virtual void | compute_err_est_rhs_elem (GridObject *elem, const MathVector< dim > vCornerCoords[], const number &scale) |
| virtual compute the error estimator (rhs part) contribution for one element
|
|
void | do_compute_err_est_A_elem (LocalVector &u, GridObject *elem, const MathVector< dim > vCornerCoords[], const number &scale) |
|
void | do_compute_err_est_M_elem (LocalVector &u, GridObject *elem, const MathVector< dim > vCornerCoords[], const number &scale) |
|
void | do_compute_err_est_rhs_elem (GridObject *elem, const MathVector< dim > vCornerCoords[], const number &scale) |
|
void | do_fsh_err_est_elem_loop () |
|
void | do_prep_err_est_elem (LocalVector &u, GridObject *elem, const MathVector< dim > vCornerCoords[]) |
|
void | do_prep_err_est_elem_loop (const ReferenceObjectID roid, const int si) |
|
virtual SmartPtr< IErrEstData< TDomain > > | err_est_data () |
| returns the pointer to the error estimator data object (or NULL)
|
|
bool | err_est_enabled () const |
| find out whether or not a posteriori error estimation is to be performed for this disc
|
|
virtual void | fsh_err_est_elem_loop () |
| virtual postprocesses the loop over all elements of one type in the computation of the error estimator
|
|
| IElemEstimatorFuncs () |
| constructor
|
|
virtual void | prep_err_est_elem (const LocalVector &u, GridObject *elem, const MathVector< dim > vCornerCoords[]) |
| virtual prepares the loop over all elements of one type for the computation of the error estimator
|
|
virtual void | prep_err_est_elem_loop (const ReferenceObjectID roid, const int si) |
| virtual prepares the loop over all elements of one type for the computation of the error estimator
|
|
void | set_error_estimator (SmartPtr< IErrEstData< TDomain > > ee) |
| sets the pointer to an error estimator data object (or NULL)
|
|
void | set_roid (ReferenceObjectID id, int discType) |
| sets the geometric object type
|
|
virtual | ~IElemEstimatorFuncs () |
| Virtual destructor.
|
|