WARPXM v1.10.0
Loading...
Searching...
No Matches
arb_mesh.h
Go to the documentation of this file.
1#ifndef WXM_ARB_MESH_H
2#define WXM_ARB_MESH_H
3
4#include "mesh.h"
5
6namespace wxm
7{
8namespace mesh
9{
17class arb_mesh : public mesh
18{
19protected:
20 virtual void setup_impl(const WxCryptSet& wxc,
21 UCDomain::periodicBoundaryList_t& pBL,
22 UCDomain& d,
23 WmDomain& domain);
24
25public:
31};
32} // namespace mesh
33} // namespace wxm
34#endif
Definition: wmdomain.h:35
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35
Handles reading in input meshes from disk.
Definition: arb_mesh.h:18
virtual void setup_impl(const WxCryptSet &wxc, UCDomain::periodicBoundaryList_t &pBL, UCDomain &d, WmDomain &domain)
Subclass should implement this to properly setup the mesh.
arb_mesh()
Constructs a mesh in a given domain.
Base class for handling input meshes.
Definition: mesh.h:27
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8