Public Methods |
| | GridLattice2GridFV () |
| | ~GridLattice2GridFV () |
| void | convert (GridLattice &gfe, GridFV &gfv) |
Protected Methods |
| void | initSizeInfo () |
| void | fillVolTypes () |
| void | fillDofCoor () |
| void | fillVertexCoor () |
| void | buildAttributesOverVolumes () |
| void | buildAttributesOverVolumes1D (const VecSimplest(Ptv(int)) &node_offsets) |
| void | buildAttributesOverVolumes2D (const VecSimplest(Ptv(int)) &node_offsets) |
| void | buildAttributesOverVolumes3D (const VecSimplest(Ptv(int)) &node_offsets) |
| void | buildAttributesOverFaces () |
| void | dofOnBoundaryFace1D (int facedofno, int dofno, int i, bool top_edge) |
| void | dofOnBoundaryFace2D (int facedofno, int dofno, int i, int j, int constdir, bool top_edge) |
| void | dofOnBoundaryFace3D (int facedofno, int dofno, int i, int j, int k, int constdir, bool top_edge) |
| void | buildFace2Dof () |
| void | buildFaceBoundaryIndicators () |
Protected Attributes |
| Handle(GridFV) | grid_fv |
| Handle(GridLattice) | grid_lattice |
| MatSimple(int) | dof2face_map |
| Ptv(int) | mult_idx |
| GridFVSizeInfo | size_info |