#include <GridRefAdm.h>
Inheritance diagram for GridRefAdm::

NAME: GridRefAdm - administrator class for adaptive grid refinement
DESCRIPTION:
The class acts as the interface to grid refinement and error estimation in a finite element simulator. "GridRefAdm" holds parameters and gives access to methods for working with adaptive grids. You should not need to work with the "GridFEAdB" or "GridFEAdT" interfaces directly; you can use "GridRefAdm" for everything that has to do with refinements and access the "GridFE" part of the grid objects directly for standard grid functionality.
|
|
Initialization of parameters used in the refinement criteria is done through the "scan" function (which calls "RefinementInd_prm scan" - the "GridRefAdm" and "RefinementInd_prm" classes hold together all parameters used in grid refinements). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
writes information about how the refinement criteria are reached by the current grid. |
|
|
|
|
|
|
|
|
See documentation of one of the overloaded functions. |
|
|
See documentation of one of the overloaded functions. |
|
|
refines the grid object, based on the information in "GridRefAdm" and its "RefinementInd" object. This is the central function to call. It is the "refine" function that takes a "GridFE" handle that you should call (this "refine" function tests on the grid type and calls the another "refine" function with the relevant grid type.) |
|
|
|
|
|
|
|
|
scans numerous parameters, required in this "GridRefAdm" class, from the menu, and the function also scans the answers from the "RefinementInd_prm" menu. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|