#include "forms.h"Functions | |
| Geom< Ord > * | init_geom_ord () |
| Init element geometry for calculating the integration order. | |
| Geom< double > * | init_geom_vol (RefMap *rm, const int order) |
| Init element geometry for volumetric integrals. | |
| Geom< double > * | init_geom_surf (RefMap *rm, EdgePos *ep, const int order) |
| Init element geometry for surface integrals. | |
| Func< Ord > * | init_fn_ord (const int order) |
| Init the function for calculation the integration order. | |
| Func< double > * | init_fn (PrecalcShapeset *fu, RefMap *rm, const int order) |
| Init the shape function for the evaluation of the volumetric/surface integral (transformation of values). | |
| Func< scalar > * | init_fn (MeshFunction *fu, RefMap *rm, const int order) |
| Init the mesh-function for the evaluation of the volumetric/surface integral. | |
| Func<scalar>* init_fn | ( | MeshFunction * | fu, | |
| RefMap * | rm, | |||
| const int | order | |||
| ) |
Init the mesh-function for the evaluation of the volumetric/surface integral.
| Func<double>* init_fn | ( | PrecalcShapeset * | fu, | |
| RefMap * | rm, | |||
| const int | order | |||
| ) |
Init the shape function for the evaluation of the volumetric/surface integral (transformation of values).
Init element geometry for surface integrals.
1.6.3