MFEM v4.7.0
Finite element discretization library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
ex1.cpp File Reference

Go to the source code of this file.

Enumerations

enum class  PCType {
  NONE , LOR , HO , NONE ,
  LOR , HO
}
 

Functions

int main (int argc, char *argv[])
 

Variables

const int mesh_p = 3
 
const int sol_p = 3
 

Enumeration Type Documentation

◆ PCType

enum class PCType
strong
Enumerator
NONE 
LOR 
HO 
NONE 
LOR 
HO 

Definition at line 48 of file ex1.cpp.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 88 of file ex1.cpp.

Variable Documentation

◆ mesh_p

const int mesh_p = 3

Definition at line 57 of file ex1.cpp.

◆ sol_p

const int sol_p = 3

Definition at line 58 of file ex1.cpp.