MFEM  v3.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions
tesla.cpp File Reference

Go to the source code of this file.

Functions

double magnetic_shell (const Vector &)
 
double muInv (const Vector &x)
 
void current_ring (const Vector &, Vector &)
 
void bar_magnet (const Vector &, Vector &)
 
void a_bc_uniform (const Vector &, Vector &)
 
double phi_m_bc_uniform (const Vector &x)
 
void display_banner (ostream &os)
 
int main (int argc, char *argv[])
 

Function Documentation

void a_bc_uniform ( const Vector x,
Vector a 
)

Definition at line 480 of file tesla.cpp.

void bar_magnet ( const Vector x,
Vector m 
)

Definition at line 439 of file tesla.cpp.

void current_ring ( const Vector x,
Vector j 
)

Definition at line 382 of file tesla.cpp.

void display_banner ( ostream &  os)

Definition at line 350 of file tesla.cpp.

double magnetic_shell ( const Vector x)

Definition at line 363 of file tesla.cpp.

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

Definition at line 93 of file tesla.cpp.

double muInv ( const Vector x)

Definition at line 70 of file tesla.cpp.

double phi_m_bc_uniform ( const Vector x)

Definition at line 490 of file tesla.cpp.