Package sfc :: Package codegeneration :: Module formargumentcg :: Class FormArgumentCG
[hide private]
[frames] | no frames]

Class FormArgumentCG

source code


Instance Methods [hide private]
 
__init__(self, farep, on_facet)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
precompute(self, terminalish, required) source code
 
_scratch(self) source code
 
precomp_assignments(self) source code
 
precomp_declarations(self) source code
 
generate_basis_precomputations(self) source code
 
generate_coefficient_declarations(self, coefficient, num_derivatives, restricted) source code
 
generate_argument_declarations(self, argument, num_derivatives, restricted) source code
 
gen_coefficient_dof_name(self, o, index, restriction) source code
 
gen_constant_coefficient_name(self, o, component, restriction) source code
 
iq_prefix(self) source code
 
derivative_prefix(self, derivatives) source code
 
component_prefix(self, shape, component) source code
 
component_decl(self, shape) source code
 
gen_form_argument_decl_name(self, basename, o, derivatives, restriction) source code
 
gen_coefficient_decl(self, o, derivatives, restriction) source code
 
gen_argument_decl(self, o, derivatives, restriction) source code
 
gen_form_argument_name(self, basename, o, derivatives, component, restriction) source code
 
gen_coefficient_name(self, o, derivatives, component, restriction) source code
 
gen_argument_name(self, o, derivatives, component, restriction) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, farep, on_facet)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)