https://mooseframework.inl.gov
Classes | Namespaces | Typedefs | Enumerations
Adaptivity.h File Reference

Go to the source code of this file.

Classes

class  MooseVariableFE< OutputType >
 Class for stuff related to variables. More...
 
class  Adaptivity
 Takes care of everything related to mesh adaptivity. More...
 

Namespaces

 libMesh
 The following methods are specializations for using the libMesh::Parallel::packed_range_* routines for std::strings.
 

Typedefs

typedef MooseVariableFE< RealMooseVariable
 
typedef MooseVariableFE< libMesh::VectorValue< Real > > VectorMooseVariable
 

Enumerations

enum  AdaptivityType { AdaptivityType::H = 0, AdaptivityType::P = 1, AdaptivityType::HP = 2 }
 Defines types of mesh adaptivity options available. More...
 

Typedef Documentation

◆ MooseVariable

Definition at line 33 of file Adaptivity.h.

◆ VectorMooseVariable

Definition at line 35 of file Adaptivity.h.

Enumeration Type Documentation

◆ AdaptivityType

enum AdaptivityType
strong

Defines types of mesh adaptivity options available.

Enumerator
HP 

Definition at line 50 of file Adaptivity.h.

51 {
52  H = 0,
53  P = 1,
54  HP = 2
55 };