MFEM  v4.6.0
Finite element discretization library
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

◆ charged_sphere()

double charged_sphere ( const Vector x)

Definition at line 434 of file volta.cpp.

◆ dielectric_sphere()

double dielectric_sphere ( const Vector x)

Definition at line 415 of file volta.cpp.

◆ display_banner()

void display_banner ( ostream &  os)

Definition at line 379 of file volta.cpp.

◆ main()

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

Definition at line 101 of file volta.cpp.

◆ phi_bc_uniform()

double phi_bc_uniform ( const Vector x)

Definition at line 512 of file volta.cpp.

◆ SetupPermittivityCoefficient()

Coefficient * SetupPermittivityCoefficient ( )

Definition at line 392 of file volta.cpp.

◆ voltaic_pile()

void voltaic_pile ( const Vector x,
Vector p 
)

Definition at line 471 of file volta.cpp.