MFEM  v4.6.0
Finite element discretization library
Static Public Attributes | List of all members
mfem::TCoefficient Class Reference

Templated coefficient classes, cf. coefficient.?pp. More...

#include <tcoefficient.hpp>

Inheritance diagram for mfem::TCoefficient:
[legend]

Static Public Attributes

static const int rank = 0
 
static const bool is_const = false
 
static const bool uses_coordinates = false
 
static const bool uses_Jacobians = false
 
static const bool uses_attributes = false
 
static const bool uses_element_idxs = false
 

Detailed Description

Templated coefficient classes, cf. coefficient.?pp.

Definition at line 26 of file tcoefficient.hpp.

Member Data Documentation

◆ is_const

const bool mfem::TCoefficient::is_const = false
static

Definition at line 30 of file tcoefficient.hpp.

◆ rank

const int mfem::TCoefficient::rank = 0
static

Definition at line 29 of file tcoefficient.hpp.

◆ uses_attributes

const bool mfem::TCoefficient::uses_attributes = false
static

Definition at line 33 of file tcoefficient.hpp.

◆ uses_coordinates

const bool mfem::TCoefficient::uses_coordinates = false
static

Definition at line 31 of file tcoefficient.hpp.

◆ uses_element_idxs

const bool mfem::TCoefficient::uses_element_idxs = false
static

Definition at line 34 of file tcoefficient.hpp.

◆ uses_Jacobians

const bool mfem::TCoefficient::uses_Jacobians = false
static

Definition at line 32 of file tcoefficient.hpp.


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