33P1_symbolic::P1_symbolic ()
36 basis_symbolic_nodal::_family_name =
"P";
37 basis_symbolic_nodal::set_degree_parameter();
38 basis_symbolic_nodal::set_continuous_feature();
39 on(
'p') << node(0) << poly (1) << end;
45 on(
't') << node (0, 0)
52 on(
'q') << node (-1, -1)
61 on(
'T') << node (0, 0, 0)
70 on(
'P') << node(0, 0,-1)
83 on(
'H') << node(-1,-1,-1)
101int main (
int argc,
char **argv) {
103 P1.put_cxx_main (argc,argv);
int main(int argc, char **argv)
This file is part of Rheolef.