GooseFEM 1.4.1.dev2+g78f16df
Loading...
Searching...
No Matches
GooseFEM::Mesh::RegularBase< D > Class Template Reference

CRTP base class for regular meshes. More...

#include <GooseFEM/Mesh.h>

Inheritance diagram for GooseFEM::Mesh::RegularBase< D >:
GooseFEM::Mesh::RegularBase2d< FineLayer > GooseFEM::Mesh::RegularBase2d< Regular > GooseFEM::Mesh::RegularBase3d< FineLayer > GooseFEM::Mesh::RegularBase3d< Regular > GooseFEM::Mesh::RegularBase2d< D > GooseFEM::Mesh::RegularBase3d< D > GooseFEM::Mesh::Quad4::FineLayer GooseFEM::Mesh::Quad4::Regular GooseFEM::Mesh::Tri3::Regular GooseFEM::Mesh::Hex8::FineLayer GooseFEM::Mesh::Hex8::Regular

Public Types

using derived_type = D
 Underlying type.
 

Public Member Functions

auto nelem () const
 Number of elements.
 
auto nnode () const
 Number of nodes.
 
auto nne () const
 Number of nodes-per-element == 4.
 
auto ndim () const
 Number of dimensions == 2.
 
auto nelx () const
 Number of elements in x-direction == width of the mesh in units of h.
 
auto nely () const
 Number of elements in y-direction == height of the mesh, in units of h,.
 
auto h () const
 Linear edge size of one 'block'.
 
auto elementType () const
 The ElementType().
 
auto coor () const
 Nodal coordinates [nnode, ndim].
 
auto conn () const
 Connectivity [nelem, nne].
 
auto dofs () const
 DOF numbers for each node (numbered sequentially) [nnode, ndim].
 
auto dofsPeriodic () const
 DOF-numbers for the case that the periodicity if fully eliminated.
 
auto nodesPeriodic () const
 Periodic node pairs, in two columns: (independent, dependent).
 
auto nodesOrigin () const
 Reference node to use for periodicity, because all corners are tied to it.
 

Detailed Description

template<class D>
class GooseFEM::Mesh::RegularBase< D >

CRTP base class for regular meshes.

Definition at line 181 of file Mesh.h.

Member Typedef Documentation

◆ derived_type

template<class D >
using GooseFEM::Mesh::RegularBase< D >::derived_type = D

Underlying type.

Definition at line 186 of file Mesh.h.

Member Function Documentation

◆ conn()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::conn ( ) const
inline

Connectivity [nelem, nne].

Returns
nodes per element

Definition at line 273 of file Mesh.h.

◆ coor()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::coor ( ) const
inline

Nodal coordinates [nnode, ndim].

Returns
coordinates per node

Definition at line 264 of file Mesh.h.

◆ dofs()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::dofs ( ) const
inline

DOF numbers for each node (numbered sequentially) [nnode, ndim].

Returns
DOFs per node

Definition at line 282 of file Mesh.h.

◆ dofsPeriodic()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::dofsPeriodic ( ) const
inline

DOF-numbers for the case that the periodicity if fully eliminated.

Returns
DOF numbers for each node [nnode, ndim].

Definition at line 291 of file Mesh.h.

◆ elementType()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::elementType ( ) const
inline

The ElementType().

Returns
element type

Definition at line 255 of file Mesh.h.

◆ h()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::h ( ) const
inline

Linear edge size of one 'block'.

Returns
double

Definition at line 246 of file Mesh.h.

◆ ndim()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::ndim ( ) const
inline

Number of dimensions == 2.

Returns
unsigned int

Definition at line 219 of file Mesh.h.

◆ nelem()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::nelem ( ) const
inline

Number of elements.

Returns
unsigned int

Definition at line 192 of file Mesh.h.

◆ nelx()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::nelx ( ) const
inline

Number of elements in x-direction == width of the mesh in units of h.

Returns
unsigned int

Definition at line 228 of file Mesh.h.

◆ nely()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::nely ( ) const
inline

Number of elements in y-direction == height of the mesh, in units of h,.

Returns
unsigned int

Definition at line 237 of file Mesh.h.

◆ nne()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::nne ( ) const
inline

Number of nodes-per-element == 4.

Returns
unsigned int

Definition at line 210 of file Mesh.h.

◆ nnode()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::nnode ( ) const
inline

Number of nodes.

Returns
unsigned int

Definition at line 201 of file Mesh.h.

◆ nodesOrigin()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::nodesOrigin ( ) const
inline

Reference node to use for periodicity, because all corners are tied to it.

Returns
Node number.

Definition at line 318 of file Mesh.h.

◆ nodesPeriodic()

template<class D >
auto GooseFEM::Mesh::RegularBase< D >::nodesPeriodic ( ) const
inline

Periodic node pairs, in two columns: (independent, dependent).

Returns
[ntyings, ndim].

Definition at line 309 of file Mesh.h.


The documentation for this class was generated from the following file: