MFEM  v3.4
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 420 of file volta.cpp.

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

Definition at line 93 of file volta.cpp.

double phi_bc_uniform ( const Vector x)

Definition at line 498 of file volta.cpp.

Coefficient * SetupPermittivityCoefficient ( )

Definition at line 378 of file volta.cpp.

void voltaic_pile ( const Vector x,
Vector p 
)

Definition at line 457 of file volta.cpp.