PolyFEM
Loading...
Searching...
No Matches
OutputData.hpp File Reference
#include <polyfem/Common.hpp>
#include <polyfem/basis/ElementBases.hpp>
#include <polyfem/mesh/LocalBoundary.hpp>
#include <polyfem/mesh/Mesh.hpp>
#include <Eigen/Dense>
#include <functional>
#include <map>
#include <string>
#include <vector>
Include dependency graph for OutputData.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  polyfem::io::OutputFieldOptions
 
struct  polyfem::io::OutputSample
 
struct  polyfem::io::OutputField
 
struct  polyfem::io::OutputSpace
 

Namespaces

namespace  polyfem
 
namespace  polyfem::mesh
 
namespace  ipc
 
namespace  polyfem::io
 

Typedefs

using polyfem::io::OutputFieldFunction = std::function< std::vector< OutputField >(const OutputSample &)>