GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
mfem.hpp File Reference

Traits specializations for mfem::Mesh More...

#include <cassert>
#include <ranges>
#include <vector>
#include <array>
#include <type_traits>
#include <mfem/mesh/mesh.hpp>
#include <gridformat/common/exceptions.hpp>
#include <gridformat/common/filtered_range.hpp>
#include <gridformat/grid/cell_type.hpp>
#include <gridformat/grid/traits.hpp>

Go to the source code of this file.

Classes

struct  GridFormat::Traits::Points< mfem::Mesh >
 
struct  GridFormat::Traits::Cells< mfem::Mesh >
 
struct  GridFormat::Traits::CellType< mfem::Mesh, GridFormat::MFEM::Cell >
 
struct  GridFormat::Traits::CellPoints< mfem::Mesh, GridFormat::MFEM::Cell >
 
struct  GridFormat::Traits::PointId< mfem::Mesh, GridFormat::MFEM::Point >
 
struct  GridFormat::Traits::PointCoordinates< mfem::Mesh, GridFormat::MFEM::Point >
 
struct  GridFormat::Traits::NumberOfPoints< mfem::Mesh >
 
struct  GridFormat::Traits::NumberOfCells< mfem::Mesh >
 
struct  GridFormat::Traits::NumberOfCellPoints< mfem::Mesh, GridFormat::MFEM::Cell >
 

Typedefs

using GridFormat::MFEM::Point = int
 
using GridFormat::MFEM::Cell = int