#include <Eigen/Core>
#include <mesh/Edge.hpp>
#include <mesh/Mesh.hpp>
#include <mesh/Utils.hpp>
#include <utils/IntraComm.hpp>
#include "utils/assertion.hpp"
Go to the source code of this file.
|
Eigen::VectorXd | precice::mesh::integrateSurface (const PtrMesh &mesh, const Eigen::VectorXd &input) |
| Given the data and the mesh, this function returns the surface integral. Assumes no overlap exists for the mesh.
|
|
Eigen::VectorXd | precice::mesh::integrateVolume (const PtrMesh &mesh, const Eigen::VectorXd &input) |
| Given the data and the mesh, this function returns the volume integral. Assumes no overlap exists for the mesh.
|
|