MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
Namespaces | Functions
joule.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  mfem
 
namespace  mfem::electromagnetics
 

Functions

void display_banner (ostream &os)
 
int main (int argc, char *argv[])
 
void mfem::electromagnetics::edot_bc (const Vector &x, Vector &E)
 
void mfem::electromagnetics::e_exact (const Vector &x, real_t t, Vector &E)
 
void mfem::electromagnetics::b_exact (const Vector &x, real_t t, Vector &B)
 
real_t mfem::electromagnetics::t_exact (const Vector &x)
 
real_t mfem::electromagnetics::p_bc (const Vector &x, real_t t)
 

Function Documentation

◆ display_banner()

void display_banner ( ostream &  os)

Definition at line 778 of file joule.cpp.

◆ main()

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

Definition at line 127 of file joule.cpp.