v0.15.0
Loading...
Searching...
No Matches
adJoint.hpp
Go to the documentation of this file.
1/** \file dHODataOperators.hpp
2 * \brief Operators managing HO geometry derivatives
3
4*/
5
6#ifndef __ADJOINT_HPP__
7#define __ADJOINT_HPP__
8
9namespace MoFEM {
10
11template <typename EleOp> struct AdJoint {
12
14 using OpType = typename EleOp::OpType;
15
16 template <IntegrationType I> struct Integration {
17
18 template <int SPACE_DIM>
20
21 };
22};
23
24}; // namespace MoFEM
25
26#endif
implementation of Data Operators for Forces and Sources
Definition Common.hpp:10
typename EleOp::OpType OpType
Definition adJoint.hpp:14
Data on single entity (This is passed as argument to DataOperator::doWork)
[declarations of templates]