5#ifndef MT_MAXWELL_H_HPP
6#define MT_MAXWELL_H_HPP
Vector< real > & field_data(const string &aLabel)
Definition cl_Mesh.hpp:1504
mesh::GlobalVariable * global_variable(const id_t aID)
Definition cl_Mesh.hpp:1523
Definition cl_FEM_Calculator.hpp:600
Element * element()
Definition cl_FEM_Calculator.hpp:2431
Mesh * mesh()
Definition cl_FEM_Calculator.hpp:2519
mesh::Element * element()
expose the underlying element on the mesh
Definition cl_FEM_Element.hpp:576
Container for element-level DENSE matrices in transient nonlinear FEM.
Definition cl_TimestepMatrices.hpp:71
virtual index_t index() const
Definition cl_Graph_Vertex.hpp:234
real & value()
Definition cl_Mesh_GlobalVariable.hpp:89
Definition cl_EF_PENTA6TS.hpp:23
void h_side_connector(Calculator *aCalc, TimestepMatrices *aMatrices)
Definition mt_maxwell_h.cpp:340
void h_newton_mu(Calculator *aCalc, TimestepMatrices *aMatrices)
Definition mt_maxwell_h.cpp:230
void h_picard(Calculator *aCalc, TimestepMatrices *aMatrices)
Collapsed h-kernels: all per-point material math is delegated to aCalc->maxwell(),...
Definition mt_maxwell_h.cpp:117
void save_resistivity(Calculator *aCalc, const real aRhoM)
Definition mt_maxwell_h.hpp:27
void save_dotQ(Calculator *aCalc, const real aDotQ)
Definition mt_maxwell_h.hpp:39
void h_side_connector_newton(Calculator *aCalc, TimestepMatrices *aMatrices)
Definition mt_maxwell_h.cpp:381
void h_ghost(Calculator *aCalc, TimestepMatrices *aMatrices)
facet-based thin-shell interface / stabilization kernel
Definition mt_maxwell_h.cpp:429
void h_newton_mu0(Calculator *aCalc, TimestepMatrices *aMatrices)
Definition mt_maxwell_h.cpp:159
real get_resistivity(Calculator *aCalc, const index_t aIndex=BELFEM_UINT_MAX)
Definition mt_maxwell_h.hpp:45
Definition cl_IFB_LINE3.hpp:21
USER GUIDES:
Definition cl_Capacitor.cpp:16
greal gRhoMin
minimim resistrivity in Ohm*m, default: 0
Definition globals.hpp:48
greal gRhoMax
maximim resistrivity in Ohm*m, default: 1e10
Definition globals.hpp:51
uint32_t index_t
Definition typedefs.hpp:52
double real
Definition typedefs.hpp:36
#define BELFEM_UINT_MAX
Definition typedefs.hpp:80