OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
The class assembling local contributions to a functional into the global functionals. More...
#include <mesh_worker_assembler.h>
Public Member Functions | |
void | initialize (unsigned int n) |
template<int dim> | |
void | assemble (const InfoObjects::DoFInfo< dim > &info) |
Assemble the values J1 into the global vectors and reset them to zero. | |
template<int dim> | |
void | assemble (const InfoObjects::DoFInfo< dim > &info1, const InfoObjects::DoFInfo< dim > &info2) |
Assemble both local values into the global vectors and reset them to zero. | |
number | operator() (unsigned int i) const |
The value oth the ith #result. | |
Public Attributes | |
std::vector< number > | J1 |
Private Attributes | |
std::vector< double > | results |
The values into which the results are added. | |
The class assembling local contributions to a functional into the global functionals.
|
inline |
Assemble the values J1 into the global vectors and reset them to zero.
|
inline |
Assemble both local values into the global vectors and reset them to zero.
|
inline |
Referenced by AppFrame::LocalResponse< dim >::initialize().
|
inline |
The value oth the ith #result.
std::vector<number> MeshWorker::Assembler::Functional< number >::J1 |
|
private |
The values into which the results are added.