Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Enumerations
hp2D/bf_partialderiv.hh File Reference
#include <memory>
#include "operator/bilinearForm.hh"
#include "basics/typedefs.hh"
#include "geometry/sharedJacobian.hh"
#include "hp2D/bilinearFormHelper.hh"
#include "arrayElementFormula.hh"
Include dependency graph for bf_partialderiv.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hp2D::BilinearFormOnePartDeriv< F >
 A function class to calculate element matrices for the bilinear form related to a partial derivative of the test functions (scalar). More...
class  hp2D::BilinearFormTwoPartDeriv< F >
 A function class to calculate element matrices for the bilinear form related to a partial derivative of the trial and (!) test functions (scalar). More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


namespace  hp2D
 

Eddy-Current Model in 2D in h-formulation.


namespace  vectorial
 

Vector valued problems.


Enumerations

enum  hp2D::partDerivType { hp2D::NO_DERIV = 0, hp2D::X_DERIV = 1, hp2D::Y_DERIV = 2 }
 Direction of partial derivative. More...

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)