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

Go to the source code of this file.

Functions

CoefficientSetupPermittivityCoefficient ()
 
double dielectric_sphere (const Vector &)
 
double charged_sphere (const Vector &)
 
void voltaic_pile (const Vector &, Vector &)
 
double phi_bc_uniform (const Vector &)
 
void display_banner (ostream &os)
 
int main (int argc, char *argv[])
 

Function Documentation

double charged_sphere ( const Vector x)

Definition at line 434 of file volta.cpp.

double dielectric_sphere ( const Vector x)
void display_banner ( ostream &  os)
int main ( int  argc,
char *  argv[] 
)

Definition at line 101 of file volta.cpp.

double phi_bc_uniform ( const Vector x)

Definition at line 512 of file volta.cpp.

Coefficient * SetupPermittivityCoefficient ( )

Definition at line 392 of file volta.cpp.

void voltaic_pile ( const Vector x,
Vector p 
)

Definition at line 471 of file volta.cpp.